forked from gauravsc/advancedb
-
Notifications
You must be signed in to change notification settings - Fork 0
advance db project for UPMC, Paris
License
SandraMNE/advancedb
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
YADI - Yet Another Datalog Interpreter
================================================
---------------------------------------------------------------------------
What is YADI?
-------------------------
TODO
Pre-requisites
-------------------------
It is madatory to connect a PostgreSQL server, with a role, a database and at least one populated table to formulate queries against that table.
Howto randomly poppopulate a table (for testing puropose only):
psql> create table test as SELECT id, md5(random()::text) AS descr FROM
(SELECT * FROM generate_series(1,100) AS id) AS x;
Usage
-------------------------
./yadi <connexion info>
Example:
./yadi "host=localhost port=5432 user=test password=test dbname=test_db"
---------------------------------------------------------------------------
Contact Information and Contributing
------------------------------------
In the case of bugs, feature requests, contributions and similar, please
contact the maintainers:
Gaurav Singh Chauhan <[email protected]>
Sandra Mitrovic <[email protected]>
Arpaporn Skunkittiyut <[email protected]>
Shalini Gangwar <[email protected]>
* Guillaume Raschia <[email protected]>
Up-to-date information should be available at:
<https://url-of-my-project>
Enjoy!
Guillaume Raschia in Nantes, FR on Sept 28, 2012
About
advance db project for UPMC, Paris
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- OCaml 100.0%