Skip to content

bazaarvoice/emodb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
John Roesler
Feb 17, 2017
b84ef70 · Feb 17, 2017
Aug 23, 2016
Feb 16, 2017
Feb 8, 2017
Feb 8, 2017
Feb 8, 2017
Feb 8, 2017
Feb 8, 2017
Feb 8, 2017
Feb 8, 2017
Feb 8, 2017
Feb 8, 2017
Feb 8, 2017
Feb 8, 2017
Feb 9, 2017
Feb 8, 2017
Feb 8, 2017
Feb 8, 2017
Feb 8, 2017
Sep 22, 2016
Feb 8, 2017
Feb 8, 2017
Feb 17, 2017
Feb 8, 2017
Feb 8, 2017
Feb 8, 2017
Feb 8, 2017
Feb 8, 2017
Feb 8, 2017
Feb 17, 2017
Feb 17, 2017
Feb 8, 2017
Feb 8, 2017
Feb 8, 2017
Feb 8, 2017
Feb 17, 2017
Feb 8, 2017
Sep 12, 2016
Aug 22, 2016
Aug 22, 2016
Aug 22, 2016
Aug 22, 2016
Aug 25, 2016
Sep 22, 2016
Feb 8, 2017

Repository files navigation

Build Status

EmoDB

Store your feelings here.

Written by Bazaarvoice: see the credits page for more details.

Introduction

EmoDB is a RESTful HTTP server for storing JSON objects and for watching for changes to those events.

It is designed to span multiple data centers, using eventual consistency (AP) and multi-master conflict resolution. It relies on [Apache Cassandra] (http://cassandra.apache.org/) for persistence and cross-data center replication.

Documentation

[Release Notes] (markdowns/ReleaseNotes.md)

[System of Record API] (https://bazaarvoice.github.io/emodb/sor/)

[System of Record Deltas] (https://bazaarvoice.github.io/emodb/deltas/)

[Databus API] (https://bazaarvoice.github.io/emodb/databus/)

[BlobStore API] (https://bazaarvoice.github.io/emodb/blobstore/)

[Queue API] (https://bazaarvoice.github.io/emodb/queue/)

[Stash API] (https://bazaarvoice.github.io/emodb/stash/)

[Hadoop and Hive Support] (https://bazaarvoice.github.io/emodb/mapreduce/)

[Operations] (markdowns/Operations.md)

[EmoDB SDK] (https://bazaarvoice.github.io/emodb/maven/)

[API Keys] (https://bazaarvoice.github.io/emodb/security/)

[API Key Management] (https://bazaarvoice.github.io/emodb/securityadmin/)

[Legacy Java Client Support] (markdowns/LegacyJavaClients.md)

Quick Start

[Quick Start Guide] (https://bazaarvoice.github.io/emodb/quickstart/)