oRestE

oRestE (odbc Rest Erlang) is a scalable and flexible way to share you databases via REST web services:

  • the SQL statements can have parameters
   http://localhost:8000/moodle/llab/user.xml?name=matteo

http://localhost:8000/moodle/llab/user.csv?name=matteo

http://localhost:8000/moodle/llab/user.txt?name=matteo&lengths=30
  • the output can be XML or CSV ot XLS or fixed TEXT formats.

oRestE built on top of ERLANG, MOCHIWEB and WEBMACHINE (webmachine.pdf)

~

You just need to add in a configuration file a SQL statement like the following

  {user,
        "select *
        from
                mdl_user
        where
                username='{username}'"
  }.

Erlang oRestE project is hosted at http://code.google.com/p/oreste/

One Response to oRestE

  1. Steve Emms says:

    oRestE has been featured at LinuxLinks.com

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>