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
16 stars 1 forks source link

Configuration file - Implement support for configuration file #9

Closed vdmitriyev closed 3 weeks ago

vdmitriyev commented 1 month ago

Implement support for configuration file. Discussion and initial concept of the configuration file can be found here - https://github.com/dmarro89/dare-db/discussions/8

The following discussion could be useful to select the right format and approach for the config files: