ax_aql

Crates.ioax_aql
lib.rsax_aql
version0.1.0
sourcesrc
created_at2023-12-18 14:45:03.219402
updated_at2023-12-18 14:45:03.219402
descriptionAQL parsing and rendering for ax
homepagehttps://developer.actyx.com/
repositoryhttps://github.com/Actyx/Actyx
max_upload_size
id1073417
size118,526
Developers (github:actyx:developers)

documentation

https://docs.rs/ax-aql

README

Latest Version Rust Documentation

AX AQL

AX is a decentralized event database, streaming and processing engine that allows you to easily build local-first cooperative apps. It makes it easy to run distributed applications on multiple nodes. It is a piece of software that allows you to run your own apps on one or more edge devices and have these apps seamlessly communicate and share data with each other.


Note: AX has been created by the company Actyx AG and predates the unrelated Actix framework (although AX wasn’t open-sourced until Oct’23). While we have changed crate names to avoid confusion, the company name remains Actyx AG and appears in some places.


This crate defines the syntax of the AQL query language. It should in most cases be used through the AX SDK.

Commit count: 5282

cargo fmt