Giter Site home page Giter Site logo

server-admin's Introduction

Server Admin

This is a simple client server system with a central server application an multiple clients.

Infrastructure

The application is based on

  • Postgresql and
  • Kafka

For development purposes the project includes 2 docker configurations:

docker/client

The application can be developed within this container. Intellij supports running applications inside a container instead of locally. Make sure to run the client with the same network as the kafka containers.

Attention: This image isn't meant for production use!

docker/infra

This defines a postgresql server and a 3 node kafka cluster. Use the compose file included in the folder.

Kafdrop is also started for easier kafka insight.

Applications

You can find screenshots for IntelliJ run configurations for client and server.

sa-server

Simple shell applications that listens to kafka and allows to type commands into the local shell.

The included default config is meant to be run from within a docker container. It needs to be started in the same network as postgres and kafka.

sa-client

Client application that sends a regular heartbeat to the central sa-server application. It also supports command line input to trigger commands.

The included default config is meant to be run from within a docker container as defined in docker/client. It needs to be in the same network as kafka. The client application is using a local file based sqlite database instead of relying on any server.

The client container needs to be built before it can be used. A script build-debian.sh is included for that purpose.

server-admin's People

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.