Feathr/registry
Chen Xu 74fc2bd86b Update crates 2022-07-22 15:53:02 +08:00
..
common-utils MySQL and PostgreSQL support 2022-07-11 13:47:17 +08:00
feathr-registry Feature flags 2022-07-13 22:37:24 +08:00
raft-registry Get feature project 2022-07-16 03:16:24 +08:00
registry-api GenericLocation 2022-07-18 03:52:54 +08:00
registry-cli Initial commit 2022-07-08 15:30:16 +08:00
registry-provider GenericLocation 2022-07-18 03:52:54 +08:00
sql-provider Cleanup 2022-07-16 01:57:02 +08:00
test-data Initial commit 2022-07-08 15:30:16 +08:00
.dockerignore Initial commit 2022-07-08 15:30:16 +08:00
.gitignore Initial commit 2022-07-08 15:30:16 +08:00
API-spec.md Initial commit 2022-07-08 15:30:16 +08:00
Cargo.lock Update crates 2022-07-22 15:53:02 +08:00
Cargo.toml Initial commit 2022-07-08 15:30:16 +08:00
Dockerfile Initial commit 2022-07-08 15:30:16 +08:00
LICENSE Initial commit 2022-07-08 15:30:16 +08:00
README.md Update README 2022-07-20 17:39:59 +08:00

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.