Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shamilnabiyev/schema-visualizer
Data modeling tool for JSON Documents, JSON-Schema and document based NoSQL Databases
https://github.com/shamilnabiyev/schema-visualizer
datamodeling diagramming diagrams json json-schema nosql
Last synced: 3 months ago
JSON representation
Data modeling tool for JSON Documents, JSON-Schema and document based NoSQL Databases
- Host: GitHub
- URL: https://github.com/shamilnabiyev/schema-visualizer
- Owner: shamilnabiyev
- License: mit
- Created: 2019-09-28T20:01:15.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-09T10:16:51.000Z (6 months ago)
- Last Synced: 2024-06-21T11:29:26.287Z (5 months ago)
- Topics: datamodeling, diagramming, diagrams, json, json-schema, nosql
- Language: JavaScript
- Homepage:
- Size: 8.87 MB
- Stars: 21
- Watchers: 1
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - shamilnabiyev/schema-visualizer - Data modeling tool for JSON Documents, JSON-Schema and document based NoSQL Databases (nosql)
README
# Schema Visualizer
Schema Visualizer is an online data modeling tool for JSON and document based databases (document stores). It also can be used to visualize JSON data and JSON-Schema.
## Installation
```yarn install```
## Development
```yarn run dev```
## Production build
```yarn run build```
## Used libraries
* Bootstrap: https://github.com/twbs/bootstrap
* JointJS: https://github.com/clientIO/joint
* JSON Editor: https://github.com/josdejong/jsoneditor
* JSON Schema Generator: https://github.com/mowgliLab/json-s-gen
* Webpack: https://github.com/webpack/webpack## Examples
### How to create a new entity type
---
### How to reference an entity
---
### How to zoom in/out
---
### How to import a JSON document
---
### How to import a JSON-Schema
---
### MovieLens Database Schema Diagrams
---
### MigCast Database Schema Diagrams
---