Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.