GithubHelp home page GithubHelp logo

qreolq / data-analyser-microservice Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 17 KB

This application receives data from Data generator service with Apache Kafka and stores it in MongoDB.

Java 97.29% Dockerfile 2.71%
apache-kafka cd-cd docker java kafka-consumer mongodb spring

data-analyser-microservice's Introduction

Data analyser microservice

This application receives data from Data generator service with Apache Kafka and stores it in MongoDB.

Next, data is processed by Data store service.

Technologies

Spring(Boot, JPA), Docker, MongoDB, Apache Kafka, CI/CD(Github actions)

Environments

To start an application you need to pass variables to .env file.

  • KAFKA_BOOTSTRAP_SERVERS - bootstrap server in Kafka
  • KAFKA_SUBSCRIBED_TOPICS - kafka subscribed topics
  • MONGO_AUTHENTICATION_DATABASE - mongoDB Authentication Database
  • MONGO_USERNAME - username for MongoDB
  • MONGO_PASSWORD - password for MongoDB
  • MONGO_DATABASE - name of MongoDB
  • MONGO_PORT - port of MongoDB
  • MONGO_HOST - host of MongoDB

Quick start

You can run all applications via docker-compose.yaml from docker folder.

Application is running on port 8082.

It contains all needed configs.

  1. Clone this repo into folder.
git clone https://github.com/qReolq/data-analyser-microservice.git
cd data-analyser-microservice/docker
  1. Start docker compose
docker compose up

data-analyser-microservice's People

Contributors

qreolq avatar

Watchers

 avatar

data-analyser-microservice's Issues

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.