Skip to content

Commit

Permalink
docs: Add example that uses memlog
Browse files Browse the repository at this point in the history
Closes: #15
Signed-off-by: Michael Gasch <[email protected]>
  • Loading branch information
Michael Gasch committed Jan 17, 2022
1 parent 2217ad1 commit 29272db
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ problem, so I created `memlog`: an **easy to use, lightweight (in-memory),
thread-safe, append-only log** inspired by popular streaming systems with a
**minimal API** using Go's **standard library** primitives 🤩

💡 For an end-to-end API modernization example using `memlog` see the
`vsphere-event-streaming`
[project](https://github.com/embano1/vsphere-event-streaming), which transforms
a SOAP-based events API into an HTTP/REST streaming API.

## A stateless Log? You gotta be kidding!

True, it sounds like an oxymoron. Why would someone use (build) an *in-memory*
Expand Down

0 comments on commit 29272db

Please sign in to comment.