Git Product home page Git Product logo

dataops-project's Introduction

Welcome to the {your-project-name-here} repo

Template project for new DataOps repositories.

How this repo is organized

The structure below is designed to minimize clutter and create separation between the various layers of the project - while still ensuring common resources are easy-to-locate.

  1. data - This is, generally speaking, the most important folder in the repo. It contains all business logic, source mappings, data transformations, and data analyses. Generally speaking, project-specific source code should live here, but engine code should not.
    1. data/taps - Logic to extract-load data into a data lake (S3 or Azure) using the tap/target paradigm from Singer.
    2. data/transforms - Transform data using SQL, using DBT to orchestrate the transforms.
    3. data/analyses - Any queries, reports, notebooks, or analysis files which may be related to the project but not part of any automated execution schedule. Storing files here allows them to be checked by the CI/CD pipeline to automatically detect any accidental breakages.
  2. docs - A place to store documentation for use by other developers or consumers of the repo.
  3. infra - Terraform scripts which manage the cloud infrastructure needed by the project. Except when making changes to infrastructure, you can safely ignore this folder.
  4. logs - This is the default location for local log output.
  5. tests - Contains SQL queries ("tests") used to validate the integrity of output data.
  6. tools - Special tools or scripts that assist in automating certain processes.
  7. "Dot" Folders
    1. .secrets - This is a special folder whose contents are not committed to git. You can safely store secrets into this folder if needed for a project. (DO NOT store secrets anywhere in the repo besides the .secrets folder.)
    2. Other folders that begin with a dot ("."). These folders store temporary files or tool-specific configs (.git, .github, .vscode, etc.)

dataops-project's People

Contributors

alvin-mwangi avatar

Watchers

James Cloos avatar  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.