SaaSHub helps you find the best software and product alternatives Learn more →
Sdk-java Alternatives
Similar projects and alternatives to sdk-java
-
-
Sevalla
Deploy and host your apps and databases, now with $50 credit! Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
-
-
-
-
-
windmill
Open-source developer platform to power your entire infra and turn scripts into webhooks, workflows and UIs. Fastest workflow engine (13x vs Airflow). Open-source alternative to Retool and Temporal.
-
API Platform
🕸️ Create REST and GraphQL APIs, scaffold Jamstack webapps, stream changes in real-time.
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
-
-
StackStorm
StackStorm (aka "IFTTT for Ops") is event-driven automation for auto-remediation, incident responses, troubleshooting, deployments, and more for DevOps and SREs. Includes rules engine, workflow, 160 integration packs with 6000+ actions (see https://exchange.stackstorm.org) and ChatOps. Installer at https://docs.stackstorm.com/install/index.html
-
cadence
Cadence is a distributed, scalable, durable, and highly available orchestration engine to execute asynchronous long-running business logic in a scalable and resilient way.
-
ReactiveUI
An advanced, composable, functional reactive model-view-viewmodel framework for all .NET platforms that is inspired by functional reactive programming. ReactiveUI allows you to abstract mutable state away from your user interfaces, express the idea around a feature in one readable place and improve the testability of your application.
-
-
inngest-js
The developer platform for easily building reliable workflows with zero infrastructure for TypeScript & JavaScript
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
sdk-java discussion
sdk-java reviews and mentions
-
Taming Eventual Consistency-Applying Principles of Structured Concurrency to Distributed Systems
Scoop amounts to what you might call an orchestration library—it helps you write business operations in distributed systems. In that sense, it is similar to, e.g., Temporal, or, to an extent, Axon (1). Scoop is small—it can be read cover-to-cover in a few hours, and most of the magic happens in ~500 lines of (heavily documented) SQL.
-
Show HN: Structured Cooperation – A new way of building distributed apps and POC
3) why it works [[3](https://developer.porn/posts/framing-structured-cooperation/)].
I also put together a heavily documented POC implementation in Kotlin, called Scoop. I guess you could call it an orchestration library, similar to e.g. [Temporal](https://temporal.io/), although I want to stress that it's just a POC, and not meant for production use.
I was hoping to bounce this idea off the community and see what people think. If it turns out to be a useful way of doing things, I'd try and drive the implementation of something similar in existing libraries (e.g. the aforementioned Temporal, [Axon](https://www.axoniq.io/products/axon-framework), etc. - let me know if you know of others where this would make sense). As I mention in the articles, due to the heterogeneous nature of the technological landscape, I'm not sure it's a good idea to actually try to build a library, in the same way as it wouldn't make sense to do a "structured concurrency library", since there are many ways that "concurrency" is implemented. Rather, I tried to build something like a "reference implementation" that other people can use as a stepping stone to build their own implementations.
Above and beyond that, I think that this has educational value as well, and I did my best to make everything as understandable as possible. Some things I think are interesting:
* Implementation of distributed coroutines on top of Postgres
- The Missing Manual for Signals: State Management for Python Developers
-
Why I'm excited about Go for agents
OP here - this type of "checkpoint-based state machine" is exactly what platforms which offer durable execution primitives like Hatchet (https://hatchet.run/) and Temporal (https://temporal.io/) are offering. Disclaimer: am a founder of Hatchet.
These platforms store an event history of the functions which have run as part of the same workflow, and automatically replay those when your function gets interrupted.
-
The Backend Shift: Leveraging Open Source Powerhouses for Faster, Leaner Apps
Temporal (temporal.io):
-
Building true distributed systems with RoadRunner and Laravel
Learn more about Temporal in the official Temporal documentation and specifically for PHP in the Temporal PHP SDK documentation.
-
JavaScript Temporal Is Coming
Thought this was about https://temporal.io/ ...
-
6 Steps to Run API Automation Testing
5. Choose the Right Testing Tools
- Maestro: Netflix's Workflow Orchestrator
-
Show HN: Hatchet – Open-source distributed task queue
How does this compare against Temporal/Cadence/Conductor? Does hatchet also support durable execution?
https://temporal.io/
-
A note from our sponsor - SaaSHub
www.saashub.com | 1 Sep 2025
Stats
temporalio/sdk-java is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of sdk-java is Java.