Skip to content

Commit

Permalink
Add type of TS API used to the README table (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
gvdongen authored Jan 30, 2024
1 parent 390ceda commit 1cd4f30
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,20 @@ Browse this repository to see how easy distributed applications development beco
| Language | Name / Link |
|------------|-------------------------------------------------------------------------------------------------------------------------|
| TypeScript | [Payment API](typescript/payment-api): Example API for payments, inspired by the Stripe API |
| TypeScript | [End-to-end testing](typescript/end-to-end-testing): Example of how to test Restate services end-to-end |
| TypeScript (gRPC API) | [End-to-end testing](typescript/end-to-end-testing): Example of how to test Restate services end-to-end |
| TypeScript | [Common patterns](typescript/patterns) Set of common patterns you encounter when developing distributed TS applications |
| Java | [Common patterns](java/patterns) Set of common patterns you encounter when developing distributed Java applications |


## Applications

| Language | Name / Link |
|-----------|-----------------------------------------------------------------|
| TypeScript| [Food ordering - TypeScript](typescript/food-ordering): Integrate Restate with external services |
| TypeScript| [Ticket reservation](typescript/ticket-reservation): Example showing Restate's keyed-sharding and concurrency guarantees |
| TypeScript| [Ecommerce store](typescript/ecommerce-store): An ecommerce store completely built on top of Restate |
| TypeScript| [Dynamic workflow executor](typescript/dynamic-workflow-executor): A workflow executor that dynamically executes a list of steps as specified in the JSON input |
| Java | [Food ordering - Java](java/food-ordering): Java food order processing app and driver-to-delivery matching services |
| Language | Name / Link |
|-----------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------|
| TypeScript | [Food ordering - TypeScript](typescript/food-ordering): Integrate Restate with external services |
| TypeScript | [Ticket reservation](typescript/ticket-reservation): Example showing Restate's keyed-sharding and concurrency guarantees |
| TypeScript (gRPC API) | [Ecommerce store](typescript/ecommerce-store): An ecommerce store completely built on top of Restate |
| TypeScript | [Dynamic workflow executor](typescript/dynamic-workflow-executor): A workflow executor that dynamically executes a list of steps as specified in the JSON input |
| Java | [Food ordering - Java](java/food-ordering): Java food order processing app and driver-to-delivery matching services |


## Joining the community
Expand Down
22 changes: 11 additions & 11 deletions typescript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ This directory contains Restate examples using the Typescript SDK.

## Patterns

| Language | Name / Link |
|-----------|--------------------------------------------------------------------------------------------------------------|
| TypeScript| [Payment API](payment-api): Example API for payments, inspired by the Stripe API |
| TypeScript| [End-to-end testing](end-to-end-testing): Example of how to test Restate services end-to-end |
| TypeScript| [Common patterns](patterns) Set of common patterns you encounter when developing distributed TS applications |
| Language | Name / Link |
|-------------|--------------------------------------------------------------------------------------------------------------|
| TypeScript | [Payment API](payment-api): Example API for payments, inspired by the Stripe API |
| TypeScript (gRPC API) | [End-to-end testing](end-to-end-testing): Example of how to test Restate services end-to-end |
| TypeScript | [Common patterns](patterns) Set of common patterns you encounter when developing distributed TS applications |


## Applications

| Language | Name / Link |
|-----------|-----------------------------------------------------------------|
| TypeScript| [Food ordering - TypeScript](food-ordering): Integrate Restate with external services |
| TypeScript| [Ticket reservation](ticket-reservation): Example showing Restate's keyed-sharding and concurrency guarantees |
| TypeScript| [Ecommerce store](ecommerce-store): An ecommerce store completely built on top of Restate |
| TypeScript| [Dynamic workflow executor](dynamic-workflow-executor): A workflow executor that dynamically executes a list of steps as specified in the JSON input |
| Language | Name / Link |
|-------------|-----------------------------------------------------------------|
| TypeScript | [Food ordering - TypeScript](food-ordering): Integrate Restate with external services |
| TypeScript | [Ticket reservation](ticket-reservation): Example showing Restate's keyed-sharding and concurrency guarantees |
| TypeScript (gRPC API) | [Ecommerce store](ecommerce-store): An ecommerce store completely built on top of Restate |
| TypeScript | [Dynamic workflow executor](dynamic-workflow-executor): A workflow executor that dynamically executes a list of steps as specified in the JSON input |

0 comments on commit 1cd4f30

Please sign in to comment.