All Projects → kubernauts → dok-example-us

kubernauts / dok-example-us

Licence: Apache-2.0 License
Developing on Kubernetes—an example microservices app

Programming Languages

javascript
184084 projects - #8 most used programming language
go
31211 projects - #10 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to dok-example-us

react-native-bounceable
Animate and bounce any component with RNBounceable for React Native
Stars: ✭ 26 (+44.44%)
Mutual labels:  development
natuna-fivem
Typescript/Javascript Bundled FiveM Framework with single module engine that runs on Javascript runtime. Powered with NodeJS.
Stars: ✭ 21 (+16.67%)
Mutual labels:  development
solidus dev support
A collection of tools for developing Solidus extensions.
Stars: ✭ 14 (-22.22%)
Mutual labels:  development
uwp-devkit
A simple but complete developer toolkit for UWP developers
Stars: ✭ 19 (+5.56%)
Mutual labels:  development
knowledge-base-content
Open-source knowledge base covering topics about developer experience.
Stars: ✭ 73 (+305.56%)
Mutual labels:  development
Fake APIs
Beginner friendly Custom REST-APIs creation for various development and testing purposes.🎯🌎This project has been opened for Contributions for Hacktoberfest2021.
Stars: ✭ 17 (-5.56%)
Mutual labels:  development
awesome-blockchain
A curated list of blockchain resources for developers
Stars: ✭ 106 (+488.89%)
Mutual labels:  development
plis
Automated development tasks asked nicely
Stars: ✭ 35 (+94.44%)
Mutual labels:  development
webpack-plugin-ramdisk
🐏 A webpack plugin for blazing fast builds on a RAM disk / drive
Stars: ✭ 118 (+555.56%)
Mutual labels:  development
myke
make with yaml: development tasks made simple with golang, yaml and many ingredients
Stars: ✭ 67 (+272.22%)
Mutual labels:  development
create-adapter
Command line utility to create customized ioBroker adapters
Stars: ✭ 39 (+116.67%)
Mutual labels:  development
go-getting-started
Develop Go Apps in Kubernetes with Okteto
Stars: ✭ 32 (+77.78%)
Mutual labels:  development
standard-packages
List of packages that use `standard`
Stars: ✭ 32 (+77.78%)
Mutual labels:  development
JPullEmailTF
邮箱登录下拉提示列表_输入邮箱自动填充提示列表
Stars: ✭ 21 (+16.67%)
Mutual labels:  development
hapi-dev-errors
A hapi plugin to return better error details and skip the look at command line to catch the issue.
Stars: ✭ 58 (+222.22%)
Mutual labels:  development
perflint
PerfLint is a tool to identify unexpected performance levels of a Website
Stars: ✭ 69 (+283.33%)
Mutual labels:  development
marvin-vagrant-dev
No description or website provided.
Stars: ✭ 26 (+44.44%)
Mutual labels:  development
that game engine
Source code for a game engine development series
Stars: ✭ 47 (+161.11%)
Mutual labels:  development
landscape-of-programming
This repo aim to show you what to learn on the way to excellence.
Stars: ✭ 67 (+272.22%)
Mutual labels:  development
vistir
Setup / utilities which most projects eventually need
Stars: ✭ 30 (+66.67%)
Mutual labels:  development

Developing on Kubernetes—stock market simulator

This repository contains two microservices that make up a stock market simulator application:

stock market simulator architecture

One microservice, the so called stock generator is written in Go and serves randomized stock data randomly via the HTTP endpoint stockdata/.

A second microservice, the so called stock consumer is written in Node.js and consumes the stock data generated by the Go microservice. It serves the following HTTP endpoints:

  1. average/$SYMBOL … calculates basic stats of stock symbol $SYMBOL
  2. gekko/$SYMBOL … provides a recommendation like sell/hold/buy for stock symbol $SYMBOL (not yet implemented)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].