Giter Site home page Giter Site logo

raddd_dx7_stack's Introduction

Lakh DX7 Render

Allows the reader to render the Lakh dataset using Dexed an emulator of the classic DX7. See the accompanying article at nintoracaudio.com ## fill lionk https://www.nintoracaudio.dev/devops/2020/04/22/thiscartdoesnotexist.html

Structure

.
├── data                        # where the data will end up
├── dghome                      # DAGSTER_HOME
│   └── dagster.yaml            #     
├── instruments                 # Put your synth here
├── raddd                       # 
│   └── __init__.py             # All the dagster code is here
├── raddd_dbt                   # 
│   ├── dbt_project.yml         # Main DBT configuration    
│   ├── models                  # 
│   │   ├── 4_beat_phrases.sql  # The 4 beat phrases are extracted here            
│   │   ├── render_midis.py     # UDF Implemented here        
│   │   ├── schema.yml          #     
│   │   └── sources.yml         # Configure the sources to point at hugging face    
│   ├── profiles.yml            # Can you attach postgres and write the outputs there?
└─  └── README.md               # 

DBT

You can hack around with dbt by itself if you like, but really you should do everything through dagster

Using the project

Try running the following commands:

  • dbt run --profiles-dir .
  • dbt test --profiles-dir .

Resources:

  • Learn more about dbt in the docs
  • Check out Discourse for commonly asked questions and answers
  • Join the chat on Slack for live discussions and support
  • Find dbt events near you
  • Check out the blog for the latest news on dbt's development and best practices

Other related links

s4_dx7

raddd_dx7_stack's People

Contributors

nintorac avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.