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
670
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
MySQL5.6から8.4へ 戦いの記録
kyoshidaxx
1
270
怖くない!はじめてのClaude Code
shinya337
0
190
Oracle Audit Vault and Database Firewall 20 概要
oracle4engineer
PRO
3
1.7k
A2Aのクライアントを自作する
rynsuke
1
220
PHPでWebブラウザのレンダリングエンジンを実装する
dip_tech
PRO
0
210
「Chatwork」の認証基盤の移行とログ活用によるプロダクト改善
kubell_hr
1
210
変化する開発、進化する体系時代に適応するソフトウェアエンジニアの知識と考え方(JaSST'25 Kansai)
mizunori
1
240
生成AI時代 文字コードを学ぶ意義を見出せるか?
hrsued
1
650
Model Mondays S2E03: SLMs & Reasoning
nitya
0
200
標準技術と独自システムで作る「つらくない」SaaS アカウント管理 / Effortless SaaS Account Management with Standard Technologies & Custom Systems
yuyatakeyama
3
1.3k
2025-06-26 GitHub CopilotとAI駆動開発:実践と導入のリアル
fl_kawachi
1
140
LangChain Interrupt & LangChain Ambassadors meetingレポート
os1ma
2
110
Featured
See All Featured
Unsuck your backbone
ammeep
671
58k
Making Projects Easy
brettharned
116
6.3k
Building Better People: How to give real-time feedback that sticks.
wjessup
367
19k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
7
710
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
Art, The Web, and Tiny UX
lynnandtonic
299
21k
Done Done
chrislema
184
16k
Testing 201, or: Great Expectations
jmmastey
42
7.5k
Build The Right Thing And Hit Your Dates
maggiecrowley
36
2.8k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
29
9.5k
Producing Creativity
orderedlist
PRO
346
40k
Become a Pro
speakerdeck
PRO
28
5.4k
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