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
Copy file name to clipboardexpand all lines: README.md
+8-53
Original file line number
Diff line number
Diff line change
@@ -11,32 +11,28 @@
11
11
12
12
13
13
Conductor is a platform originally created at Netflix to orchestrate microservices and events.
14
-
This Conductor repository is maintained by the team at orkes.io and a group of volunteers from the community.
14
+
This Conductor repository is maintained by the team at [Orkes](https://orkes.io/content) and a group of volunteers from the community.
15
15
16
16
For more information, see [Main Documentation Site](https://orkes.io/content)
17
17
18
18
19
19
## Releases
20
20
The latest version is [](https://GitHub.com/Netflix/conductor/releases)
21
-
22
-
[2.31.8](https://github.com/Netflix/conductor/releases/tag/v2.31.8) is the **final** release of `2.31` branch. As of Feb 2022, `1.x` & `2.x` versions are no longer supported.
We have an active [community](https://join.slack.com/t/orkes-conductor/shared_invite/zt-xyxqyseb-YZ3hwwAgHJH97bsrYRnSZg) of Conductor users and contributors on the channel.
[Documentation](https://orkes.io/content) and tutorial on how to use Conductor
29
28
30
-
## Workflow Creation in Code
29
+
## Workflow SDKs
31
30
Conductor supports creating workflows using JSON and Code.
32
31
SDK support for creating workflows using code is available in multiple languages and can be found at https://github.com/conductor-sdk
33
32
34
-
## Community Contributions
35
-
The modules contributed by the community are housed at [conductor-community](https://github.com/Netflix/conductor-community). Compatible versions of the community modules are released simultaneously with releases of the main modules.
36
33
37
-
[Discussion Forum](https://github.com/Netflix/conductor/discussions): Please use the forum for questions and discussing ideas and join the community.
34
+
[Discussion Forum](https://github.com/conductor-oss/conductor/discussions): Please use the forum for questions and discussing ideas and join the community.
38
35
39
-
[List of Conductor community projects](/docs/docs/resources/related.md): Backup tool, Cron like workflow starter, Docker containers and more.
40
36
41
37
## Getting Started - Building & Running Conductor
42
38
### Using Docker:
@@ -45,36 +41,11 @@ The easiest way to get started is with Docker containers. Please follow the inst
45
41
### From Source:
46
42
Conductor Server is a [Spring Boot](https://spring.io/projects/spring-boot) project and follows all applicable conventions. See instructions [here](https://conductor.netflix.com/devguide/running/source.html).
47
43
48
-
## Published Artifacts
49
-
Binaries are available from the [Maven Central Repository](https://search.maven.org/search?q=g:com.netflix.conductor).
Whether it is a small documentation correction, bug fix or a new feature, contributions are highly appreciated. We just ask you to follow standard OSS guidelines. The [Discussion Forum](https://github.com/Netflix/conductor/discussions) is a good place to ask questions, discuss new features and explore ideas. Please check with us before spending too much time, only to find out later that someone else is already working on a similar feature.
90
60
91
-
`main` branch is the current working branch. Please send your PR's to `main` branch, making sure that it builds on your local system successfully. Also, please make sure all the conflicts are resolved.
92
-
93
-
## License
94
-
Copyright 2022 Netflix, Inc.
95
-
96
-
Licensed under the Apache License, Version 2.0 (the "License");
97
-
you may not use this file except in compliance with the License.
98
-
You may obtain a copy of the License at
99
-
100
-
http://www.apache.org/licenses/LICENSE-2.0
101
-
102
-
Unless required by applicable law or agreed to in writing, software
103
-
distributed under the License is distributed on an "AS IS" BASIS,
104
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
105
-
See the License for the specific language governing permissions and
106
-
limitations under the License.
61
+
`main` branch is the current working branch. Please send your PR's to `main` branch, making sure that it builds on your local system successfully. Also, please make sure all the conflicts are resolved.
0 commit comments