I'm looking for a key/value service code

I am looking for a basic KEY/VALUE http front end code.
It would help me a lot to see existing code of http service.

I have used boltdb and leveldb with success but I am pretty sure there are others who have written basic software such as this.
Please show me some code.

Are you thinking of services like Redis Cache? But written in Go?

I want to see some code which has http api for a key value library.
I wrote a DB named SquidBlocker a while ago in Go which used BoltDB or LevelDB.
Before I am going to work on V2 I am looking for other ideas.

I have not found by myself a key/value http api sevice for LevelDB which is what I really want to start with.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.