FWIW we’ve been using cornice for several projects now with decent success. we’ve noticed recurring patterns and have factored them out into a ‘seed’ which we’ve published:
https://github.com/pyfidelity/rest-seed <https://github.com/pyfidelity/rest-seed> our use cases vary too much to warrant an actual product but we keep the rest-seed updated with improvements as our client projects progress, so it should be at least useful as a base or just for inspiration. cheers, tom > On 31 Dec 2014, at 13:30, Luis Aguirre <[email protected]> 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 <[email protected] > <mailto:[email protected]>>: > > > On Tue, Dec 30, 2014 at 10:04 AM, Paul Everitt <[email protected] > <mailto:[email protected]>> 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 > <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 > <https://github.com/cenix/everest> is very complete and has SQLAlchemy > integration as well. > > >> On Dec 30, 2014, at 12:49 PM, Luis Aguirre <[email protected] >> <mailto:[email protected]>> 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/ >> <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 [email protected] >> <mailto:[email protected]>. >> To post to this group, send email to [email protected] >> <mailto:[email protected]>. >> Visit this group at http://groups.google.com/group/pylons-discuss >> <http://groups.google.com/group/pylons-discuss>. >> For more options, visit https://groups.google.com/d/optout >> <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 [email protected] > <mailto:[email protected]>. > To post to this group, send email to [email protected] > <mailto:[email protected]>. > Visit this group at http://groups.google.com/group/pylons-discuss > <http://groups.google.com/group/pylons-discuss>. > For more options, visit https://groups.google.com/d/optout > <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 [email protected] > <mailto:[email protected]>. > To post to this group, send email to [email protected] > <mailto:[email protected]>. > Visit this group at http://groups.google.com/group/pylons-discuss > <http://groups.google.com/group/pylons-discuss>. > For more options, visit https://groups.google.com/d/optout > <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 [email protected] > <mailto:[email protected]>. > To post to this group, send email to [email protected] > <mailto:[email protected]>. > Visit this group at http://groups.google.com/group/pylons-discuss > <http://groups.google.com/group/pylons-discuss>. > For more options, visit https://groups.google.com/d/optout > <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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pylons-discuss. For more options, visit https://groups.google.com/d/optout.
