https://github.com/featureform/grpc-rest-server
connects to embeddinghub and serves requests via HTTP
https://github.com/featureform/grpc-rest-server
Last synced: 2 months ago
JSON representation
connects to embeddinghub and serves requests via HTTP
- Host: GitHub
- URL: https://github.com/featureform/grpc-rest-server
- Owner: featureform
- Created: 2021-10-21T08:44:31.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-10T21:49:46.000Z (over 3 years ago)
- Last Synced: 2025-01-20T05:09:44.723Z (4 months ago)
- Language: Go
- Size: 36.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dashboard-server
Middleware server. Serves embeddingstore data via HTTP following connection with embeddinghub via grpc
## Specification:
Dockerized server which provides a blank interface to serve data efficiently to the frontend. Acts as a middleware between the feature store backend and the frontend dashboard. Can provide logs for usage and potential CRUD functionality for container features for the feature store.### Build Docker image:
`docker build -t api .`### Run Docker container:
`docker run -it -p 8080:8080 api`