зеркало из https://github.com/Azure/Feathr.git
74fc2bd86b | ||
---|---|---|
.. | ||
common-utils | ||
feathr-registry | ||
raft-registry | ||
registry-api | ||
registry-cli | ||
registry-provider | ||
sql-provider | ||
test-data | ||
.dockerignore | ||
.gitignore | ||
API-spec.md | ||
Cargo.lock | ||
Cargo.toml | ||
Dockerfile | ||
LICENSE | ||
README.md |
README.md
Feathr Registry
This is a enhanced SQL database based Feathr registry implementation.
The registry has compatible API as the one in the main Feathr repo, also it supports clustering and more SQL databases:
- Microsoft SQL Server (including AzureSQL and Azure SQL Data Warehouse)
- MySQL
- PostgreSQL
- SQLite (for testing purpose)
To run the registry service, use:
feathr-registry --http-addr 0.0.0.0:8000
Check out for more command line options with feathr-registry --help
, detailed documents are coming soon.