-
Notifications
You must be signed in to change notification settings - Fork 154
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
525 changed files
with
27,064 additions
and
18,679 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
# Optimus | ||
|
||
[![verify workflow](https://github.com/odpf/optimus/actions/workflows/verify.yml/badge.svg)](verification) | ||
[![publish latest workflow](https://github.com/odpf/optimus/actions/workflows/publish-latest.yml/badge.svg)](build) | ||
[![Coverage Status](https://coveralls.io/repos/github/odpf/optimus/badge.svg?branch=main)](https://coveralls.io/github/odpf/optimus?branch=main) | ||
[![verify workflow](https://github.com/raystack/optimus/actions/workflows/verify.yml/badge.svg)](verification) | ||
[![publish latest workflow](https://github.com/raystack/optimus/actions/workflows/publish-latest.yml/badge.svg)](build) | ||
[![Coverage Status](https://coveralls.io/repos/github/raystack/optimus/badge.svg?branch=main)](https://coveralls.io/github/raystack/optimus?branch=main) | ||
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg?logo=apache)](LICENSE) | ||
[![Version](https://img.shields.io/github/v/release/odpf/optimus?logo=semantic-release)](Version) | ||
[![Version](https://img.shields.io/github/v/release/raystack/optimus?logo=semantic-release)](Version) | ||
|
||
Optimus is an easy-to-use, reliable, and performant workflow orchestrator for data transformation, data modeling, pipelines, and data quality management. It enables data analysts and engineers to transform their data by writing simple SQL queries and YAML configuration while Optimus handles dependency management, scheduling and all other aspects of running transformation jobs at scale. | ||
|
||
|
@@ -29,7 +29,7 @@ Discover why users choose Optimus as their main data transformation tool. | |
Optimus has two components, Optimus service that is the core orchestrator installed on server side, and a CLI binary used to interact with this service. You can install Optimus CLI using homebrew on macOS: | ||
|
||
```shell | ||
$ brew install odpf/tap/optimus | ||
$ brew install raystack/tap/optimus | ||
$ optimus --help | ||
|
||
Optimus is an easy-to-use, reliable, and performant workflow orchestrator for | ||
|
@@ -67,10 +67,10 @@ Use "optimus [command] --help" for more information about a command. | |
|
||
Explore the following resources to get started with Optimus: | ||
|
||
- [Guides](https://odpf.github.io/optimus/docs/guides/create-job/) provides guidance on using Optimus. | ||
- [Concepts](https://odpf.github.io/optimus/docs/concepts/overview/) describes all important Optimus concepts. | ||
- [Reference](https://odpf.github.io/optimus/docs/reference/api/) contains details about configurations, metrics and other aspects of Optimus. | ||
- [Contribute](https://odpf.github.io/optimus/docs/contribute/contributing/) contains resources for anyone who wants to contribute to Optimus. | ||
- [Guides](https://raystack.github.io/optimus/docs/guides/create-job/) provides guidance on using Optimus. | ||
- [Concepts](https://raystack.github.io/optimus/docs/concepts/overview/) describes all important Optimus concepts. | ||
- [Reference](https://raystack.github.io/optimus/docs/reference/api/) contains details about configurations, metrics and other aspects of Optimus. | ||
- [Contribute](https://raystack.github.io/optimus/docs/contribute/contributing/) contains resources for anyone who wants to contribute to Optimus. | ||
|
||
## Running locally | ||
|
||
|
@@ -82,7 +82,7 @@ Optimus requires the following dependencies: | |
Run the following commands to compile `optimus` from source | ||
|
||
```shell | ||
$ git clone [email protected]:odpf/optimus.git | ||
$ git clone [email protected]:raystack/optimus.git | ||
$ cd optimus | ||
$ make | ||
``` | ||
|
@@ -99,7 +99,7 @@ Optimus service can be started with | |
$ ./optimus serve | ||
``` | ||
|
||
`serve` command has few required configurations that needs to be set for it to start. Read more about it in [getting started](https://odpf.github.io/optimus/docs/getting-started/configuration). | ||
`serve` command has few required configurations that needs to be set for it to start. Read more about it in [getting started](https://raystack.github.io/optimus/docs/getting-started/configuration). | ||
|
||
## Compatibility | ||
|
||
|
@@ -109,9 +109,9 @@ Optimus is currently undergoing heavy development with frequent, breaking API ch | |
|
||
Development of Optimus happens in the open on GitHub, and we are grateful to the community for contributing bugfixes and improvements. Read below to learn how you can take part in improving Optimus. | ||
|
||
Read our [contributing guide](https://odpf.github.io/optimus/docs/contribute/contributing) to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to Optimus. | ||
Read our [contributing guide](https://raystack.github.io/optimus/docs/contribute/contributing) to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to Optimus. | ||
|
||
To help you get your feet wet and get you familiar with our contribution process, we have a list of [good first issues](https://github.com/odpf/optimus/labels/good%20first%20issue) that contain bugs which have a relatively limited scope. This is a great place to get started. | ||
To help you get your feet wet and get you familiar with our contribution process, we have a list of [good first issues](https://github.com/raystack/optimus/labels/good%20first%20issue) that contain bugs which have a relatively limited scope. This is a great place to get started. | ||
|
||
## License | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.