Skip to content

JesseMaitland/datarails_examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Datarails Examples

This repo contains examples of how you can use Datarails to structure your ETL jobs. It also provides examples of how to build documentaiton for your ETL jobs using mkdocs and the material theme. Figuring out how to host your documentation is up to you.

Official Documentation

The official documentation is hosted on github pages at jesse.maitland.github.io

Makefile

There is a makefile in this repo to help with getting started. Just run make help to see the available commands.

help:                   Show help messages and exit.
venv:                   Create local python venv for development
install:                Install project requirements
serve-mkdocs:           Serve mkdocs documentation
jupyter-lab:            Start Jupiter Labs

Using This Project

  1. Clone the project
  2. Create a virtual environment make venv
  3. Install the project requirements make install
  4. Start the jupyter lab server make jupyter-lab
  5. Start the mkdocs server make serve-mkdocs
  6. Running examples cd examples && python example.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published