Giter Club home page Giter Club logo

java-lab-iaas-2020's Introduction

java-lab-iaas-2020

IaaS.

Run your app with ease (Docker and microservices).

java-lab-iaas-2020's People

Contributors

amourety avatar ainaard avatar olejiksin avatar dimanaux avatar dmitrybarskov avatar arkharovdias avatar

Watchers

James Cloos avatar

java-lab-iaas-2020's Issues

Sign up/Sign in via API

Create a pair of API endpoints so that API clients can create an account and can get a token to be identified

Run Docker inside Docker

Automate:
Put some directory to Docker image with Docker inside.
The directory contains docker-compose.yml inside. Run Docker image(-s) based on that file.
The actions described above should be automated and have single Java object as an API.

Or you can run it on jvm

Entity for Application

Create an entity called Application (or service, or whatever). Create an API endpoint to CRUD this entity.
Application should have their owner, and git repository URL.

Create an interactor to clone a repo

Create an interactor/service/whatever to clone a git repository to server (host, deployment). You should perform cloning using a library for management git OR creating git subprocess. Take repository URL from entity called App

Run a Docker image

Create an interactor/service/whatever that is able to run Docker image/images from single file docker-compose.yml. All the environment is provided if necessary. Perform the operation using OS subprocessing OR find a library for Docker management.

Env variables for Application

Modify Application entity so that it will support instantiation with environment variables. These variables should be accessible inside the instance of the app and all of its services.

Run Java microservices app IN DOCKER

Create an app or take an example of java app using microservices. Run it with one command, you can use docker or maven/whatever.
I want to run microservices app using one command, e.g.
mvn spring-cloud:run or docker-compose up or whatever.

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.