diff options
-rw-r--r-- | README.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..6532693 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ += Web application to create example Collection+JSON resources = + +This application will give you a set of Collection+JSON resources +useful for creating +[Collection+JSON](http://trygvis.dyndns.org/~trygvis/git/2012/06/collection+json-explorer.git)-related +tools. It is developed in combination with the [Collection+JSON +Explorer](http://trygvis.dyndns.org/~trygvis/git/2012/06/collection+json-explorer.git). + +== Schema == + +The schema is based on the MySQL "Employees Sample Database" +<http://dev.mysql.com/doc/employee/en/index.html>, but the application +expects PostgreSQL. + +A pg_dump of the database is available from +<http://trygvis.dyndns.org/~trygvis/2012/06/employees/>. + +[1]: http://amundsen.com/media-types/collection/ |