| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
If you are looking for the newest versions of all of the NoSQL engineering projects (the base model, the inference process, the visualization tools...), please refer to our official GitHub repository in https://github.com/catedrasaes-umu/NoSQLDataEngineering
- NoSQLVisualizationTools is a M.Sc.Thesis on New Technologies in Computer Science from the University of Murcia. It provides a serie of projects for NoSQL Data and Schema visualization -
These projects are divided into two visualization tools with different purposes: Schema visualization and Data visualization on NoSQL databases. There is also a 'Documents' folder in which the following content is stored:
https://www.youtube.com/watch?v=mz474apDR2I
The first tool is designed to represent schemas and schema versions in a friendly way using Sirius (https://eclipse.org/sirius/). Sirius is a modeling tool used to generate graphical DSLs in an easy way, but also to define a suitable representation for a given model. A NoSQL schema is a schema used to define which data and in which format is being stored in a NoSQL database. This schema is not explicitly defined but inferred by a data-oriented infererence process. As a result of this inference progress a NoSQL_Schema model is given, and this model is the input for the visualization process.
This NoSQL_Schema model is then transformed by a m2m transformation into an Extended_NoSQL_Schema which is a model with the same structure as the given input model but also with inferred schema versions on it. Schema versions are generated for each root version (an entity version hich is not aggregated by anything) and is compounded by that root version and all the entities and versions aggregated and/or referenced from it.
Once an Extended_NoSQL_Schema model is generated the Sirius workbench can be used to visualize the result. The graphic suite represents a model by giving several viewpoints representations:
The projects involved in this visualization tool are the following:
https://www.youtube.com/watch?v=933V5AiwAgM
This second visualization tool is used to draw different graphics representing the data classification of a NoSQL database. Every database has a way of exporting its data as a JSON object collection. The only requirement for this process is (i) to define a NoSQL_Schema model for the database involved and (b) making sure each object of the JSON input file has a defined id field of some kind as well as a "type" attribute indicating its type (the entity it belongs to).
The NoSQL_Schema model will then be transformed by a m2m transformation into a Version_Diff model which defines, for each version entity (each JSON object) a collection of HasField and HasNotField defining how the version is composed, by which properties and with which types. Now a m2t transformation can be executed which in the end will generate JavaScript.
Once the m2t transformation is finished a HTML5/JS project is created with an index.html. Giving a proper JSON object collection file it is possible to classify this collection into its entities and versions and represent the results with D3.js graphics.
The projects involved in this visualization tool are the following:
Also in the NoSQLDataIndex project several examples can be found. Each example is contained in a folder with the JavaScript code already generated. To start each example, just open the index.html file in a web browser.
Cheers!
| Back | FazBrowse Home | New Git URL |