You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 17, 2022. It is now read-only.
I want to use Tracer to demo some Go kit stuff, where setting up a DB is rather too onerous. A simple flat-file or in-memory storage backend would be more than sufficient.
The text was updated successfully, but these errors were encountered:
If you'd like to contribute an in-memory storage, I would merge it. You can copy the Null storage and fill in the blanks. An implementation of server.Storage automatically implements tracer.Storer, so you won't need to write a transport and can run the server and the instrumented code in the same process, if you wish to.
I, too, am interested in an in-memory storage, but if I have to write it myself it might take a couple days.
I want to use Tracer to demo some Go kit stuff, where setting up a DB is rather too onerous. A simple flat-file or in-memory storage backend would be more than sufficient.
The text was updated successfully, but these errors were encountered: