Skip to content

Releases: SOM-Research/jsonDiscoverer

v2.0.0

01 Sep 07:36
Compare
Choose a tag to compare

This version cleans and reorganizes the code. According to semantic versioning, the new API of the discoverers is no longer compatible with previous versions. We have tried to improve the documentation and make the API of the discovereres more structured (and understandable).

Just before v2.0.0

13 Aug 14:35
Compare
Choose a tag to compare

This release includes all the modifications before v2.0.0

Support for downloading the domains

11 Sep 09:22
Compare
Choose a tag to compare

The Simple Discoverer provides now a link to allow downloading the discoverer domain model. The model will be formated in XMI and will conform to the Ecore metamodel (main metamodeling framework in Eclipse).

Composition discoverer

25 Feb 08:41
Compare
Choose a tag to compare

This new release incorporates a new component which allows you to study how different JSON-based APIs can be composed.

Non-xtext-dependant

14 Nov 09:58
Compare
Choose a tag to compare

Previous version analyzed the json files using a xtext-based parser. This release uses the GSON library to analyze JSON files.

Web-based release

30 Oct 12:26
Compare
Choose a tag to compare

We have provided a website to allow playing with the discoverer.

Prototype release

26 Oct 09:22
Compare
Choose a tag to compare

This release was the first one we published. It is the Java implementation of the JSON discoverers.

The tool is inspired in the research paper Discovering Implicit Schemas in JSON Data published in the ICWE'13 conference.