https://github.com/equinor/dataorc
A Python library that standardizes and simplifies data orchestration tasks
https://github.com/equinor/dataorc
data-engineering data-science python
Last synced: 5 months ago
JSON representation
A Python library that standardizes and simplifies data orchestration tasks
- Host: GitHub
- URL: https://github.com/equinor/dataorc
- Owner: equinor
- License: mit
- Created: 2025-10-02T11:46:16.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2026-02-03T07:06:05.000Z (5 months ago)
- Last Synced: 2026-02-03T19:17:41.518Z (5 months ago)
- Topics: data-engineering, data-science, python
- Language: Python
- Homepage: https://equinor.github.io/dataorc/
- Size: 2.01 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# dataorc
> [!WARNING]
> This Python library is in an early development phase. Breaking changes may be added frequently.
[](https://github.com/equinor/dataorc/actions/workflows/ci.yml)
[](https://pypi.org/project/dataorc/)
A Python library that simplifies and standardizes data orchestration tasks.
## Developing
We use [uv](https://docs.astral.sh/uv/) to have one synchronous development environment. See [installing uv](https://docs.astral.sh/uv/getting-started/installation/).
Once uv is installed, clone the repository:
```console
git clone https://github.com/equinor/dataorc.git && cd dataorc
```
Sync the development environment:
```console
uv sync --all-extras
```
### Building documentation
Build the documentation and run a local development server:
```console
uv run mkdocs serve --strict
```
The documentation will be served locally at .
## Contributing
See [contributing guidelines](CONTRIBUTING.md).
## License
This project is licensed under the terms of the [MIT license](LICENSE).