Jet
A key-value db api with multiple storage engines and key generation (by go-gems)
Amber
Url Shortener plateform (by go-gems)
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Jet
Posts with mentions or reviews of Jet.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-04-10.
-
A dead simple Key-value Storage API
I'm currently working on a Key-Value storage api. It was a good way to learn interface usage and testing :-) Check out the project and feel free to comment or contribute to the project https://github.com/go-gems/Jet
Amber
Posts with mentions or reviews of Amber.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-04-10.
-
A dead simple Key-value Storage API
Thanks for this feedback. The first goal of this project was to learn how to write tests. Didn't get any idea about what to do to learn, and this idea came from a url shortener.
What are some alternatives?
When comparing Jet and Amber you can also consider the following projects:
redix - a very simple pure key => value storage system that speaks Redis protocol with Postgres as storage engine and more
ld - Lean Database