cluck / PgdbOdataService

Run a REST based Odata 2.0 server(python wsgi) to perform CRUD operation on a Postgres database.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PgdbOdataService

Run a Odata server to perform CRUD operation on a Postgres database Server.py exposes an OData endpoint, which provides access to a Postgres database. This directory contains scripts that take in the XML file exposed at /$metadata describing the database’s schema and starts a REST based server enabling CRUD operation on the Postgres database. Metadata.xml contains schema details of Postgress database and needs to be generated manually.

Usage

The command line interface to these scripts takes one arguments; the name of the config file containing connection details for http server, pgdb and metadata xml file location.

About

Run a REST based Odata 2.0 server(python wsgi) to perform CRUD operation on a Postgres database.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%