{"id":23006621,"url":"https://github.com/haldih/k8s-project","last_synced_at":"2025-08-14T03:31:05.704Z","repository":{"id":267521256,"uuid":"897962556","full_name":"HaldiH/K8s-Project","owner":"HaldiH","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-10T19:58:53.000Z","size":4434,"stargazers_count":0,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-10T20:38:00.499Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HaldiH.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-03T14:46:50.000Z","updated_at":"2024-12-10T19:58:56.000Z","dependencies_parsed_at":"2024-12-10T20:48:19.629Z","dependency_job_id":null,"html_url":"https://github.com/HaldiH/K8s-Project","commit_stats":null,"previous_names":["haldih/k8s-project"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HaldiH%2FK8s-Project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HaldiH%2FK8s-Project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HaldiH%2FK8s-Project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HaldiH%2FK8s-Project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HaldiH","download_url":"https://codeload.github.com/HaldiH/K8s-Project/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229795875,"owners_count":18125286,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-15T08:13:08.468Z","updated_at":"2024-12-15T08:13:08.908Z","avatar_url":"https://github.com/HaldiH.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Containerization and Orchestration Technologies - Final Project\n\n**Online Boutique** is a cloud-first microservices demo application.  The application is a web-based e-commerce app where users can browse items, add them to the cart, and purchase them.\n\n## Architecture\n\n**Online Boutique** is composed of 11 microservices written in different\nlanguages that talk to each other over gRPC.\n\n[![Architecture of microservices](/docs/img/architecture-diagram.png)](/docs/img/architecture-diagram.png)\n\nFind **Protocol Buffers Descriptions** at the [`./protos` directory](/protos).\n\n| Service                                             | Language | Description                                                                                                                       |\n| --------------------------------------------------- | -------- | --------------------------------------------------------------------------------------------------------------------------------- |\n| [frontend](/src/frontend)                           | Go       | Exposes an HTTP server to serve the website. Does not require signup/login and generates session IDs for all users automatically. |\n| [cartservice](/src/cartservice)                     | C#       | Stores the items in the user's shopping cart in Redis and retrieves it.                                                           |\n| [productcatalogservice](/src/productcatalogservice) | Go       | Provides the list of products from a JSON file and ability to search products and get individual products.                        |\n| [currencyservice](/src/currencyservice)             | Node.js  | Converts one money amount to another currency. Uses real values fetched from European Central Bank. It's the highest QPS service. |\n| [paymentservice](/src/paymentservice)               | Node.js  | Charges the given credit card info (mock) with the given amount and returns a transaction ID.                                     |\n| [shippingservice](/src/shippingservice)             | Go       | Gives shipping cost estimates based on the shopping cart. Ships items to the given address (mock)                                 |\n| [emailservice](/src/emailservice)                   | Python   | Sends users an order confirmation email (mock).                                                                                   |\n| [checkoutservice](/src/checkoutservice)             | Go       | Retrieves user cart, prepares order and orchestrates the payment, shipping and the email notification.                            |\n| [recommendationservice](/src/recommendationservice) | Python   | Recommends other products based on what's given in the cart.                                                                      |\n| [adservice](/src/adservice)                         | Java     | Provides text ads based on given context words.                                                                                   |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaldih%2Fk8s-project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhaldih%2Fk8s-project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaldih%2Fk8s-project/lists"}