We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I can collaborate
Users need a way to bootstrap conveniently the services, configure them.
Currently it is pretty hard to bootstrap the services:
What is the use case for this feature?
Bootstrap the services in a VM. Provide support for a future standard docker image
Some examples:
Controller
Router
Server
VenicePushJob
Thin Client
Fast Client
Da Vinci Client
Samza
Admin Tool
The text was updated successfully, but these errors were encountered:
I have found that if you build venice with
./gradlew shadowDistTar
Then you can find some tarballs for the services in the "distribution" directories. This is a good starting point but it is not enough:
Sorry, something went wrong.
No branches or pull requests
Willingness to contribute
I can collaborate
Feature Request Proposal
Users need a way to bootstrap conveniently the services, configure them.
Currently it is pretty hard to bootstrap the services:
Motivation
Bootstrap the services in a VM.
Provide support for a future standard docker image
Details
Some examples:
What component(s) does this bug affect?
Controller
: This is the control-plane for Venice. Used to create/update/query stores and their metadata.Router
: This is the stateless query-routing layer for serving read requests.Server
: This is the component that persists all the store data.VenicePushJob
: This is the component that pushes derived data from Hadoop to Venice backend.Thin Client
: This is a stateless client users use to query Venice Router for reading store data.Fast Client
: This is a stateful client users use to query Venice Server for reading store data.Da Vinci Client
: This is an embedded, stateful client that materializes store data locally.Samza
: This is the library users use to make nearline updates to store data.Admin Tool
: This is the stand-alone client used for ad-hoc operations on Venice.The text was updated successfully, but these errors were encountered: