▲ 3 ▼ simorgh - Simorgh is a simple key/value database using radix tree.
Simorgh is a simple key/value database using radix tree. Help Wanted to make it perfect... If you have any idea please make issue or pull request
Register to comment or vote on this story
Looks interesting but not go gettable as per instructions. Perhaps the client should be at the top level so that it's easy to install?
Yes , It's not completed , but after my last commit , Its a go gettable repository , if you go get it , simorgh server will be installed automatically.
I will make a makefile for simorgh installation.
You can go get it now it seems. It would be more useful if the client was a client library so that you could make your server say a client and use it for storage/caching.
What is the author using this for or is more just for exploring programming in go?
Hi , Thanks for your idea. I want to make it server client database.
So client library will connect to Simorgh server.
And no My friend. Its just for exploring database , network and Go programming.
I'm not good in databases , networks authentications and etc...
I need to learn it , so I started this project.
Can you help me to improve it ?