I made a keyvalue store in golang, saving the information in a json file in the filesystem, (later i want to have 2 of them so i can practice replication and other DS approaches).
i would love if any of you when they got some time to tell maybe code review or suggest some of the stuff i have done, i ve tried to use interfaces even for this small project.
thanks ,
https://github.com/dario1210/KV-Store/tree/master
#A key-value Store in golang, advice?
3 messages · Page 1 of 1 (latest)
looks cool 🙂
reminded me, on first, to badger: https://github.com/dgraph-io/badger
i would like to know , since im new to go , have i followed the standards , what can i improve the project is just for learning purposes and maybe delving deepr in Distributed Programming aswell