Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 749 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 749 Bytes

Simple Demo Applications

This repository contains the code for the Simple Demo Applications. This application is a simple e-commerce application that allows users to purchase items from a catalog. This application is used to demonstrate the capabilities of Odigos.

Architecture

Architecture

Simple Demo contains the following services:

Service Language Version
Frontend Java 17 (Eclipse Temurin)
Inventory Python 3.11
Pricing .NET 8.0
Membership Go 1.21
Coupon JavaScript NodeJS 18.3.0

Running locally

To build the project and run it locally on a Kind cluster, run the following command:

make build-images load-to-kind deploy