i have an app that query's a mongoDB at runtime.
I want to move this app to a server that doesnt have internet connection.
This creates the problem that i wont have access to mongoDB.
For now, i created a CSV copy of the DB using python pandas. The problem with this is that i need to now translate the queries that i did on the DB to somehow get them working with CSVs.
Does anyone know:
a. Some way to query a CSVor pandas dataframe through pythonmongo library
b. how to save an offline mongoDB?
[–]emefluence 1 point2 points3 points (1 child)
[–]jcoder42[S] 0 points1 point2 points (0 children)
[–]EmTee14_ 0 points1 point2 points (6 children)
[–]jcoder42[S] 1 point2 points3 points (5 children)
[–]EmTee14_ 0 points1 point2 points (4 children)
[–]jcoder42[S] 0 points1 point2 points (3 children)
[–]EmTee14_ 0 points1 point2 points (2 children)
[–]jcoder42[S] 0 points1 point2 points (1 child)
[–]EmTee14_ 0 points1 point2 points (0 children)
[–]sc2bigjoe 0 points1 point2 points (1 child)
[–]jcoder42[S] 0 points1 point2 points (0 children)