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
430
What Python can learn from Erlang - 2015.2
benoitc
3
1.3k
Other Decks in Technology
See All in Technology
pg_bigmをRustで実装する(第50回PostgreSQLアンカンファレンス@オンライン 発表資料)
shinyakato_
0
120
多様なメトリックとシステムの健全性維持
masaaki_k
0
120
12 Days of OpenAIから読み解く、生成AI 2025年のトレンド
shunsukeono_am
0
550
ソフトウェア開発における「パーフェクトな意思決定」/Perfect Decision-Making in Software Development
yayoi_dd
2
1.9k
普通のエンジニアがLaravelコアチームメンバーになるまで
avosalmon
0
130
宇宙ベンチャーにおける最近の情シス取り組みについて
axelmizu
0
120
ネットワーク可視化の世界
likr
6
4.2k
Microsoft Azure全冠になってみた ~アレを使い倒した者が試験を制す!?~/Obtained all Microsoft Azure certifications Those who use "that" to the full will win the exam! ?
yuj1osm
2
120
成果を出しながら成長する、アウトプット駆動のキャッチアップ術 / Output-driven catch-up techniques to grow while producing results
aiandrox
0
400
マイクロサービスにおける容易なトランザクション管理に向けて
scalar
0
190
ハイテク休憩
sat
PRO
2
180
あの日俺達が夢見たサーバレスアーキテクチャ/the-serverless-architecture-we-dreamed-of
tomoki10
0
510
Featured
See All Featured
A designer walks into a library…
pauljervisheath
205
24k
VelocityConf: Rendering Performance Case Studies
addyosmani
326
24k
How To Stay Up To Date on Web Technology
chriscoyier
789
250k
Making the Leap to Tech Lead
cromwellryan
133
9k
How STYLIGHT went responsive
nonsquared
96
5.2k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
44
9.3k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.3k
Imperfection Machines: The Place of Print at Facebook
scottboms
266
13k
[RailsConf 2023] Rails as a piece of cake
palkan
53
5.1k
YesSQL, Process and Tooling at Scale
rocio
170
14k
Unsuck your backbone
ammeep
669
57k
Java REST API Framework Comparison - PWX 2021
mraible
28
8.3k
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