Skip to content

ninjabears1337/optimus

 
 

Repository files navigation

Optimus

Actions Status

A schema transformation tool using JSON Schema and JSONPath

Features

  • Field renaming
  • Function execution on field values
  • We're using the jsonpath-rw library to parse JSON. So take a look at the library's docs to get more information about the available options.

Limitations

  • Can't map nested field to a root field

How To

Setup environment

  • pipenv install
  • pipenv shell

Run tests

pytest

Run application

FLASK_APP=app.py FLASK_ENV=development python -m flask run

About

A schema transformation tool

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 45.8%
  • Vue 28.2%
  • HTML 18.5%
  • JavaScript 3.8%
  • CSS 3.1%
  • Shell 0.6%