You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was looking for a NewSQL DB that is fully compatible with MySQL. TiDB checks all our requirements and is almost perfect for our project.
The only problem is that two of our project goals are To make the full deployment:
Isolated from host system.
Cross-platform(so we avoid shell scripts or binaries).
Hence, we plan to do it fully via a docker-compose so that assuming containerd+compose is installed fine, it works with a simple docker-compose up -d while providing isolation from host system.
Our project is long term and has just begun planning phase so it's gonna be fine if we have wait for it to happen but just wanted to know are there any plans/goals for tidb-docker-compose to start working towards production, either in near(1 year) or far(5 years) future.
The text was updated successfully, but these errors were encountered:
I was looking for a NewSQL DB that is fully compatible with MySQL. TiDB checks all our requirements and is almost perfect for our project.
The only problem is that two of our project goals are To make the full deployment:
Hence, we plan to do it fully via a docker-compose so that assuming containerd+compose is installed fine, it works with a simple
docker-compose up -d
while providing isolation from host system.Our project is long term and has just begun planning phase so it's gonna be fine if we have wait for it to happen but just wanted to know are there any plans/goals for tidb-docker-compose to start working towards production, either in near(1 year) or far(5 years) future.
The text was updated successfully, but these errors were encountered: