Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.03 KB

README.md

File metadata and controls

27 lines (18 loc) · 1.03 KB

ZaraDB

is an open-licensed document database with no hidden restrictions and good performance. Its goal is to be a lightweight alternative to common documentary databases. It can also provide superior performance compared to Mongo in many common use cases.

Installation download zara pre-compiled from here, extract it, and run it as any program.

Or compile it from soure:

git clone --depth 1 https://github.com/baxiry/zaradb.git && cd zaradb && go build . && ./zaradb

and then open : localhost:1111

Documentations:

this docs is for libs dev, but it good for everyone : zara wiki

Note

It is possible that some things will change within the API, The changes will be partial. Then it stabilizes completely in version 1.0.0. This documentation is intended for library developers, but is useful to anyone interested in documentary databases