-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
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
Example of configuration setup for a single bucket? #4
Comments
Hi @beddari, thank you for your interest in our project. I will be happy to assist you and improve our documentation along the way! The easiest setup for a try-out is the standalone binary. It contains all required components, including embedded Redis, making it easy to set up and install. However, it is not suitable for production because with the standalone option, you cannot have multiple workers or persist replication progress between restarts. In our organization, we use the Helm chart to run Chorus on K8s. There is a docs for standalone setup but here is a short version (feel free to ask questions):
One of my next tasks is to create an example and docs for Docker-compose, but it is not done yet. |
Thanks, this should be good to get us started, one of us will surely be in touch if we get stuck 👍🏼 The part that we couldn't figure out quickly ourselves was the cli tool example. |
one more thing that may be useful: if you are familiar with Go, you can run Chorus e2e tests against your s3 storages with debug, breakpoints, and stuff from your IDE. To do so, you need:
This is a little bit low-level and more relevant for developers but if you are fluent with Go, it might be easier to build all from source to run on your machine and use gRPC instead of CLI . |
Hi there, we at Safespring were really intrigued when we saw this project released, it seems to solve a lot of the same use cases we also work with in our day-to-day operations. We have actually started to develop a very similar tool internally but you seem to have progressed further than we have, so far.
New to the project, what would be the easiest way to get a working replication setup for a single bucket s3->s3, in a standalone configuration?
Docker compose as the basis for the setup? Is there anything to go by that you have?
Looking forward to possibly collaborate!
The text was updated successfully, but these errors were encountered: