I use pyramid as a REST server, although I'm probably doing it rather
sloppily.  It works well enough.  I don't use an ORM; in fact I don't
talk to a database for much.

On Wed, Dec 31, 2014 at 4:30 AM, Luis Aguirre <aguir...@xuar.com.ar> wrote:
> mmm.. wait a minute.  If nobody is interested in pyramid/sqlalchemy/rest
> should be a good reason.
>
> Somebody is using pyramid as a REST server?  If you do, how do you use it?
> Using nosql databases as mongodb?  Some advice about all of this thing?
>
> Thanks a lot!
>
> Best regards,
>
> Luis Aguirre
>
>
> 2014-12-30 15:34 GMT-03:00 John Anderson <son...@gmail.com>:
>
>>
>>
>> On Tue, Dec 30, 2014 at 10:04 AM, Paul Everitt <paulwever...@gmail.com>
>> wrote:
>>>
>>>
>>> Wichert’s rest_toolkit especially with its SQLAlchemy support is a good
>>> starting point. It doesn’t, though, introspect models and attempt to make
>>> endpoints. Anybody interested in working on such a thing?
>>>
>>> —Paul
>>>
>>
>> I created https://github.com/sontek/sqlalchemy_traversal as a proof of
>> concept on how to generate a restful API using SQLAlchemy models.   I have
>> no interest in really maintaining it but it would be a good start for anyone
>> looking to do the work.
>>
>> I haven't used it but https://github.com/cenix/everest is very complete
>> and has SQLAlchemy integration as well.
>>
>>
>>>
>>> On Dec 30, 2014, at 12:49 PM, Luis Aguirre <aguir...@xuar.com.ar> wrote:
>>>
>>> Hi guys,
>>>
>>> I'm wondering if exist some restful service in pyramid that can interface
>>> with sqlalchemy directly, just like:
>>>
>>> https://flask-restless.readthedocs.org/en/latest/
>>>
>>> Any suggestion?
>>>
>>> Thanks a lot!
>>>
>>> Best regards,
>>>
>>> Luis Aguirre
>>>
>>> --
>>> You received this message because you are subscribed to the Google Groups
>>> "pylons-discuss" group.
>>> To unsubscribe from this group and stop receiving emails from it, send an
>>> email to pylons-discuss+unsubscr...@googlegroups.com.
>>> To post to this group, send email to pylons-discuss@googlegroups.com.
>>> Visit this group at http://groups.google.com/group/pylons-discuss.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>>
>>> --
>>> You received this message because you are subscribed to the Google Groups
>>> "pylons-discuss" group.
>>> To unsubscribe from this group and stop receiving emails from it, send an
>>> email to pylons-discuss+unsubscr...@googlegroups.com.
>>> To post to this group, send email to pylons-discuss@googlegroups.com.
>>> Visit this group at http://groups.google.com/group/pylons-discuss.
>>> For more options, visit https://groups.google.com/d/optout.
>>
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "pylons-discuss" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to pylons-discuss+unsubscr...@googlegroups.com.
>> To post to this group, send email to pylons-discuss@googlegroups.com.
>> Visit this group at http://groups.google.com/group/pylons-discuss.
>> For more options, visit https://groups.google.com/d/optout.
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "pylons-discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to pylons-discuss+unsubscr...@googlegroups.com.
> To post to this group, send email to pylons-discuss@googlegroups.com.
> Visit this group at http://groups.google.com/group/pylons-discuss.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to pylons-discuss+unsubscr...@googlegroups.com.
To post to this group, send email to pylons-discuss@googlegroups.com.
Visit this group at http://groups.google.com/group/pylons-discuss.
For more options, visit https://groups.google.com/d/optout.

Reply via email to