python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
mongoimport/mongoexport and timeseries
Do the mongoimport and mongoexport cli tools support the new timeseries collection type?
We are trying to exporting data from a timeseries collection:
mongoexport -h localhost --port=27018 --type=json...
dash1e
Votes: 0
Answers: 0
how to use mongoimport (from mongotools) in c#
im learning how to connect mongoDB with c#
my objective is to import a student.json file and add it to my db in a new collection using c#
this is what im trying to use :
var command = @&qu...
JeanBook
Votes: 0
Answers: 0
MongoDB issue with mongoimport of string autoconverting to number
I have a tsv (tab delimited file) with some contact information I want to load into a mongo collection. So I am using mongoimport (which I have to use for reasons I will not go into here, so please do...
jack.linton
Votes: 0
Answers: 0
MongoDB restoring seemingly stuck/ not progressing
After a mongodump I am trying to restore using mongorestore.
It works locally in seconds. However, when I kubectl exec -it into the pod of the primary mongodb node and run the same command it gets stu...
veste
Votes: 0
Answers: 1