8 releases (breaking)
new 0.7.0 | Feb 5, 2025 |
---|---|
0.6.1 | Dec 29, 2024 |
0.5.0 | Dec 11, 2024 |
0.4.0 | Nov 22, 2024 |
0.1.0 | Sep 15, 2024 |
#1518 in Web programming
132 downloads per month
320KB
9K
SLoC
lrzcc-api
Partial Rust-rewrite of the API server application for the Openstack-based LRZ Compute Cloud, https://cc.lrz.de, first and foremost the budgeting system.
Development
Running the API server locally
scripts/init.sh
source admin-openrc.sh
source scripts/config_env.sh
# optional: insert database dump
scripts/enter_db.sh
source lrz_budgeting.sql
quit
RUST_LOG=info cargo run --bin lrzcc-api | bunyan
Calling the local API server
source admin-openrc.sh
cargo run --bin lrzcc -- -u http://localhost:8000/api -r http://localhost:8000/api user me
Dependencies
~73MB
~1.5M SLoC