Wiki » History » Revision 2
« Previous |
Revision 2/22
(diff)
| Next »
Shuvam Misra, 15/09/2023 12:01 PM
The Remiges product family¶
We currently have six products on the anvil, and this list will not grow till end of 2024. We give a short note about each here.
Some common points about all the products:
- All of them are server-side frameworks or systems which help the application developer develop some key functions very fast, securely, reliably and at scale.
- All the products are scalable -- they can work with any application, irrespective of how fast the application processes transactions or how many transactions per second it handles
- They will integrate with application code written in any programming language. Wherever client libraries are required, they will be provided initially in Go (the mother language of all the products other than IDshield), then on Java, then on PHP, dotNet, NodeJS, etc.
Remiges ServerSage: an observability framework¶
This product will allow an application to log performance metrics and health metrics about all aspects of its operation into an observability framework. This framework will include screens to see the data in historical time-series format, correlate different events on a common time axis, and generate automatic alerts wherever readings fall outside acceptable watermarks.
The framework is being built by extending Prometheus, which is a gold standard in observability solutions today. Prometheus provides infrastructure monitoring agents out of the box, so that you can track CPU load, RAM utilisation, etc, at the server level. ServerSage will extend this to track application health. Duration of each web service call, duration of each database command, durations of key parameters at the business operation level, will all be exported via custom-built agents to a central Prometheus data store.
Remiges LogHarbour: a logging framework¶
Remiges IDshield: an authentication and authorization framework¶
Remiges Rigel: a global configuration management system¶
Remiges Alya: a framework for writing web service calls in Go¶
Remiges Crux: a business rules engine (BRE) and workflow engine¶
Updated by Shuvam Misra over 1 year ago · 2 revisions