https://github.com/pzaino/astra
ASTRA - Asynchronous Scalable Task and Resource Actors (in Rust)
https://github.com/pzaino/astra
actor-model grpc http persistent-storage rust rust-lang server-less tcp
Last synced: 4 months ago
JSON representation
ASTRA - Asynchronous Scalable Task and Resource Actors (in Rust)
- Host: GitHub
- URL: https://github.com/pzaino/astra
- Owner: pzaino
- License: other
- Created: 2024-08-08T00:35:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-22T15:13:03.000Z (over 1 year ago)
- Last Synced: 2025-01-23T00:11:16.565Z (about 1 year ago)
- Topics: actor-model, grpc, http, persistent-storage, rust, rust-lang, server-less, tcp
- Language: Rust
- Homepage:
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ASTRA - Asynchronous Scalable Task and Resource Actors
WIP - This is a work in progress and not yet ready for use.
ASTRA is a library for building applications using asynchronous actors. It is designed to be scalable and efficient, and to provide a simple and flexible API for building applications.
## Features
- Asynchronous actors
- Customizable backends (File, Memory, RDBMS, etc.)
- Scalable and efficient
- Simple and flexible API
## Installation
ASTRA is fully written in Rust and I'll make it available via crates.io soon.