steevej
(Steeve Juneau)
December 15, 2022, 11:37pm
2
Please provide closure on your other thread:
The above does not make sense. Visual studio is a client connected to a database server. Compass is a client connected to a database server. Both can be connected to the same server or connected to different servers.
If you do something successfully on one client it is saved in the server. If you do not see what in the other client you have done successfully in the other client, then it means both clients are not connected to the same server.
Compass does not continually update the data yo…
On unix based systems, it is trivial.
You configure a cron job that does curl of the link you supplied to standard output that is redirected to mongoimport that uses standard input when --file is not specified.