Giter Club home page Giter Club logo

moneyapp's Introduction

MoneyApp

Python Code Style

This is a semi serious app to try real world deployments of several technologies including Open Telemetry, HoneyComb, ECS and more.

Quickstart with Docker Dev Environment

Copy the default config files. There's no need to change anything just yet.

cp app/.env.example app/.env
cp otel-collector-config.yaml.example otel-collector-config.yaml

Run the application. If its your first time running the app it will take a couple of minutes while containers get downloaded and built

docker-compose up

You should be able to access the following services in your browser.

App http://localhost:8000/
Jaeger UI http://localhost:16686/
  • The app container will reload on code changes.

  • This project used structured logging which can be seen in the console and is also exposed in a shiny web ui.

More helpful operations

Rebuild app container manually

docker-compose build app

Contributing

All contributions should be formatted with black and flake8. This will be checked and enforced with CI/CD checks on pull requests.

Its recommended to install both of on your local workstation and either run them manually before pushing or have your IDE/editor run them automatically.

pip install -r app/requirements-dev.txt

Architecture

Dev (docker compose)

Architecture diagram showing the development environment for MoneyApp in docker compose

moneyapp's People

Contributors

iokiwi avatar tehnools avatar abhinna1 avatar chelseafrost avatar ankitgadling avatar

Stargazers

Gopal Dnyaneshwar Jogi  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.