Giter Site home page Giter Site logo

leaseit's People

Watchers

 avatar

Forkers

shawnmam

leaseit's Issues

Login Service

This service is an Authentication service. It will have its own private database that will hold all of the current users made. The idea is that it takes an input of credentials such as username and password and it returns a response code and that response needs to be handled. I would look up standards as to what the response type.

API-Gateway

This is what the user will ping and then be navigated to whatever kind of data the user is requesting.
Problem: We need a way to have a way for our user to request information from us.

Solution: API's, this API gateway is like the other ones except it has to take care of authentication and the user never goes farther than this. The user requests something and we provide it out by using the proper services. This is a security principle: there is only one way in or out.

Logging Service For our containers

Problem: with many containers how do we check the logs of one if the container crashes and all of written log data is lost. Or another problem is what if some part of our backend dies how do we check what crashed? If the container falls everything is lost.

Solution: Make a service that will be used to log all data and it will have some type of persistent data store. MongoDB lets say bc its great with files. So if we ever need to debug our services we can just look in these logs and not have to ssh into every container hoping its still up.

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.