https://github.com/dotmpe/invidia
Schema reverse engineering
https://github.com/dotmpe/invidia
Last synced: 5 days ago
JSON representation
Schema reverse engineering
- Host: GitHub
- URL: https://github.com/dotmpe/invidia
- Owner: dotmpe
- Created: 2014-06-28T16:25:01.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2016-12-20T02:40:00.000Z (over 9 years ago)
- Last Synced: 2025-01-03T07:33:30.442Z (over 1 year ago)
- Language: JavaScript
- Size: 115 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.rst
- Changelog: Changelog.rst
Awesome Lists containing this project
README
Invidia
=======
:Version: 0.0.2-dev
:Created: 2014-06-28
:description:
Schema from (meta)data reverse engineering; specification, validation.
:package:
.. image:: https://gemnasium.com/dotmpe/invidia.png
:target: https://gemnasium.com/dotmpe/invidia
:alt: Dependencies
:project:
.. image:: https://coveralls.io/repos/dotmpe/invidia/badge.png
:target: https://coveralls.io/r/dotmpe/invidia
:alt: Coverage
.. image:: https://secure.travis-ci.org/dotmpe/invidia.png
:target: https://travis-ci.org/dotmpe/invidia
:alt: Build
:repository:
.. image:: https://badge.fury.io/gh/dotmpe%2Finvidia.png
:target: http://badge.fury.io/gh/dotmpe%2Finvidia
:alt: GIT
- Working to resove simple schema from JSON.
- :TODO: store schema in SQL (doc/schema.rst)
- :TODO: should try jing-trang for datatype support
Install
-------
::
$ npm install .
Usage
-----
::
$ invidia --scan
$ invidia --help
History
---------------
`Changelog <./Changelog.rst>`_
License
--------
| Copyright (c) 2016 B. van Berkum
| Licensed under the GPLv3 license.
`Full text <./LICENSE>`_
----
- http://lxml.de/validation.html