This is AnachyDB, the ungoverned data storage.
Why 'Anarchy'?
- There are no automated tests…
- …or rules.
- Only stores limited data and you need to figure out the limitation your self
- When storing data you get a key back. Don't lose that key, as this is the only way to get back the data from the server.
- There is no querying whatsoever, except providing the key that was generated when storing
- It's strongly recommended against (!) using this in any form of production. (For reference see date of the initial commit.)
You'll need a working Ruby 3.2.2.
- Clone the repository
cdinto the cloned repo:cd anarchydb- Run bundler:
bundle install - Run the
AnarchyDBserver:./bin/anarchydb.rb
