68 releases (4 stable)

2.0.2 Oct 31, 2024
2.0.0 Jul 16, 2024
2.0.0-beta.12 Mar 15, 2024
2.0.0-beta.9 Nov 22, 2023
0.5.0 Nov 22, 2022

#619 in Network programming

Download history 514/week @ 2024-07-29 69/week @ 2024-08-05 85/week @ 2024-08-12 41/week @ 2024-08-19 136/week @ 2024-08-26 130/week @ 2024-09-02 126/week @ 2024-09-09 16/week @ 2024-09-16 86/week @ 2024-09-23 18/week @ 2024-09-30 15/week @ 2024-10-07 33/week @ 2024-10-14 64/week @ 2024-10-21 359/week @ 2024-10-28 91/week @ 2024-11-04 75/week @ 2024-11-11

593 downloads per month
Used in 2 crates

Apache-2.0

2.5MB
49K SLoC

Aruna - Rust API

This repo contains the Rust API builds for Aruna. It is derived from the language agnostic Protocol Buffers API Definitions.

Structure

The API contains three main sections:

  • Storage section: This is the main section for external use. It contains a basic set of services and models that describe the interfaces with the storage system.

  • Notification section: This section contains a set of services and models that describe the interfaces with the notification system.

  • Hooks: This section contains the service that can be used to extend Aruna with external functionality or automate internal processes.

Storage

The storage section is divided in two sub-sections:

  • Models: This section contains the models that are used by the storage system.

  • Storage services: This section contains all services that are used to interact with the storage system. Services are defined as RPCs and are grouped by object type.

Notifications

The Notification section provides a set of RPCs that are used to interact with the notification system. The notification system uses nats.io as its underlying service. The service definition can be found here.

Hooks

Hooks are the way to automate internal processes in Aruna and/or to integrate external services to extend functionality. Once created, they're available globally in Aruna, and Projects must be associated with them to be included in their trigger cycle. The action that triggers the specific hook is defined by its trigger type.

License

The API is licensed under either of

at your option. Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependencies

~7–18MB
~229K SLoC