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
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
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
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,
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
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
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
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
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
9 matches
Mail list logo