|
|
|
Show HN: Ylem – an open-source orchestrator for real-time data streaming
(github.com)
|
|
3 points
by ardemchenkov
583 days ago
|
|
Ylem is an open-source platform for real-time data streaming orchestration built on top of Apache Kafka. Main differences between Ylem and existing orchestrators: - Microservice architecture, which makes it easily scalable.
- Written on Golang for better performance and extendability.
- No-code/Low-code approach saves tons of time usually spent on programming pipelines with Python or configuring with YAML/XML. Although programming is still supported if necessary.
- Self-scaling and self-healing mechanism that identifies the "slow" and "fast" pipelines and manages them for the best performance.
- Containerized by default for an easy installation process with Kubernetes or Docker.
- Cost-effective and cost-transparent in the cloud due to its architecture. Our documentation: https://docs.ylem.co/open-source-edition/task-processing-arc.... Please have a look, try to install it and run it, give us a star, and send me your feedback. Any feedback is appreciated. |
|