Skip to content

A Sesam wrangler for automating integrations

License

Notifications You must be signed in to change notification settings

sesam-community/automodel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automodel

A service for connecting to databases and then dimensionally modelling data...

Prerequisites

python3, vue.js

API Capabilities

to come...

How to:

Run program in development

This repo uses the file package.json and yarn to run the required commands.

  1. Make sure you have installed yarn.

  2. Run backend - from root:

        yarn install
    
  3. Run backend - execute to run the script:

        yarn swagger
    
  4. Run frontend - from inside the /frontend folder:

        yarn install
    
  5. Run frontend - execute to run the script:

        yarn serve
    

Releases

No releases published

Packages

No packages published

Languages

  • Python 56.7%
  • Vue 40.9%
  • JavaScript 1.9%
  • HTML 0.5%