{"id":15031772,"url":"https://github.com/houzuoguo/tiedot","last_synced_at":"2025-05-14T03:10:51.431Z","repository":{"id":8646027,"uuid":"10296238","full_name":"HouzuoGuo/tiedot","owner":"HouzuoGuo","description":"A rudimentary implementation of a basic document (NoSQL) database in Go","archived":false,"fork":false,"pushed_at":"2021-09-05T17:47:27.000Z","size":7525,"stargazers_count":2723,"open_issues_count":27,"forks_count":259,"subscribers_count":154,"default_branch":"master","last_synced_at":"2025-04-10T20:55:06.194Z","etag":null,"topics":["database","db","document-database","go","golang","nosql","tiedot"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HouzuoGuo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-05-26T10:03:49.000Z","updated_at":"2025-03-21T06:30:05.000Z","dependencies_parsed_at":"2022-09-02T04:20:28.713Z","dependency_job_id":null,"html_url":"https://github.com/HouzuoGuo/tiedot","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HouzuoGuo%2Ftiedot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HouzuoGuo%2Ftiedot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HouzuoGuo%2Ftiedot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HouzuoGuo%2Ftiedot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HouzuoGuo","download_url":"https://codeload.github.com/HouzuoGuo/tiedot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254059513,"owners_count":22007769,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["database","db","document-database","go","golang","nosql","tiedot"],"created_at":"2024-09-24T20:16:33.072Z","updated_at":"2025-05-14T03:10:46.385Z","avatar_url":"https://github.com/HouzuoGuo.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp\u003e2021-09-05: thanks for evaluating tiedot! The project started as a short programming exercise and I am very grateful for the small user base it has received. I am afraid the project has been dormant since 2016, the feature set is minimal and lacking for a modern application. Please consider other embedded DB engine alternatives. In the meanwhile, check out this actively maintained open source project of mine: \u003ca href=\"https://github.com/HouzuoGuo/laitos\"\u003elaitos - Top geek's chindogu\u003c/a\u003e.\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003etiedot\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://travis-ci.org/HouzuoGuo/tiedot.svg?branch=master\"\u003e\u003cimg src=\"https://travis-ci.org/HouzuoGuo/tiedot.svg?branch=master\" alt=\"Build Status\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://codecov.io/gh/HouzuoGuo/tiedot\"\u003e\u003cimg src=\"https://codecov.io/gh/HouzuoGuo/tiedot/branch/master/graph/badge.svg\" alt=\"codecov\"\u003e\u003c/a\u003e\n      \u003ca href=\"https://godoc.org/github.com/HouzuoGuo/tiedot\"\u003e\u003cimg src=\"https://godoc.org/github.com/HouzuoGuo/tiedot?status.svg\" alt=\"GoDoc\"\u003e\u003c/a\u003e \n \u003c/p\u003e\n \n\u003cp align=\"center\"\u003e \u003ca href=\"https://github.com/HouzuoGuo/tiedot/wiki\"\u003e\u003cstrong\u003eDocumentation\u003c/strong\u003e\u003c/a\u003e \u003c/p\u003e\n\nKeywords: Golang, go, document database, NoSQL, JSON\n\n\u003cimg src=\"http://golang.org/doc/gopher/frontpage.png\" alt=\"Golang logo\" align=\"right\"/\u003e\n\n### tiedot - Your NoSQL database powered by Golang\n\ntiedot is a document database engine that uses __JSON__ as document notation; it has a powerful query processor that supports advanced set operations; it can be __embedded__ into your program, or run a stand-alone server using __HTTP__ for an API. It runs on *nix and Windows operating systems.\n\ntiedot has fault-tolerant data structures that put your data safety *first*, while easily scales to 4+ CPU cores.\n\n\u003e 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.\n\n### Get tiedot!\n\ntiedot is distributed under the [Simplified BSD license][Contributors and License].\n\nThe newest version 3.4 comes with general performance and compatibility improvements. Find out more in [releases](https://github.com/HouzuoGuo/tiedot/releases).\n\n### Running in Docker\nRun tiedot with help from [docker](https://docs.docker.com/engine/installation/) and [docker compose](https://docs.docker.com/compose/install/):\n\n    $ docker-compose build\n    $ docker-compose up -d\n\nTo view the logs:\n\n    $ docker-compose logs\n\n### References\n- [Tutorial: tiedot in 10 minutes]\n- [API reference and embedded usage]\n- [Limitations]\n\n... and more\n\n- [Performance tuning and benchmarks]\n- [Data structures]\n- [Query processor and index]\n- [Concurrency and networking]\n\n### Contributions welcome!\ntiedot 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!\n\nPull requests/forks all welcome, and please share your thoughts, questions and feature requests in [Issues] section.\n\nLet me know what you think about tiedot, I'd love to hear from you! Please [Email me], follow my [Twitter] and [blog].\n\nThe Go gopher was designed by Renee French. (http://reneefrench.blogspot.com/).\nThe Go gopher is covered by the [Creative Commons Attribution 3.0][Creative Commons Attribution 3.0] license.\n\n[Tutorial: tiedot in 10 minutes]: https://github.com/HouzuoGuo/tiedot/wiki/Tutorial\n[API reference and embedded usage]: https://github.com/HouzuoGuo/tiedot/wiki/API-reference-and-embedded-usage\n[Version History]: https://github.com/HouzuoGuo/tiedot/wiki/Version-History\n[Data structures]: https://github.com/HouzuoGuo/tiedot/wiki/Data-structures\n[Query processor and index]: https://github.com/HouzuoGuo/tiedot/wiki/Query-processor-and-index\n[Concurrency and networking]: https://github.com/HouzuoGuo/tiedot/wiki/Concurrency-and-networking\n[Performance tuning and benchmarks]: https://github.com/HouzuoGuo/tiedot/wiki/Performance-tuning-and-benchmarks\n[Limitations]: https://github.com/HouzuoGuo/tiedot/wiki/Limitations\n[Email me]: mailto:guohouzuo@gmail.com\n[Twitter]: https://twitter.com/hzguo\n[blog]: http://allstarnix.blogspot.com.au\n[Issues]: https://github.com/HouzuoGuo/tiedot/issues\n[Contributors and License]: https://github.com/HouzuoGuo/tiedot/wiki/Contributors-and-License\n[Creative Commons Attribution 3.0]: http://creativecommons.org/licenses/by/3.0\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhouzuoguo%2Ftiedot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhouzuoguo%2Ftiedot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhouzuoguo%2Ftiedot/lists"}