Skip to content

Commit

Permalink
Merge pull request #18 from embano1/issue-15
Browse files Browse the repository at this point in the history
Add example that uses memlog to `README`
  • Loading branch information
embano1 authored Jan 17, 2022
2 parents 2217ad1 + 29272db commit a1049cb
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 a1049cb

Please sign in to comment.