An open API service indexing awesome lists of open source software.

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.

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.