[web2py] MongoDB and Web2py in Windows

2014-11-28 Thread Oliver
Hi All, anyone have success using MongoDb in DAL? When I ran web2py, I don't see MongoDB listed. here is what I got when I ran web2py command web2py Web Framework Created by Massimo Di Pierro, Copyright 2007-2014 Version 2.9.11-stable+timestamp.2014.09.15.23.35.11 Database drivers available: S

Re: [web2py] mongodb and web2py

2011-12-03 Thread Vasile Ermicioi
my advice is to pay attention to another document and graph database: orientdb http://code.google.com/p/orient/ like mongodb it is a document database, which means it can store json like objects and because it supports some sort of sql it should be much easier to write an adapter

RE: [web2py] mongodb and web2py

2011-12-03 Thread Mark Breedveld
12:03 Aan: web2py-users Onderwerp: [web2py] mongodb and web2py Hi All, Since I'm interested in python, web2py and recently mongodb and after seeing breedvel...@gmail.com post http://code.google.com/p/web2py/issues/detail?id=497 to get inserts on the MongoDBAdapter working I've been h

[web2py] mongodb and web2py

2011-12-03 Thread Paul
Hi All, Since I'm interested in python, web2py and recently mongodb and after seeing breedvel...@gmail.com post http://code.google.com/p/web2py/issues/detail?id=497 to get inserts on the MongoDBAdapter working I've been hacking the MongoDBAdapter code further to get select (and,or,eq,gt,lt,le,ge,

Re: [web2py] MongoDB and Web2py

2011-10-03 Thread ~redShadow~
On Sun, 2011-10-02 at 14:52 -0700, Francisco Costa wrote: > I don't want to spam the group about this, but I would like to have > some official incites about when will the DAL have a MongoDB Adapter. > > > Since this is the most requested feature by the web2py community > http://web2py.uservoice

[web2py] MongoDB and Web2py

2011-10-02 Thread Francisco Costa
I don't want to spam the group about this, but I would like to have some official incites about when will the DAL have a MongoDB Adapter. Since this is the most requested feature by the web2py community http://web2py.uservoice.com/forums/42577-general are there any plans or schedule for this supp

[web2py] MongoDB and Web2Py

2011-03-31 Thread luckysmack
I have read a few older messages about mongoDB being made to work with the DAL. But they all seem to be pretty dated and have not specified what was working and what wasnt. massimo menitoned that it may be ready by january of this year. But under the supported list it wasnt listed. So im just curio

[web2py] MongoDB and Web2Py: global variables / session problem

2011-02-05 Thread marcovic
Hi guys, I'm trying to build a simple web app where you can upload a file into MongoDB (using GridFS) and then get the file with one-click. This is my model: Model: mongo.py --- from pymongo import Connection from gridfs import GridFS class MongoInterface: """Initialize MongoDB

[web2py] MongoDb and web2py

2010-07-31 Thread Amit Ambardekar
I want to use web2py with pymongo. I don't need ORM or or anything. I just want to connect use pymongo from Web2Py. How can I use it inside web2py. I need it for high performance use. Amit