Application Store
Kafka and Zookeeper
The tSM system uses Apache Kafka for real-time data streaming and event handling. Zookeeper is used to manage Kafka clusters, ensuring reliable distribution of data.
- Kafka Version: 3.7.0
- Zookeeper Version: 3.7.0
- Role: Kafka is used for high-throughput messaging, with Zookeeper handling cluster coordination.
ElasticSearch
For full-text search and NoSQL data storage, the system leverages ElasticSearch. This enables fast and scalable search functionality across the tSM system.
- ElasticSearch Version: 8.14.1
- Role: Used for indexing and full-text search, providing fast access to large datasets.
PostgreSQL
The relational data storage for tSM is handled by PostgreSQL > 16, which provides robust transactional support and JSON compatibility for storing structured and semi-structured data.
- PostgreSQL Version: > 16
- Role: Primary relational database for transactional data storage, supporting JSON fields for flexibility.