Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Azure Sql Database as an option to store metadatas #15

Open
Mimetis opened this issue Apr 28, 2021 · 0 comments
Open

Adding Azure Sql Database as an option to store metadatas #15

Mimetis opened this issue Apr 28, 2021 · 0 comments
Labels
Azure Genera Azure knowledge .Net Core language Sql

Comments

@Mimetis
Copy link
Owner

Mimetis commented Apr 28, 2021

Idea

Adding an option to add Azure Sql Database as metadata store for Ygdra.Host Web Api.

Today

For now, all the metadatas used by Ygdra.Host and HangFire are stored in a simple CosmosDB database:

image

image

The solution is already defined to handle several metadata providers:

image

And the Ygdra.Host appsetting file contains the definition of the provider used:

  "YProvider": {
    "Provider": "YCosmosDbProvider",
    "Endpoint": "https://XXXXXX.documents.azure.com:443",
    "AccountKey": "vcaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa==",
    "Database": "Ygdra",
    "Container": "Ygdra"
  },

Expectation

Creating the YSqlDatabaseProvider and update the application to be able to use it

@Mimetis Mimetis added .Net Core language Azure Genera Azure knowledge Sql labels Apr 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Azure Genera Azure knowledge .Net Core language Sql
Projects
None yet
Development

No branches or pull requests

1 participant