Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/paoliniluis/mongodb_to_postgresql

A simple script that will grab an entire collection and will insert it into a PostgreSQL table
https://github.com/paoliniluis/mongodb_to_postgresql

Last synced: 7 days ago
JSON representation

A simple script that will grab an entire collection and will insert it into a PostgreSQL table

Awesome Lists containing this project

README

        

# mongodb_to_postgresql

A simple script that will grab an entire collection and will insert it into a PostgreSQL table with streams

1 - enter the info in the config json
2 - configure the projections to get from mongo
3 - do npm i && node mongo_to_postgres.js

Everything is done with streams, so it won't blow up your RAM :)