Tagged Questions
0
votes
1answer
30 views
MongoDB find().count() - SyntaxError: missing : after property id (shell):1
Have a .json data-supplied collection of tweets..
Looking to count Delete-Requests in Sessions:
db.tweets.find({"delete"}).count()
And this syntax is incorrect because SyntaxError: missing : after ...
1
vote
0answers
20 views
BaseX GUI and MongoDB
BaseX focuses on storing, querying, and visualizing large XML and JSON documents and collections.
Is there any way to query MongoDB documents and use BaseX visualizing ability?
-2
votes
3answers
48 views
Take off '[' from Json string?
I have a JSON return string from MongoDB
[{'api_calls_per_day': 0.29411764705882354, '_id': ObjectId('51948e5bc25f4b1d1c0d303a'), 'api_calls_total': 5, 'api_calls_with_key': 3, ...
-2
votes
1answer
28 views
Create generic service class in java for reading the collection from mongodb [closed]
Everyone, I want to create a service class(a very generic) in java which will accept all the required parameters for reading a collection from MongoDb. and return JSON string as result.
1
vote
2answers
64 views
TypeError: ObjectId('') is not JSON serializable
My response back from MongoDB after querying an aggregated function on document using Python, It returns valid response and i can print it but can not return it.
Error:
TypeError: ...
1
vote
1answer
25 views
MongoDB: how to select an empty-key subdocument?
Ahoy! I'm having a very funny issue with MongoDB and, possibly more in general, with JSON. Basically, I accidentally created some MongoDB documents whose subdocuments contain an empty key, e.g. (I ...
-1
votes
2answers
47 views
Querying the corresponding key from the JSON
I have the following json structure in the mongo db.
{
"branch": [
{
"section": [
{
"sub": "edc",
"time": "one hour",
"frequency": "3"
},
...
-1
votes
0answers
35 views
mongodb - exception:read error, or input line too long (max length: 16777216) [closed]
I am using python to read JSON file into mongodb but i get the following error. I have searched online but have not found the solution yet. Any help would be appreciated. Thanks.
Mongodb and ...
0
votes
1answer
17 views
Grabbing String from Embedded MongoID in JSON Java Android
I am working on grabbing information from a JSON. The server responds with:
{
"id" : {
"$id" : "515a4f1d03cfebb61800097b"
},
"body" : "This is the body"
}
I can grab body by
...
0
votes
1answer
28 views
Mongodb query return type
When I make a query in Mongodb using Mongokit in Python, it returns a json document object. However I need to use the return value as a model type that I have defined. For example, if I have the ...
0
votes
1answer
36 views
get MongoDB results as objects instead of array
I'm new to MongoDB, and I'm trying to get results in a different way.
if I execute the query db.collection.find().toArray() I get something like:
[
{
"_id":"34234...",
"first":"Mark",
...
0
votes
1answer
52 views
deleting content from a particular collection
I have a JSON document like
{
"branch": [
{
"section": [
{
"sub": "edc",
"time": "one hour",
"frequency": "3"
},
...
0
votes
1answer
59 views
Generalized way to extract JSON from a relational database?
Ok, maybe this is too broad for StackOverflow, but is there a good, generalized way to assemble data in relational tables into hierarchical JSON?
For example, let's say we have a "customers" table ...
0
votes
1answer
61 views
Modify JSON response of embedded object in rails / mongoid
I am trying to modify the JSON in my controller.
I have a projects model that embeds_many images using Mongoid.
Here are the models:
class Project
include Mongoid::Document
field :name, type: ...
0
votes
0answers
40 views
I'm using django serializers to deserialize a json with nested elements but can't get the right classes
I would like to deserialize a json request into class serializers but can't get the correct wrapper class.
This is the json I use:
{
"NewData":
{
"UserID":"12345",
...
0
votes
1answer
68 views
How to convert between BSON and JSON, especially for those special objects?
I am not asking for any libraries to do so and I am just writing code for bson_to_json and json_to_bson.
so here is the BSON specification.
For regular double, doc, array, string, it is fine and it ...
1
vote
1answer
67 views
MongoDB SELF JOIN query having 1 collection
I'd like to do something like
SELECT e1.sender
FROM email as e1, email as e2
WHERE e1.sender = e2.receiver;
but in MongoDB. I found many forums about JOIN, which can be implemented via MapReduce in ...
1
vote
2answers
68 views
Grails - Adding new default value to an existing Map domain class member
I have the following domain class:
class Settings {
static constraints = {
uid(nullable: false, unique: true)
json()
}
String uid
Map json
}
I store arbitrary data ...
2
votes
2answers
34 views
update MongoDB for every 30sec with remote JSON data?
I'm parsing remote JSON data into MongoDB, Actually i'm parsing dynamic JSON data,but i want to update MongoDB for every 30 Sec with dynamic data.
parsing JSON data like this
require 'open-uri'
...
1
vote
3answers
55 views
Django - Return JSON, Error
I got a View.py function that looks like this:
def GetAllCities(request):
cities = list(City.objects.all())
return HttpResponse(json.dumps(cities))
My City model looks like this
class ...
0
votes
1answer
29 views
Javascript Query Selectors DSL as an Independent Library
I really like mongodb's json dsl for querying the database.
I was wondering if there is any stand alone library for node.js/browser that can convert that kind of json expressions into, maybe, js ...
0
votes
1answer
42 views
Updating mongodb from a spreadsheet
I have a Google Doc Spreadsheet
with
key number
----- ---------
abc 111
foo 222
...
I want to take this data from Google Docs, and update existing data within MongoDB.
...
2
votes
0answers
123 views
Serialize a collection of POJOs objects to JSON struct from Morphia / MongoDB in Java
I am using Morphia (0.99) for mapping POJO to MongoDB (2.0.6). Now I want to return a collection / list as a JSON struct from my data-store with including IDs for each object to be sent with jQuery to ...
0
votes
1answer
38 views
Query all documents and sub-documents for a specific key in mongodb without looping
I had hard time choosing the right title for this question. I have a list of documents and sub-documents as the following
{
"name" : "Pets",
"subcategories" : [
{
...
0
votes
1answer
35 views
Why does Mongob shell allow document input of JSON without quotes?
I'm teaching myself MongoDB and found I can enter JSON in the shell without quotes. Is this just for convenience or is there a JSON standard I'm unaware of?
ALLOWED IN MONGODB SHELL
{
A:2
}
...
0
votes
1answer
124 views
How to setup MongoDB with Django
I've followed numerous tutorials on how to setup a Django project with MongoDB but still get the same errors when running the command for testing:
python manage.py runsever
Here is the link I've ...
1
vote
1answer
34 views
How can I stringify almost-valid json in python
My android game pushes this JSON to my django server:
{
data: [
[
Settings,
"4748"
]
],
logType: starcycle-screenchanges
}
It's not valid though because it doesn't have the ...
0
votes
2answers
56 views
importing json file to mongodb
I am a student doing my undergrad in IT. So far I have done all my data management using RDBMS. I have built few stand alone systems using java -jdbc - rdbms..After going through the NoSQL concepts, I ...
0
votes
0answers
30 views
How to keep a HTML file including CDATA non corrupted when you store it on MongoDB
I am trying to store and retrieve on MongoDB HTML files which include CDATA in it. Here is an example of what I want to store (excerpt):
<campaign id="2" name = "campaign_name">
...
0
votes
2answers
72 views
How to return full JSON of Tweet from Twitter Gem Twitter Object
So I have some code:
#twitter api access config up here
Twitter.status(27558893223)
and I know I get all the tweet information from that Twitter.status line. What I want though isn't a Ruby object. ...
0
votes
3answers
61 views
Android: cannot convert to JSONArray from multidimensional MongoDB jsonObject
im trying to get data from the site which have mongodb as their database and CI ,i make simple script to make json encode output from the site and the output is like :
{
"mko680": {
...
0
votes
2answers
86 views
How to retrieve parent document based on subdocument values in Mongoose?
I have the following schema's:
var Child = new mongoose.Schema({
'field': String,
'value': String
});
var Parent = new mongoose.Schema({
'name': String,
'children': [ Child ]
});
...
1
vote
2answers
56 views
Is Mongoose query result read-only?
How can I modify an object returned by a Mongoose query?
Assume we have the following schema:
var S = new mongoose.Schema( { 'name': String, 'field': String } );
I do the following query and ...
0
votes
1answer
258 views
JSON.parse Unexpected character
I have a JSON object stored in a mongoDB collection. The object represents the positions of 5 x images, 5 y images, and a tictactoe board image.
On an interval, I send a request to a php file that ...
0
votes
0answers
42 views
Correcting incorrect JSON to provide input into Mongodb (Ruby)
So I have this data I have downloaded from Twitter (in a format below) that I'm using for a project but the data is not in a valid JSON format so I can't parse everything easily. What I'm trying to do ...
0
votes
2answers
209 views
Inserting JSON.Stringified data into MongoDB
var obj = {};
obj.url = hostNames[i];
obj.statusCode = res.statusCode;
obj.headers = res.headers;
db.collection.save(JSON.stringify(obj, null, 2));
I am currently attempting to request a HTTP ...
1
vote
0answers
102 views
Executing mongoimport inside code with Javascript/Node.js
Is there any library available in node.js/javascript that allows an individual to use mongoimport in code?
To my understanding, mongoimport is kinda like an .exe, which you have to execute it first ...
0
votes
1answer
33 views
MongoDB get all items and mark favorites
I want to get all items and mark those in my favorites list as favorites.
Supose I have this:
{
"user": {
"favorites": [2]
}
}
and this:
{
"item": {
"_id"= "1",
...
1
vote
1answer
85 views
Make a Cronjob to Repeatedly Query MongoDB for New Data Since Last Query
My data provider has a remote instance of MongoDB with my data, which I can access via SSH. Currently, I query MongoDB using the command
mongoexport -d database -c collection --csv --out result.csv ...
0
votes
0answers
91 views
Mongoid: Create embedded documents with a JSON POST request
I am pretty new to Rails and Mongoid and need some help regarding embedded documents. I am using Rails 3.2.12 and Mongoid 3.0.2.
I am trying to update an embedded document with a JSON POST. That is, ...
1
vote
3answers
103 views
Why mongoose replaces subdocuments with “[object Object]”?
I'm encountering weird behavior with embedded docs and I don't know if I do something wrong or is it a bug.
This is my model:
var mg = require('mongoose')
, S = mg.Schema;
var subject = new S({
...
1
vote
1answer
87 views
Insert data by pymongo using mongoengine ORM in pyramid
I want to use pymongo connection and methods to work with mongodb, but at the same time i want using mongoengine ORM.
Sample:
class User(Document):
email = StringField(required=True)
...
1
vote
2answers
81 views
How to avoid quotes around string values while creating JSONObject
I am trying to create JSON query string for MongoDB, In order to support regular expression I need to create JSON string that has values without quotes. How do accomplish this in java,
Here is the ...
0
votes
1answer
201 views
How do I insert HTML into Mongodb?
I keep getting kicked out of the shell when I try to paste in an HTML text file. How can this be done? Do I first need to use some javascript to encode it or something?
Example:
...
3
votes
1answer
241 views
What is a good strategy to store HTML in MongodDB JSON-style doc
Is it OK to store HTML in MongoDB? Are there disadvantages? Are there better alternatives?
I'm a bit new to JSON, but I'm planning migrate my WordPress site to a custom meteor/mongodb site.
In ...
1
vote
1answer
115 views
Importing large json files into MongoDB
So I have a json file that has multiple records, looking like this...
{"2597401":[{
"jobID":"2597401",
"account":"TG-CCR120014",
"user":"c",
...
1
vote
1answer
93 views
why can mongoexport not parse this JSON when mongo can?
this is the query:
mongoexport --host our.dbhost.com --port 27017 --username peter -p clark --collection sent_mails --db dbname --query '{trigger_id:ObjectId( "50c62e97b9fe6a000200000c"), updated_at: ...
0
votes
0answers
86 views
MongoDB - JSON “owner”:{“$id”:“511e152bd482f6bd1e000000”}
I am creating an iPhone app which I needed to convert to JSON from PHP array
Now I am wondering once I have it in JSON formate how do i tell the javascript to get owner ID
...
2
votes
3answers
677 views
Mongoimport of json file
I have a json file consisting of about 2000 records. Each record which will correspond to a document in the mongo database is formatted as follows:
{jobID:"2597401",
account:"XXXXX",
user:"YYYYY",
...
0
votes
1answer
156 views
Rendering large database record set as JSON in rails
Is there a way to present a large record set in JSON format without consuming large amount of memory? For example I have the following query:
...
records = Records.where(query)
respond_to do |format|
...


