You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this issue is described the repository inside schemahub that will contain and store metadatas for schemas. The schema records will be versionized and will be store for each tenant. Also, there tags will be supported.
As the schemas will be stored inside the service, it will be used SQLite.
There will be two data stores, one for tenant and the other is for schema,
physical paths to these stores is
In this issue is described the repository inside schemahub that will contain and store metadatas for schemas. The schema records will be versionized and will be store for each tenant. Also, there tags will be supported.
As the schemas will be stored inside the service, it will be used SQLite.
There will be two data stores, one for tenant and the other is for schema,
physical paths to these stores is
~/data/store/tenants_store.andx
~/data/store/schemas/schemas_store.andx
TenantRepository
tenants_store.andx
will contain a table Tenants and will contain these fields:
SchemaRepository
schemas_store.andx
will contain two tabes one "Schemas" and "Tags"
Schemas table contains
The text was updated successfully, but these errors were encountered: