Skip to content

Commit

Permalink
Revert "Preparing release 1.1"
Browse files Browse the repository at this point in the history
This reverts commit 80df1f3.
  • Loading branch information
jlcanovas committed Oct 30, 2013
1 parent 80df1f3 commit 6632868
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
JSON-Discoverer
===============

Visit the [webpage of the project](http://atlanmod.github.io/json-discoverer) to play with the service.

What is this project about?
---------------------------

The JSON discoverer is a tool that allows you to get the implicit schema of your JSON documents. The tool is inspired in the research paper [Discovering Implicit Schemas in JSON Data](http://hal.inria.fr/docs/00/81/89/45/PDF/icwe2013-CanovasCabot.pdf) published in the [ICWE'13 conference](http://icwe2013.webengineering.org/).
The JSON discoverer is a tool that allows you to get a UML class diagram out of your JSON files. The tool is inspired in the research paper [Discovering Implicit Schemas in JSON Data](http://hal.inria.fr/docs/00/81/89/45/PDF/icwe2013-CanovasCabot.pdf) published in the [ICWE'13 conference](http://icwe2013.webengineering.org/).

What can you find in this repository?
-------------------------------------
Expand All @@ -19,16 +17,14 @@ So far, these are the projects:
* fr.inria.atlanmod.json.discoverer.tests. This project includes some classes to test the discoverers. This may not work in your computer.
* fr.inria.atlanmod.json.web. Web project including some servlets to provide web access to the discoverers.

The webpage of the service can be found in the branch gh-pages.

Installation and Usage
----------------------
Requirements:

* JRE 1.6 or above
* Eclipse 3.6 or above
* EMF 2.8 or above
* MoDisco 0.10 or above
* MoDisco? 0.10 or above
* Xtext 2.3 or above

The project fr.inria.atlanmod.json.web is a stand-alone project, meaning that it includes the needed libraries to execute the tool out of Eclipse.
Expand All @@ -38,7 +34,9 @@ If you have any problem, just contact us.
What is coming next?
--------------------

We have released the web-based version of the tool and now we are testing the service to improve the discoverer.
We are currently working hard on:

* Fully migrating the tool into the web

Who is behind this project?
---------------------------
Expand Down

0 comments on commit 6632868

Please sign in to comment.