├── .github └── workflows │ ├── master.yml │ └── stale-pr.yaml ├── README.md ├── contributing.md └── license /.github/workflows/master.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/igorbarinov/awesome-data-engineering/HEAD/.github/workflows/master.yml -------------------------------------------------------------------------------- /.github/workflows/stale-pr.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/igorbarinov/awesome-data-engineering/HEAD/.github/workflows/stale-pr.yaml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/igorbarinov/awesome-data-engineering/HEAD/README.md -------------------------------------------------------------------------------- /contributing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/igorbarinov/awesome-data-engineering/HEAD/contributing.md -------------------------------------------------------------------------------- /license: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/igorbarinov/awesome-data-engineering/HEAD/license --------------------------------------------------------------------------------