HouzuoGuo/tiedot
A rudimentary implementation of a basic document (NoSQL) database in Go observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4847
- days_rel: n/a
- days_push: 1823
- n_releases_24m: 0
Adoption not part of the score
2725 stars · 258 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
tiedot is a document (NoSQL) database engine written in Go that stores JSON documents and supports a query processor with set operations. It can be embedded into Go programs or run as a stand-alone HTTP server, and the author has stated the project is dormant since 2016.
Use cases
- embed a simple nosql document store in a go application
- run a lightweight json document database with an http api
- store and query json documents without a heavy database server
- learn how a document database engine is implemented in go
When to choose
- you need a minimal, dependency-free embedded document store in Go and can accept its limitations
- you want readable source code to study how a NoSQL engine works
When to avoid
- you need an actively maintained database with modern features and support
- you need production-grade durability, replication, or a rich query language
- you need a database for a new application - the author recommends other embedded DB engines
Facets
library · maturity abandoned
database http-server json databases developer-tools backend go windows self-hosted nosql document-database embedded-database json-documents dormant-project linux macos docker
1 source
- readme: https://github.com/HouzuoGuo/tiedot · fetched 2026-08-28 · 8660b3978a64
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| HouzuoGuo/tiedot | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="HouzuoGuo/tiedot")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem