Coder Social home page Coder Social logo

khalilou88 / micro-apps Goto Github PK

View Code? Open in Web Editor NEW

This project forked from xmlking/micro-apps

0.0 1.0 0.0 3.84 MB

Microservices in Post-Kubernetes Era. A polyglot monorepo

Home Page: https://xmlking.gitbook.io/micro-apps/v/develop/

License: MIT License

Kotlin 53.46% HTML 3.66% Java 0.98% Dockerfile 0.24% Shell 1.12% JavaScript 37.42% CSS 0.02% TypeScript 0.72% Svelte 1.91% SCSS 0.48%

micro-apps's Introduction

Micro Apps

Modern microservices for Post-Kubernetes Era.

Monorepo(apps, libs) project to showcase workspace setup with multiple apps and shared libraries

Features

  1. Polyglot - Support multiple languages (java, kotlin, groovy)
  2. Support multiple app frameworks (apache-beam, cli, micronaut, quarkus)
  3. Support multiple serialization methods (JSON, Avro, ProtoBuf)
  4. A type-safe cascading configuration with konf
  5. Integrated with best testing frameworks (kotest , MockK)
  6. Build lightweight Docker and OCI images with Jib
  7. Build native binaries using GraalVM
  8. Cloud Native (Service Mesh, health checks, observability)
  9. Platform independent Observability instrumentation via OpenTelemetry
  10. Deployment automation with kustomize and Event-driven Autoscaling with KEDA

Check Version License

Quality

Quality Gate Status Maintainability Rating Security Rating Reliability Rating Bugs Vulnerabilities

Run

Docker

start app dependencies: postgres, redis

# start local sonarqube
docker compose up postgres # docker compose up -V postgres
# stop local postgres before restart again
docker compose down # docker compose down -v

start optional CI/CD infra dependencies: sonarqube, nexus

# start local sonarqube
docker compose up sonarqube # docker compose up -V sonarqube
# stop local sonarqube before restart again
docker compose down
# (optional) this remove volumes - needed when you upgrade image versions 
docker compose down -v
# start local nexus
docker compose up nexus

Dashboard access

See gradle commands for this project.

Apps

Apache Beam Pipelines

Explore Wordcount Pipeline

Explore Streaming Ingestion Pipeline

Explore Classifier Pipeline

Quarkus

Explore REST, OpenAPI, OpenID Connect, API

Explore GraphQL API

Kotlin-gRPC

Explore Account-gRPC API

Explore Kotlin-gRPC API

Explore Kotlin-gRPC API

Spring

Explore Spring-RSocket Chat APP

Explore Spring CRUD + Redis Search API

Svelte

Explore SvelteKit WebApp

Libs

Reusable libraries

Explore Apache Beam Kotlin Extensions

Explore Shared gRPC Components

Shared code within this repo

Explore Shared Core Code

Explore Shared Model Objects

Explore Shared Pipelines Code

Explore Shared Services Code

Explore Shared ProtoBuf Contracts

Explore Shared Test Fixtures

Inspiration

micro-apps's People

Contributors

xmlking avatar renovate-bot avatar

Watchers

James Cloos 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.