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
{{ message }}
This repository was archived by the owner on Apr 3, 2024. It is now read-only.
Streamline user experience when getting started with Temporal. Install a single CLI tool that allows you to interact with any Temporal server, and start your own development server.
Synchronize Temporalite (library) releases with Temporal server.
Officially support the temporalite and temporaltest package in the server Go module. Anyone who already imports the Temporal server module should be able to write e2e tests easily.
We plan to deprecate the https://github.com/temporalio/temporalite git repository but retain its functionality in https://github.com/temporalio/temporal and https://github.com/temporalio/cli respectively.
Our goals for this migration are to:
temporaliteandtemporaltestpackage in the server Go module. Anyone who already imports the Temporal server module should be able to write e2e tests easily.Migration Plan
github.com/temporalio/temporalite=>go.temporal.io/server/temporalitegithub.com/temporalio/temporalite/temporaltest=>go.temporal.io/server/temporalite/temporaltestgithub.com/temporalio/temporalite/cmd/temporalite=> a subcommand under https://github.com/temporalio/cligo.temporal.io/server/temporaliteinstead.