Skip to content

Cubeswriter is a tool for creating write-layer SQLalchemy models from Cubes model JSON

License

Notifications You must be signed in to change notification settings

puhrez/CubesWriter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CubesWriter

A tool that converts Cubes JSON models into usable, write-layer SQLAlchemy models.

Installation

$ pip install cubeswriter

Note: The only addition that Cubes model configs need in order to work with CubesWriter, is an object mapping columns to their types.

For examples, look at the model fixture in tests/data/hello_world.json

For use, refer to tests/cubeswriter/test_parsers.py

About

Cubeswriter is a tool for creating write-layer SQLalchemy models from Cubes model JSON

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages