dmarro89 / dare-db

Dare-DB is a lightweight in-memory database written in Go, featuring Redis-inspired hashtables and HTTP/HTTPS endpoints for seamless data storage and retrieval, with Docker support for easy deployment
MIT License
17 stars 1 forks source link

DB Data Structures #40

Open dmarro89 opened 3 weeks ago

dmarro89 commented 3 weeks ago

Discussed in https://github.com/dmarro89/dare-db/discussions/34

Originally posted by **vdmitriyev** June 20, 2024 A various databases support a variety of data structures to store and process data. This thread should help in discussion of a various data structures that could be implemented within DareDB. DareDB makes use of [go-redis-hashtable](https://github.com/dmarro89/go-redis-hashtable) implementation
dmarro89 commented 1 week ago

Please keep in mind these comments: