Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.
Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
High performance workflow with strong support for parallel tasks
The Workflow Execution Engine (WEE) is a domain specific language created by the University of Vienna in Austria. The primary goals of the language are to provide a simple, lightweight, and powerful alternative to existing workflow specifications.
This project contains an implementation of this language using the Erlang programming language.
Please see the project Wiki for more detailed information.
rel_erl is a lightweight relational in-memory database for Erlang.
Features
1. Data rows are stored in the process dictionary.
2. Unique and referencial constraints are enforced.
3. There can be more than one index per table.
4. One-to-many joins are fast and easy.
Ermdia is a yet another implementation of Kademlia, which is one of the algorithm of ditributed hash table (DHT), in Erlang. This software is lightweight, fast and easy to understand since an amount of source code is quite small.