https://github.com/bohdan-mykhailenko/microservice_astronomy-data-1
An API microservice for work with timeanddate astronomy data services.
https://github.com/bohdan-mykhailenko/microservice_astronomy-data-1
axum rust serde-json timeanddate tokio
Last synced: 19 days ago
JSON representation
An API microservice for work with timeanddate astronomy data services.
- Host: GitHub
- URL: https://github.com/bohdan-mykhailenko/microservice_astronomy-data-1
- Owner: bohdan-mykhailenko
- Created: 2024-07-28T11:17:50.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2026-04-17T16:01:01.000Z (2 months ago)
- Last Synced: 2026-04-17T17:38:04.759Z (2 months ago)
- Topics: axum, rust, serde-json, timeanddate, tokio
- Language: Rust
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Astronomy Data Microservice API
Small Rust microservice that exposes an HTTP API for astronomy data.
## Technologies
- [Rust](https://www.rust-lang.org/)
- [Axum](https://docs.rs/axum/latest/axum/) (web framework)
- [Tokio](https://tokio.rs/) (async runtime)
- [Serde](https://serde.rs/) + [Serde JSON](https://docs.rs/serde_json/latest/serde_json/) (serialization)
- [`libtad-rs`](https://crates.io/crates/libtad-rs) (astronomy data service client)
## API
- `GET /api/v1/astro_position` - returns astronomy position-related data from the service layer.