Skip to content

Commit 33ff6a1

Browse files
committed
#75 Inited Pixi πŸ’Ž
1 parent 1f40a26 commit 33ff6a1

File tree

7 files changed

+14
-2
lines changed

7 files changed

+14
-2
lines changed

β€Žexamples/pixi/Makefile

Whitespace-only changes.

β€Žexamples/pixi/README.md

+14-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
1-
# Pixi
1+
<p align="center">
2+
<img src="/examples/pixi/frontend/static/logo.png" width="300px" alt="Pixi Jewelery Shop" />
3+
</p>
24

3-
Pixi is a sample microservice app that uses Hyx to improve resilency and fault tolerance.
5+
# Pixi πŸ’Ž
46

7+
Pixi is a sample jewelery shop architected as a cloud-native microservice system that uses Hyx to improve resiliency and fault tolerance.
8+
Under the hood, Pixi uses modern asyncio Python to implement its microservices and run them in a Kubernetes environment.
9+
10+
The system implements all common features of an eCommerce website like product catalog browsing, cart and checkout, so on.
11+
12+
It’s easy to deploy with little to no configuration.
13+
14+
## Credits
15+
16+
Inspired by [Google's Online Boutique](https://github.com/GoogleCloudPlatform/microservices-demo)

β€Žexamples/pixi/Tiltfile

Whitespace-only changes.

β€Žexamples/pixi/common/__init__.py

Whitespace-only changes.
10.1 KB
Loading

β€Žexamples/pixi/services/__init__.py

Whitespace-only changes.

β€Žexamples/pixi/services/gateway/__init__.py

Whitespace-only changes.

0 commit comments

Comments
Β (0)