You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
10
10
@@ -29,7 +29,7 @@ Discover why users choose Optimus as their main data transformation tool.
29
29
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:
30
30
31
31
```shell
32
-
$ brew install odpf/tap/optimus
32
+
$ brew install raystack/tap/optimus
33
33
$ optimus --help
34
34
35
35
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.
67
67
68
68
Explore the following resources to get started with Optimus:
69
69
70
-
-[Guides](https://odpf.github.io/optimus/docs/guides/create-job/) provides guidance on using Optimus.
71
-
-[Concepts](https://odpf.github.io/optimus/docs/concepts/overview/) describes all important Optimus concepts.
72
-
-[Reference](https://odpf.github.io/optimus/docs/reference/api/) contains details about configurations, metrics and other aspects of Optimus.
73
-
-[Contribute](https://odpf.github.io/optimus/docs/contribute/contributing/) contains resources for anyone who wants to contribute to Optimus.
70
+
-[Guides](https://raystack.github.io/optimus/docs/guides/create-job/) provides guidance on using Optimus.
71
+
-[Concepts](https://raystack.github.io/optimus/docs/concepts/overview/) describes all important Optimus concepts.
72
+
-[Reference](https://raystack.github.io/optimus/docs/reference/api/) contains details about configurations, metrics and other aspects of Optimus.
73
+
-[Contribute](https://raystack.github.io/optimus/docs/contribute/contributing/) contains resources for anyone who wants to contribute to Optimus.
74
74
75
75
## Running locally
76
76
@@ -82,7 +82,7 @@ Optimus requires the following dependencies:
82
82
Run the following commands to compile `optimus` from source
@@ -99,7 +99,7 @@ Optimus service can be started with
99
99
$ ./optimus serve
100
100
```
101
101
102
-
`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).
102
+
`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).
103
103
104
104
## Compatibility
105
105
@@ -109,9 +109,9 @@ Optimus is currently undergoing heavy development with frequent, breaking API ch
109
109
110
110
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.
111
111
112
-
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.
112
+
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.
113
113
114
-
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.
114
+
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.
0 commit comments