Metrics
Time series of numeric aspect of a system or an application.
MELT stands for Metrics, Events, Logs, and Traces, which are the 4 pillars of Observability. Some might tell you there are 3, but that is false, fight me. Read more
Time series of numeric aspect of a system or an application.
Discreet pieces of structured data that are emitted when something interesting happens.
Pieces of readable text data that are normally used by software engineers.
A hierarchical set of data that contains information about a path of a request as it follows a complex path through the whole system
The microservices in this project are small and simple.
Stream submissions and comments from Reddit and forward the json objects to an endpoint. Written in Python.
Listen for json submission objects from the dispatcher service and save them to a database. Written in C#.
Listen for json comment objects from the dispatcher service and save them to a database. Written in NodeJS.
A database to store the data. Submission and comment services connect to it.