esdl VS esdl-vscode

Compare esdl vs esdl-vscode and see what are their differences.

esdl

Event-sourcing Schema Definition Language (by thalo-rs)

esdl-vscode

VSCode Language Syntax for ESDL (by thalo-rs)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
esdl esdl-vscode
3 1
41 1
- -
0.0 0.0
over 1 year ago about 2 years ago
Rust
Apache License 2.0 -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

esdl

Posts with mentions or reviews of esdl. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-12.
  • Thalo - Event Sourcing runtime for WASM
    5 projects | /r/rust | 12 Dec 2022
    Thalo is a new Rust library that provides a runtime for WASM-based event sourcing. With Thalo, developers can compile their aggregates and components into WASM modules and use them in the runtime to handle commands and persist events to an event store. The library is built on top of Wasmtime and Message DB, and uses the ESDL schema language to define aggregates. While Thalo is not yet ready for real-world use, it has the potential to make event sourcing more accessible to a wider range of languages that compile to WASM, allowing for a language-agnostic runtime. Give it a try and let us know what you think! https://github.com/thalo-rs/thalo
    4 projects | /r/rust | 9 Dec 2022
    Aggregates are defined in a schema using the ESDL schema language in a .esdl file, and is used for codegen to generate a trait for your aggregate to implement (via a derive macro in the case of Rust).
  • Thalo.rs - Event Sourcing in Rust
    5 projects | /r/rust | 24 Jan 2022
    I've also created a schema language for defining aggregates, events & commands called ESDL along with a VSCode syntax highlighting extension.

esdl-vscode

Posts with mentions or reviews of esdl-vscode. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-24.
  • Thalo.rs - Event Sourcing in Rust
    5 projects | /r/rust | 24 Jan 2022
    I've also created a schema language for defining aggregates, events & commands called ESDL along with a VSCode syntax highlighting extension.

What are some alternatives?

When comparing esdl and esdl-vscode you can also consider the following projects:

thalo - An Event Sourcing runtime with WebAssembly & embedded event store