codervivekb / temporal

Temporal service and CLI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Temporal

Build status Coverage Status Slack Status

Visit docs.temporal.io to learn about Temporal.

This repo contains the source code of the Temporal server. To implement workflows, activities and worker use Go SDK or Java SDK.

See Maxim's talk at Data@Scale Conference for an architectural overview of Temporal.

Getting Started

Start the temporal-server locally

We highly recommend that you use Temporal service docker to run the service.

Run the Samples

Try out the sample recipes for Go or Java to get started.

Use CLI

Try out Temporal command-line tool to perform various tasks on Temporal

Use Temporal Web

Try out Temporal Web UI to view your workflows on Temporal.
(This is already available at localhost:8088 if you run Temporal with docker compose)

Contributing

We'd love your help in making Temporal great. Please review our contribution guide.

If you'd like to propose a new feature, first join the Temporal Slack channel to start a discussion and check if there are existing design discussions. Also peruse our design docs in case a feature has been designed but not yet implemented. Once you're sure the proposal is not covered elsewhere, please follow our proposal instructions.

License

MIT License, please see LICENSE for details.

About

Temporal service and CLI

License:MIT License


Languages

Language:Go 99.4%Language:TSQL 0.3%Language:Makefile 0.2%Language:Shell 0.1%Language:Dockerfile 0.0%