Help developers discover the tools you use. Get visibility for your team's tech choices and contribute to the community's knowledge.
It is a tool for dependency management in PHP. It allows you to declare the libraries your project depends on and it will manage (install/update) them for you. | Conductor is an orchestration engine that runs in the cloud. |
Locally;
Globally | Allow creating complex process / business flows in which individual task is implemented by a microservice.;A JSON DSL based blueprint defines the execution flow.;Provide visibility and traceability into the these process flows.;Expose control semantics around pause, resume, restart, etc allowing for better devops experience.;Allow greater reuse of existing microservices providing an easier path for onboarding.;User interface to visualize the process flows.;Ability to synchronously process all the tasks when needed.;Ability to scale millions of concurrently running process flows.;Backed by a queuing service abstracted from the clients.;Be able to operate on HTTP or other transports e.g. gRPC. |
Statistics | |
GitHub Stars 29.2K | GitHub Stars 12.8K |
GitHub Forks 4.7K | GitHub Forks 2.3K |
Stacks 1.2K | Stacks 66 |
Followers 559 | Followers 122 |
Votes 13 | Votes 0 |
Pros & Cons | |
Pros
| No community feedback yet |
Integrations | |
| No integrations available | |

A Meteor application is a mix of JavaScript that runs inside a client web browser, JavaScript that runs on the Meteor server inside a Node.js container, and all the supporting HTML fragments, CSS rules, and static assets.

Bower is a package manager for the web. It offers a generic, unopinionated solution to the problem of front-end package management, while exposing the package dependency model via an API that can be consumed by a more opinionated build stack. There are no system wide dependencies, no dependencies are shared between different apps, and the dependency tree is flat.

Writing HTML apps is super easy with elm-lang/html. Not only does it render extremely fast, it also quietly guides you towards well-architected code.

Julia is a high-level, high-performance dynamic programming language for technical computing, with syntax that is familiar to users of other technical computing environments. It provides a sophisticated compiler, distributed parallel execution, numerical accuracy, and an extensive mathematical function library.

Istio is an open platform for providing a uniform way to integrate microservices, manage traffic flow across microservices, enforce policies and aggregate telemetry data. Istio's control plane provides an abstraction layer over the underlying cluster management platform, such as Kubernetes, Mesos, etc.

It is a general-purpose, multi-paradigm programming language based on the Scheme dialect of Lisp. It is designed to be a platform for programming language design and implementation. It is also used for scripting, computer science education, and research.

Azure Service Fabric is a distributed systems platform that makes it easy to package, deploy, and manage scalable and reliable microservices. Service Fabric addresses the significant challenges in developing and managing cloud apps.

A small strongly typed programming language with expressive types that compiles to JavaScript, written in and inspired by Haskell.

It is a fault tolerant framework. It has built-in load balancer, circuit breaker, retries, timeout and bulkhead features. It is open source and free of charge project.

It uses hard links and symlinks to save one version of a module only ever once on a disk. When using npm or Yarn for example, if you have 100 projects using the same version of lodash, you will have 100 copies of lodash on disk. With pnpm, lodash will be saved in a single place on the disk and a hard link will put it into the node_modules where it should be installed.