- Notifications
You must be signed in to change notification settings - Fork0
Your NoSQL database powered by Golang
License
goleague/tiedot
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Keywords: Golang, go, document database, NoSQL, JSON
tiedot is a document database engine that usesJSON as document notation; it has a powerful query processor that supports advanced set operations; it can beembedded into your program, or run a stand-alone server usingHTTP for an API. It runs on *nix and Windows operating systems.
tiedot has fault-tolerant data structures that put your data safetyfirst, while easily scales to 4+ CPU cores.
tiedot has very stable performance, even with millions of records! It consistently achieves high throughput - swallow more than 120k records or 80k complicated queries per second with confidence.
tiedot is distributed under theSimplified BSD license.
The newest version 3.4 comes with general performance and compatibility improvements. Find out more inreleases.
Run tiedot with help fromdocker anddocker compose:
$ docker-compose build$ docker-compose up -d
To view the logs:
$ docker-compose logs
... and more
tiedot is a very small project in the large open source community - it is growing fast thanks to the 800+ stars and watchers, as well as many contributors for their feedback, comments, ideas and code. Your contribution matters a lot!
Pull requests/forks all welcome, and please share your thoughts, questions and feature requests inIssues section.
Let me know what you think about tiedot, I'd love to hear from you! PleaseEmail me, follow myTwitter andblog.
The Go gopher was designed by Renee French. (http://reneefrench.blogspot.com/).The Go gopher is covered by theCreative Commons Attribution 3.0 license.
About
Your NoSQL database powered by Golang
Resources
License
Stars
Watchers
Forks
Packages0
Languages
- Go97.4%
- Python1.7%
- Other0.9%