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
570
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
460
BARREL, KEEP YOUR DATA IN SYNC IN YOUR ERLANG APPLICATION
benoitc
1
140
USING BARREL TO BUILD YOUR OWN P2P DATA PLATFORM
benoitc
0
220
Building and Integrating A Data Platform
benoitc
0
170
barrel: Building a database from scratch
benoitc
2
650
Barrel: Build a P2P document database
benoitc
1
1.1k
Gunicorn, more than a WSGI server
benoitc
2
1.2k
Barrel. Using Erlang to build a Database
benoitc
0
440
What Python can learn from Erlang - 2015.2
benoitc
3
1.3k
Other Decks in Technology
See All in Technology
大学教員が押さえておくべき生成 AI の基礎と活用例〜より効率的な教育のために〜
soh9834
1
170
ObservabilityCON on the Road Tokyoの見どころ
hamadakoji
0
110
GraphRAG: What I Thought I Knew (But Didn’t)
sashimimochi
0
120
信頼性を支えるテレメトリーパイプラインの構築 / Building Telemetry Pipeline with OpenTelemetry
ymotongpoo
9
4.1k
Women in Agile
kawaguti
PRO
2
120
メンバーがオーナーシップを発揮しやすいチームづくり
ham0215
2
340
20250122_FinJAWS
takuyay0ne
2
340
FinJAWS_reinvent2024_recap_database
asahihidehiko
2
310
Skip Skip Run Run Run ♫
temoki
0
320
2025/1/29 BigData-JAWS 勉強会 #28 (re:Invent 2024 re:Cap)/new-feature-preview-q-in-quicksight-scenarios-tried-and-tested
emiki
0
270
ココナラのセキュリティ組織の体制・役割・今後目指す世界
coconala_engineer
0
180
DMMブックスへのTipKit導入
ttyi2
1
150
Featured
See All Featured
ReactJS: Keep Simple. Everything can be a component!
pedronauck
666
120k
No one is an island. Learnings from fostering a developers community.
thoeni
19
3.1k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
29
980
A designer walks into a library…
pauljervisheath
205
24k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
59k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
356
29k
Fontdeck: Realign not Redesign
paulrobertlloyd
82
5.3k
Raft: Consensus for Rubyists
vanstee
137
6.7k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
28
2.2k
Bootstrapping a Software Product
garrettdimon
PRO
305
110k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
45
2.3k
StorybookのUI Testing Handbookを読んだ
zakiyama
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