Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

com.netflix.conductor:conductor-awssqs-event-queue

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

com.netflix.conductor:conductor-awssqs-event-queue

conductor-awssqs-event-queue

  • 3.15.0
  • Source
  • Maven
  • Socket score

Version published
Maintainers
1
Source

Conductor

Conductor

Github release CI License NetflixOSS Lifecycle

GitHub stars GitHub forks

Conductor is a platform created by Netflix to orchestrate workflows that span across microservices. Conductor is maintained by Media Workflow Infrastructure team at Netflix.

For more information, see Main Documentation Site

Releases

The latest version is Github release

2.31.8 is the final release of 2.31 branch. As of Feb 2022, 1.x & 2.x versions are no longer supported.

Resources

Slack Community

We have an active community of Conductor users and contributors on the channel.

Documentation Site

Documentation and tutorial on how to use Conductor

Workflow Creation in Code

Conductor supports creating workflows using JSON and Code.
SDK support for creating workflows using code is available in multiple languages and can be found at https://github.com/conductor-sdk

Community Contributions

The modules contributed by the community are housed at conductor-community. Compatible versions of the community modules are released simultaneously with releases of the main modules.

Discussion Forum: Please use the forum for questions and discussing ideas and join the community.

List of Conductor community projects: Backup tool, Cron like workflow starter, Docker containers and more.

Getting Started - Building & Running Conductor

Using Docker:

The easiest way to get started is with Docker containers. Please follow the instructions here.

From Source:

Conductor Server is a Spring Boot project and follows all applicable conventions. See instructions here.

Published Artifacts

Binaries are available from the Maven Central Repository.

ArtifactDescription
conductor-commonCommon models used by various conductor modules
conductor-coreCore Conductor module
conductor-redis-persistencePersistence and queue using Redis/Dynomite
conductor-cassandra-persistencePersistence using Cassandra
conductor-es6-persistenceIndexing using Elasticsearch 6.X
conductor-restSpring MVC resources for the core services
conductor-uinode.js based UI for Conductor
conductor-clientJava client for Conductor that includes helpers for running worker tasks
conductor-client-springClient starter kit for Spring
conductor-java-sdkSDK for writing workflows in code
conductor-serverSpring Boot Web Application
conductor-redis-lockWorkflow execution lock implementation using Redis
conductor-awss3-storageExternal payload storage implementation using AWS S3
conductor-awssqs-event-queueEvent queue implementation using AWS SQS
conductor-http-taskWorkflow system task implementation to send make requests
conductor-json-jq-taskWorkflow system task implementation to evaluate JSON using jq
conductor-grpcProtobuf models used by the server and client
conductor-grpc-clientgRPC client to interact with the gRPC server
conductor-grpc-servergRPC server Application
conductor-test-harnessIntegration and regression tests

Database Requirements

  • The default persistence used is Redis
  • The indexing backend is Elasticsearch (6.x)

Other Requirements

  • JDK 17+
  • UI requires Node 14 to build. Earlier Node versions may work but is untested.

Get Support

There are several ways to get in touch with us:

Contributions

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 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.

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.

License

Copyright 2022 Netflix, Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

FAQs

Package last updated on 26 Nov 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc