Skip to content

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

Description

@Mimetis

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions