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
医療業界に特化した音声認識モデル構築のためのアノテーションの実態
thickstem
0
390
バクラクのモノレポにおける AI Coding のための環境整備と {Roo,Claude} Code活用事例 / AI Coding in Bakuraku's Monorepo: Environment Setup & Case Studies with {Roo, Claude} Code
upamune
4
760
20250612_GitHubを使いこなすためにソニーの開発現場が取り組んでいるプラクティス.pdf
osakiy8
0
220
Data Observability:企業資料管理技術的未來顯學
cheng_wei_chen
0
290
キャッシュレス決済のプロダクトから決済基盤への進化
b1a9id
0
200
やさしい認証認可
minorun365
PRO
10
960
TechBull Membersの開発進捗どうですか!?
rvirus0817
0
490
Generational ZGCのメモリ運用改善 - その物理メモリ使用量、本当に正しい?
tabatad
0
260
Introduction to Sansan Meishi Maker Development Engineer
sansan33
PRO
0
270
ソフトウェアは捨てやすく作ろう/Let's make software easy to discard
sanogemaru
10
6.2k
DevOpsDays Taipei 2025 -- Creating Awesome Change in SmartNews!
martin_lover
0
200
メルカリにおけるデータアナリティクス AI エージェント「Socrates」と ADK 活用事例
na0
15
6.7k
Featured
See All Featured
YesSQL, Process and Tooling at Scale
rocio
172
14k
RailsConf 2023
tenderlove
30
1.1k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
30
2.1k
VelocityConf: Rendering Performance Case Studies
addyosmani
329
24k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
8
760
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
6
640
Mobile First: as difficult as doing things right
swwweet
223
9.6k
Intergalactic Javascript Robots from Outer Space
tanoku
271
27k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
6
670
[RailsConf 2023] Rails as a piece of cake
palkan
55
5.6k
Large-scale JavaScript Application Architecture
addyosmani
512
110k
A Modern Web Designer's Workflow
chriscoyier
693
190k
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