Skip to content

Commit 7aa0053

Browse files
Update README.md
1 parent 0e0f7c7 commit 7aa0053

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@
33
Synchronize Production NOSQL and SQL data to Standalone instances for Data scientists or other purposes. A **Go-based** tool to synchronize MongoDB or SQL data from a **MongoDB replica set** or **sharded cluster** or production SQL instance to a **standalone instance**, supports initial and incremental synchronization with change stream monitoring.
44

55
> [!NOTE]
6-
> Sync is now supporting MySQl, PostgreSQL and MariaDB. Next `Sync` will support Redis and Elasticsearch.
6+
> Sync is now supporting MongoDB, MySQl, PostgreSQL and MariaDB. Next `Sync` will support Redis and Elasticsearch.
7+
8+
## What is the problem
9+
Let’s assume you have a mid to big-size SaaS platform or service with multiple tech teams and stakeholders. Different teams have different requirements for analyzing the production data independently. However, the tech team doesn’t want to allow all these stakeholders direct access to the production databases due to security and stability issues.
10+
11+
## A simple one-way solution
12+
Create standalone databases outside of your production database servers with the same name as production and sync the production data of the specific tables or collections to the standalone database.
713

814
## Supported Databases
915

@@ -195,4 +201,4 @@ Note: All interactions here should conform to the [Code of Conduct](https://gith
195201
196202
## Give a Star! ⭐
197203
198-
If you like or are using this project, please give it a **star**. Thanks!
204+
If you like or are using this project, please give it a **star**. Thanks!

0 commit comments

Comments
 (0)