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
what is barrel db
Search
Benoit Chesneau
December 01, 2015
Technology
1
580
what is barrel db
quick introduction of what is, what is not Barrel.
https://barrel-db.org
Benoit Chesneau
December 01, 2015
Tweet
Share
More Decks by Benoit Chesneau
See All by Benoit Chesneau
Building a Serverless platform for Edge Computing in Erlang
benoitc
0
470
BARREL, KEEP YOUR DATA IN SYNC IN YOUR ERLANG APPLICATION
benoitc
1
140
USING BARREL TO BUILD YOUR OWN P2P DATA PLATFORM
benoitc
0
230
Building and Integrating A Data Platform
benoitc
0
170
barrel: Building a database from scratch
benoitc
2
660
Barrel: Build a P2P document database
benoitc
1
1.2k
Gunicorn, more than a WSGI server
benoitc
2
1.2k
Barrel. Using Erlang to build a Database
benoitc
0
480
What Python can learn from Erlang - 2015.2
benoitc
3
1.4k
Other Decks in Technology
See All in Technology
Spring for GraphQLって実際どうなの?〜小規模スタートアップの事例紹介〜
kogayushi
0
160
20250612_GitHubを使いこなすためにソニーの開発現場が取り組んでいるプラクティス.pdf
osakiy8
1
330
Go Connectへの想い
chiroruxx
0
150
Introduction to Sansan for Engineers / エンジニア向け会社紹介
sansan33
PRO
5
38k
大失敗しないための Web API 開発レシピ / A recipe for not making a big failure on WebAPI development
yokawasa
1
190
AIコーディング新時代を生き残るための試行錯誤 / AI Coding Survival Guide
tomohisa
7
7.2k
研究開発部メンバーの働き⽅ / Sansan R&D Profile
sansan33
PRO
3
17k
dbt Cloudの新機能を紹介!データエンジニアリングの民主化:GUIで操作、SQLで管理する新時代のdbt Cloud
sagara
0
120
型システムを知りたい人のための型検査器作成入門
mame
11
2.2k
SwiftUI Transaction を徹底活用!ZOZOTOWN UI開発での活用事例
tsuzuki817
1
140
CSSDay, Amsterdam
brucel
0
280
Two-Tower モデルで実現する 検索リランキング / Shibuya_AI_2
visional_engineering_and_design
2
130
Featured
See All Featured
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
252
21k
A Tale of Four Properties
chriscoyier
159
23k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
34
3k
Intergalactic Javascript Robots from Outer Space
tanoku
271
27k
4 Signs Your Business is Dying
shpigford
183
22k
Site-Speed That Sticks
csswizardry
9
620
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
228
22k
Reflections from 52 weeks, 52 projects
jeffersonlam
349
20k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
7
640
Automating Front-end Workflow
addyosmani
1370
200k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
8
770
The Invisible Side of Design
smashingmag
299
50k
Transcript
BARREL DISTRIBUTED DATABASE FOR THE MODERN WORLD https://barrel-db.org
WHAT IS BARREL ▸ a document database ▸ revision tree
& atomic document updates ▸ changes feed ▸ replication between any nodes in both way ▸ views (~ map) with reduce feature
▸ view changes ▸ replication based on a view ▸
bulk get (works with pouchdb/couchbase lite) ▸ revisited storages, new replicator & view engine, … WITH MODERN FEATURES
AN EFFORT TO MAINTAIN THE COUCHDB API
▸ no mongo-like query engine ▸ interface with other data
systems ▸ interested in data locations & movements ▸ Put/Match the data next to you ▸ P2P WHAT BARREL REALLY IS
▸ DATA are not only blobs ▸ Replicated APPs ▸
Couchapps but extended and revisited REPLICATED APPS
HTTPS://BARREL-DB.ORG