https://github.com/tgidk/movrapi
A .NET 9 controller-based web API in C# with integration to the distributed SQL database CockroachDB and with the educational movr database.
https://github.com/tgidk/movrapi
asp-net-core cockroachdb csharp entity-framework-core haversine npgsql
Last synced: 10 months ago
JSON representation
A .NET 9 controller-based web API in C# with integration to the distributed SQL database CockroachDB and with the educational movr database.
- Host: GitHub
- URL: https://github.com/tgidk/movrapi
- Owner: tgidk
- License: mit
- Created: 2024-12-18T17:06:06.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-20T12:19:56.000Z (about 1 year ago)
- Last Synced: 2025-02-01T17:16:43.543Z (12 months ago)
- Topics: asp-net-core, cockroachdb, csharp, entity-framework-core, haversine, npgsql
- Language: C#
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a controller-based .NET 9 web API implemented in C# and ASP.NET Core, which demonstrates how to integrate .NET (core) with the distributed SQL database from CockcoachDB.
The API use the educational movr database hosted on CockroachDB Cloud and the Npgsql Entity framework core driver for PostgreSQL integration.
You will need to sign up for a free account at CockroachDB Cloud to test the API, and update the connectionstring to connect with your own account.
I have no affiliation with CockcoachDB or any of their offerings. I am interested in distributed computing in general.