Skip to content

Commit

Permalink
'append-only' is a better description than 'write-once'.
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanls committed Oct 18, 2013
1 parent ec9b8c9 commit 0839b3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -4,7 +4,7 @@ _Stability: 1 - [Experimental](https://github.com/tristanls/stability-index#stab


[![NPM version](https://badge.fury.io/js/alldata.png)](http://npmjs.org/package/alldata) [![NPM version](https://badge.fury.io/js/alldata.png)](http://npmjs.org/package/alldata)


AllData is a distributed master-less write-once immutable event store database implementing "All Data" part of [Lambda Architecture](http://www.slideshare.net/nathanmarz/runaway-complexity-in-big-data-and-a-plan-to-stop-it). AllData is a distributed master-less append-only immutable event store database implementing "All Data" part of [Lambda Architecture](http://www.slideshare.net/nathanmarz/runaway-complexity-in-big-data-and-a-plan-to-stop-it).


![All Data in Lambda Architecture](images/alldata.png) ![All Data in Lambda Architecture](images/alldata.png)


Expand All @@ -14,7 +14,7 @@ AllData is a distributed master-less write-once immutable event store database i
-- _Albert Einstein, "On the Method of Theoretical Physics" The Herbert Spencer Lecture, delivered at Oxford (10 June 1933)_ -- _Albert Einstein, "On the Method of Theoretical Physics" The Herbert Spencer Lecture, delivered at Oxford (10 June 1933)_


AllData is a distributed master-less write-once immutable event store database implementing "All Data" part of [Lambda Architecture](http://www.slideshare.net/nathanmarz/runaway-complexity-in-big-data-and-a-plan-to-stop-it). It attempts to do nothing more than fulfill the "All Data" design considerations that are as follows: AllData is a distributed master-less append-only immutable event store database implementing "All Data" part of [Lambda Architecture](http://www.slideshare.net/nathanmarz/runaway-complexity-in-big-data-and-a-plan-to-stop-it). It attempts to do nothing more than fulfill the "All Data" design considerations that are as follows:


* **Lambda Architecture.** AllData is meant to be part of a system designed according to Lambda Architecture. * **Lambda Architecture.** AllData is meant to be part of a system designed according to Lambda Architecture.
* **Event storage.** AllData is an event store. It stores events and is an "append-only" store. * **Event storage.** AllData is an event store. It stores events and is an "append-only" store.
Expand Down

0 comments on commit 0839b3c

Please sign in to comment.