Questions tagged as 'nosql'

0
answers

error 500 by postman when connecting phalcon with mongodb

I am trying to connect the phalcon framework with the non-relational database mongo DB, by making the configurations shown on the phalcon page and some forums, I still can not make the connection and every time I want to make a query or any inte...
asked by 04.12.2018 / 17:50
1
answer

query in mongoDB with json nested

good morning. I have the following collection in mongoDb: { "signupDate": "2018-11-22T19:14:02.047Z", "_id": "5bf700269e5b59276885eda5", "userName": "pruebas", "email": "[email protected]", "password": "abc1234", "interests": "{\"followEmai...
asked by 23.11.2018 / 16:50
1
answer

Filter specific value at the time of being added, Firebase DB

My problem is that I am trying to get an automatic response of a specific data if it is added in Firebase , but the drawback is that it is not a specific route that I can place to simply get the added value with child_added since I have...
asked by 04.11.2018 / 14:43
1
answer

Pass mongoDB query to Mongoose

I need to pass the following MongoDb query to Mongoose: db.propiedads.find({ _id:ObjectId("5bb18cc42a8f2d23d8dfcd65"), "planes.plan":ObjectId("5bb565f6382cf30364b182e5") }) Currently this query is working in the mongo console. now I ad...
asked by 11.10.2018 / 04:12
0
answers

Apache Spark. Consult MongoDB database

I am working with Apache Spark and MongoDB in Java. I have a database with a lot of documents, maybe more than 30,000,000 million documents. Every time I make a connection in my project I charge this entire collection in a Dataset which is ve...
asked by 10.10.2018 / 18:34
0
answers

I need a couchdb benchmarker

A few days ago I started to read about NoSQL database , being couchdb one that caught my attention, however, its low performance surprised me, which led me to do the following things: 1 - Create a database and test the speed of reading and...
asked by 14.06.2018 / 12:57
1
answer

Force Variable Type MongoDB (Java)

I would like to know if there is any method to "force" the type of variable within MongoDB in Java . I need to insert a Document with certain data, example: Document doc = new Document(); // Forzar que guarde Rut como Integer siendo...
asked by 29.05.2018 / 00:12