Giter Site home page Giter Site logo

namanmanish / iudx-deployment Goto Github PK

View Code? Open in Web Editor NEW

This project forked from datakaveri/iudx-deployment

0.0 0.0 0.0 831 KB

Installation and setup scripts for single and multi node (clustered) IUDX services.

License: MIT License

Dockerfile 1.90% Shell 94.97% Python 2.08% Jinja 0.36% HTML 0.70%

iudx-deployment's Introduction

IUDX

iudx-deployment

Installation and setup scripts for single and multi node (clustered) IUDX services.

Components

The IUDX system will consist of the following services and servers:

  • API Server: Implements the Catalogue and Resource Server APIs (Vert.x HTTPs server)
  • Database server: An IUDX Server
  • Data broker Server: An IUDX Server
  • Authentication and Authorization Server: An IUDX Server
  • Database Service: Connects with the IUDX Database (A Vert.x Service)
  • Databroker Service: Connects with the IUDX Data broker (A Vert.x Service)
  • Subscription and Callback Service: Connects with the IUDX Database and Databroker (A Vert.x Service)
  • Validation Service: Validates the catalogue item (A Vert.x Service)
  • File Service: Connects with the IUDX Database, Databroker and File server (A Vert.x Service)
  • Authentication and Authorization Service: Connects with the IUDX Authentication Server (Vert.x Service)

Deployment Architecture

Note: For simplicity, all the modules are not mentioned in the figure.

As a design choice on the architecture, keeping scalability for microservices in mind we chose the Service Mesh Architecture for Catalogue Server and Resource Server. In a service mesh architecture, each microservice is a well-defined module that can be containerized and discovered using service discovery. The orchestration of the services can be such that data-intensive modules are residing closer to the database which also helps in better response times, limits the bandwidth and reduces the cost. Also, it helps in scaling of a specific microservice at ease.

Features

  • The system uses an overlay network and supports manual scaling using docker run.
  • Hazlecase with Zookeeper is used as our cluster manager.
  • Monitoring of the APIs, Services, Containers, Nodes are done using Micrometer, Promtail and Node exporter.
  • Metrics are pushed to Loki, Prometheus and visualized using Grafana.

iudx-deployment's People

Contributors

abhi4578 avatar swaminathanvasanth avatar srinskit avatar raghava63 avatar kailash 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.