We have made an application takes connection string of postgreSQL, schema name and access path.
355
Download Docker Desktop for Mac or Windows. Docker Compose will be automatically installed. On Linux, make sure you have the latest version of Compose.
Run in this directory to build and run the app:
docker build -t njshah301/migration_from_sql_to_nosql:0.0.1 .
docker container run -d -p 27010:27010 njshah301/migration_from_sql_to_nosql:0.0.1
The Migration app will be running at http://localhost:27010.
Content type
Image
Digest
sha256:ec11409af…
Size
119 MB
Last updated
about 3 years ago
docker pull njshah301/migration_from_sql_to_nosql:0.0.3