Questions tagged as 'mongodb'

1
answer

Does anyone know how Dinamic could make a Slider with Nodejs - express - mongodb?

<div id="myCarousel" class="carousel slide" data-ride="carousel"> <!-- Indicadores --> <ol class="carousel-indicators"> <li data-target="#myCarousel" data-slide-to="0" class="active"></li> <l...
asked by 29.08.2018 / 02:09
0
answers

How to search within a document with stored ID?

I have this document: { "_id" : ObjectId("5b774ebd88bff63a48a4019c"), "modelo" : ObjectId("5b774ebc88bff63a48a40198"), "tamano" : ObjectId("5b774ebc88bff63a48a40199"), "color" : ObjectId("5b774ebc88bff63a48a40196"), "termin...
asked by 18.08.2018 / 17:16
0
answers

Why do I get this error? Cast to ObjectId failed

I am working with MongoDB and made this a%% share% correctly with and I get this result: { "ok": true, "mensaje": "Petición realizada correctamente", "folios": [ { "folioLineas": [ {...
asked by 08.08.2018 / 19:43
0
answers

Create query MongoDb with Python2.7

I have the following doubt, I am building a query that performs a massive insertion in mongodb, but part of the data is brought from a function. The following is the function that I use, my problem maybe is with the return def formula(df,W,...
asked by 14.08.2018 / 14:42
1
answer

mongodb client installation in windows terminal

Why does not my client want to connect to my mongodb server by windows terminal?     
asked by 04.08.2018 / 15:47
0
answers

How can I create report with Python from mongoDB Excel format?

I am looking for an option to generate a document in excel format, with information from a MongoDB database using the panda module, but until now I do not get it, it only generates the empty document and gives an error Code that I use: impo...
asked by 09.08.2018 / 17:01
0
answers

Error in MongoDB service

At the time of processing queries, browsing my platform or inserting information from my web platform, the mongodb service starts to increase as the percentage of CPU and memory usage increases. But when it reaches 25% or more, as I show, It...
asked by 24.07.2018 / 22:03
0
answers

Variables can not start with underscore in python / django

I'm doing an application with Python, Django and MongoDB, I'm just starting out. I'm trying to load a template with this user information, the query pulls perfectly: {% if users %} <ul> {% for user in users %} <li&g...
asked by 01.08.2018 / 21:52
0
answers

mongo error with IIS

I am installing version 3.4 of mongodb on my Windows2012 server, I have already activated the Mongo service and I have created the user in admin, the situation here is that when I run my web application and I want to log into my system, it throw...
asked by 01.08.2018 / 20:19
0
answers

Iron Router does not work for me

Dear, I can not redirect a login to the profiles template in meteor with iron: router: I DO NOT ALSO SHOW THE TEMPLATE: profiles.html main.js import { Template } from 'meteor/templating'; import { Meteor } from 'meteor/meteor'; import { Rou...
asked by 14.07.2018 / 16:16