Expand description
§
AX Core
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 contains the implementation of the AX functionality, which will eventually be shaped such that it can be embedded by another application. For now, its intended purpose is only to serve as a dependency of the AX crate.
Modules§
- api
- authority
- ax_
futures_ util - certs
- crypto
- Collection of cryptographic functions under a unified API
- libp2p_
streaming_ response - Generic streaming request/response protocol.
- node
- node_
connection - private_
key - runtime
- settings
- swarm
- Code structure
- trees
- util
Macros§
- ax_
panic - Wrapper around
panic!
making sure that the passed in arg evaluates toanyhow::Error
. This is to be used in conjunction with the panic hook handler installed inside thenode
crate in order to pass an error object via a panic without information loss (crate::util::init_panic_hook
). - balanced_
or - Helper to combine multiple filters together with Filter::or, possibly boxing the types in the process. This significantly decreases build times.
- boxed_
on_ debug - stags
Constants§
- DATABANK_
VERSION - The databank version.