Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
NoSql Data DBs
Search
Sponsored
·
SiteGround - Reliable hosting with speed, security, and support you can count on.
→
ssinganamalla
June 24, 2017
Programming
1
32
NoSql Data DBs
ssinganamalla
June 24, 2017
Tweet
Share
More Decks by ssinganamalla
See All by ssinganamalla
ElasticSearch Overview
ssinganamalla
0
55
Graphite Overview
ssinganamalla
0
28
NoSqlDataTypes.pdf
ssinganamalla
0
29
Other Decks in Programming
See All in Programming
技術検証結果の整理と解析をAIに任せよう!
keisukeikeda
0
120
nuget-server - あなたが必要だったNuGetサーバー
kekyo
PRO
0
250
Angular-Apps smarter machen mit Gen AI: Lokal und offlinefähig - Hands-on Workshop!
christianliebel
PRO
0
110
Claude Codeログ基盤の構築
giginet
PRO
7
3.2k
New in Go 1.26 Implementing go fix in product development
sunecosuri
0
440
エージェント開発初心者の僕がエージェントを作った話と今後やりたいこと
thasu0123
0
250
RubyとGoでゼロから作る証券システム: 高信頼性が求められるシステムのコードの外側にある設計と運用のリアル
free_world21
0
280
encoding/json/v2のUnmarshalはこう変わった:内部実装で見る設計改善
kurakura0916
0
410
Docコメントで始める簡単ガードレール
keisukeikeda
1
120
メタプログラミングで実現する「コードを仕様にする」仕組み/nikkei-tech-talk43
nikkei_engineer_recruiting
0
180
20260315 AWSなんもわからん🥲
chiilog
2
150
Goの型安全性で実現する複数プロダクトの権限管理
ishikawa_pro
2
330
Featured
See All Featured
Self-Hosted WebAssembly Runtime for Runtime-Neutral Checkpoint/Restore in Edge–Cloud Continuum
chikuwait
0
390
Agile Leadership in an Agile Organization
kimpetersen
PRO
0
110
BBQ
matthewcrist
89
10k
Marketing to machines
jonoalderson
1
5k
Balancing Empowerment & Direction
lara
5
940
Chasing Engaging Ingredients in Design
codingconduct
0
140
Building a A Zero-Code AI SEO Workflow
portentint
PRO
0
390
Measuring Dark Social's Impact On Conversion and Attribution
stephenakadiri
1
160
Sam Torres - BigQuery for SEOs
techseoconnect
PRO
0
220
SERP Conf. Vienna - Web Accessibility: Optimizing for Inclusivity and SEO
sarafernandez
1
1.3k
Being A Developer After 40
akosma
91
590k
Keith and Marios Guide to Fast Websites
keithpitt
413
23k
Transcript
NoSQL Store Types SRINIVAS SINGANAMALLA
RDBMS à NoSql Name Number of Zeros billion 9 (1,000,000,000)
trillion 12 (1,000,000,000,000) quadrillion 15 (1,000,000,000,000,000) quintillion 18 (1,000,000,000,000,000,000)
NoSQL Storage Types Key-value Document Column Graph
Key Value Store Key Value S72wh_txt Anderson Cooper;CNN;Newshour Tonight; 900PM
EST; Fhsk_img 010101010001001010001010000100010010001000001001110 2187_xml <baby> <name>Singanamalla</name> <weight>7 lb</weight> <time>Jan 25th, 11: 18 am</time> </baby>
Key-value Store Simple and Blazing Fast Used in Distributed ◦
Caching ◦ Session
Document Store Get me all the documents with likes: 10
Document Store Flexible Schema Works well with MEAN Stack Favorite
among Startups
Column Family (Bigtable) Champion of BigData Highly scalable Preserve the
RDBMS table structure
Column Family Columns msg hello date 12-23-2008 likes 10 Column
1 Column 2 Column 3 Row Key 20021 1486172607 1486172607 1486172000
Graph Based on Nodes and Relationships and Properties Schema Free
Example: Social Networks
Graph Blog Comments User User createdby postedby part of
Comparison RDBMS Graph Database Tables Graphs Rows Nodes Columns and
Data Properties and its values Constraints Relationships Joins Traversal
http://www.vikramtakkar.com/2015/12/nosql-types-of-nosql-database-part-2.html
Nested Documents
DataStax Benchmark
None