Page 1 of 1
MongoDB and VO / X#.. anybody using it ?
Posted: Sat Jul 03, 2021 9:40 am
by Sherlock
MongoDB and connectors.. is anybody using the NO SQLdatabase ?
How did you connect and your success or not ?
Bought a company, technical handover in few weeks.
Research my options. See PHP connector.
MongoDB and VO / X#.. anybody using it ?
Posted: Sun Jul 04, 2021 4:57 pm
by FFF
As none of the more qualified folks jumps in: you are aware, that there's a FDW for PG2Mongo?
E.g.
https://www.enterprisedb.com/edb-docs/s ... db_fdw.pdf
Have no experience with this, but maybe that's a way...
MongoDB and VO / X#.. anybody using it ?
Posted: Tue Jul 06, 2021 12:35 pm
by Sherlock
Karl.. Use EDB version of Postgres builds often. Quick read. Good info.. Also use Centos 8 Cpanel. Being using mySQL and Postgres and some MSQL a lot lately. Buying a company and all the primary work in MONGODB and data scraping. Text I read in document;
The MongoDB data wrapper provides an interface between a MongoDB server and a Postgres
database. It transforms a Postgres statement (SELECT/INSERT/DELETE/UPDATE) into a query
that is understood by the MongoDB database.