8000 GitHub - Sola-Solutions/backend-interview
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Sola-Solutions/backend-interview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Prerequisites

Please have all of the following installed before the interview:

Install one of tools for kubernetes for local development:

or some other k8s emulator suitable for local development.

Try out Temporal with docker-compose

  1. Spin up services
docker-compose up
  1. Check the Temporal API:
brew install grpcurl
grpcurl -plaintext localhost:7233 list
  1. Navigate to localhost:8080 to see the temporal UI.

Task

Deploy the Temporal Services described in docker-compose.yml to your local kubernetes cluster

Running a Temporal Workflow

  1. cd activites-example
  2. npm install to install dependencies.
  3. npm run start.watch to start the Worker.
  4. In another shell, npm run workflow to run the Workflow.

The Workflow should make an HTTP request to httpbin.org and then return:

The answer is 42

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0