-
Notifications
You must be signed in to change notification settings - Fork 4
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
Changed CockroachDB to YugabyteDB to use only open source #311
base: develop
Are you sure you want to change the base?
Conversation
implement youtube connector
Feature/semantic 5
# Conflicts: # .gitignore # src/backend/orchestrator/trigger.go
work on observability
…ndition new orchestrator conditions
remove duplicated env variables implement nats timeouts configuration .
…ose-env refactoring-docker-compose-env
update swagger doc.
…status patch/modify-connector-status
modified all deployments to prepare to merge to main branch
CogniX first alpha version!!!!!!
fox for build
Update migration-service-build.yml
fix migration workflow
fix workflow
Update migration-service-build.yml
fix migration workflow
…-types remove debug logs
Main to develop
…-types adjust documents list in chat
develop to main
…-types Patch/unsupportder file types
merge develop
…-types adjust documents list in chat
Patch/ms teams chats
YugabyteDB is Open Source PostgreSQL-compatible distributed SQL
Hi @FranckPachot, and thank you for your PR. looking forward to hearing form you |
Hi, yes it's a good fit. YugabyteDB supports all PostgreSQL isolation levels. It is a fork of PostgreSQL plugged on top of a distributed storage (tables and indexes distributed by their key and replicated by Raft). |
It looks like a real cool project. I need some time to test it out... |
YugabyteDB is Open Source PostgreSQL-compatible distributed SQL, so it can be a better choice than CockroachDB for an Open Source software.
I did the minimum change to start YugabyteDB instead of CockroachDB in the docker-compose and let you test if all is ok. If you are interested by this change, there are probably some other modifications in other files
In src/config/yugabytedb_cli.env I've left COCKROACHDB in the variable names to avoid changing it everywhere but it would be better to use POSTGRESQL as it can be used with all PostgreSQL-compatible databases