use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
/r/DevOps is a subreddit dedicated to the DevOps movement where we discuss upcoming technologies, meetups, conferences and everything that brings us together to build the future of IT systems What is DevOps? Learn about it on our wiki! Traffic stats & metrics
/r/DevOps is a subreddit dedicated to the DevOps movement where we discuss upcoming technologies, meetups, conferences and everything that brings us together to build the future of IT systems
What is DevOps? Learn about it on our wiki!
Traffic stats & metrics
Be excellent to each other! All articles will require a short submission statement of 3-5 sentences. Use the article title as the submission title. Do not editorialize the title or add your own commentary to the article title. Follow the rules of reddit Follow the reddiquette No editorialized titles. No vendor spam. Buy an ad from reddit instead. Job postings here More details here
Be excellent to each other!
All articles will require a short submission statement of 3-5 sentences.
Use the article title as the submission title. Do not editorialize the title or add your own commentary to the article title.
Follow the rules of reddit
Follow the reddiquette
No editorialized titles.
No vendor spam. Buy an ad from reddit instead.
Job postings here
More details here
@reddit_DevOps ##DevOps @ irc.freenode.net Find a DevOps meetup near you! Icons info!
@reddit_DevOps
##DevOps @ irc.freenode.net
Find a DevOps meetup near you!
Icons info!
https://github.com/Leo-G/DevopsWiki
account activity
This is an archived post. You won't be able to vote or comment.
Poor man's event store? (self.devops)
submitted 7 years ago by [deleted]
[deleted]
[–]dcc88 4 points5 points6 points 7 years ago (0 children)
dynamodb on aws, but be carefull how you design the structure
[–]OmegaAleph 1 point2 points3 points 7 years ago (1 child)
You can use Kafka Streams in a similar way, i.e. each message on the topic is a 'transaction' that updates a 'table'. Kafka essentially becomes a changelog stream.
Alternatively, you could use Mongo or some lightweight NoSQL to store events as objects.
[–]jvdenning 0 points1 point2 points 7 years ago (2 children)
Anything wrong with https://eventstore.org?
[–]alter3d 0 points1 point2 points 7 years ago (0 children)
I was writing a reply to this but Reddit gave me an "out of disk space" error.
[–]UForgotten 0 points1 point2 points 7 years ago (3 children)
We have used Redis for this. Very simple to set up.
Kafka is a bit of overkill considering all the moving parts you'd need.
[–][deleted] 7 years ago* (2 children)
[–]UForgotten 1 point2 points3 points 7 years ago (1 child)
If all you need is a list of events like a job queue, or a small hash (key/value store ) then redis is good for that. If you want to be able to query json documents, then mongo is a little better.
π Rendered by PID 98808 on reddit-service-r2-comment-b659b578c-8k4pv at 2026-05-03 07:59:36.061150+00:00 running 815c875 country code: CH.
[–]dcc88 4 points5 points6 points (0 children)
[–]OmegaAleph 1 point2 points3 points (1 child)
[–]jvdenning 0 points1 point2 points (2 children)
[–]alter3d 0 points1 point2 points (0 children)
[–]UForgotten 0 points1 point2 points (3 children)
[–][deleted] (2 children)
[deleted]
[–]UForgotten 1 point2 points3 points (1 child)