Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pat8901/noaa-track-fact-api
ASP.NET minimal api microservice to deliver facts about space
https://github.com/pat8901/noaa-track-fact-api
Last synced: 12 days ago
JSON representation
ASP.NET minimal api microservice to deliver facts about space
- Host: GitHub
- URL: https://github.com/pat8901/noaa-track-fact-api
- Owner: pat8901
- License: gpl-3.0
- Created: 2024-08-25T21:31:04.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-08-27T05:04:20.000Z (5 months ago)
- Last Synced: 2024-08-27T23:38:33.223Z (5 months ago)
- Language: C#
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NOAA Minimal API Space Facts
## Introduction
## Installation:
## Docker
## TODO
* Setup dynamic route for single entries
* Setup docker container
* Build dedicated satellite add page
* Add dedicated page for listing all satellites in db
* Think about ACID principles with the api endpoints, i.e., what do happens if you are in the middle of a
transaction and a separate thread changes the information you are working on before you get to it?* Bug when adding empty satellite entry increments database id
* Add PUT request endpoint* Add new endpoints from separate database that holds data from an ETL process
## License
This project is licensed under the GPLv3 License. See the LICENSE file for more details.