GithubHelp home page GithubHelp logo

vapor-mss's Introduction

A Generalized micro service server environment in Swift Vapor

Version 0.2

Here are some applications written in Swift / Vapor that will make up a generalized (stub) environment for a micro services system.

Right now there is a dummy Site generator application, a REST based datafetching Backend application and a Session application. Later there will be more services added, like a Password quality application, an autorization/login Application, a Geo coding application and probably several more.

The communication between the services are all done with the http protocol.

The Site process is a HTML generator using Leaf, that uses the Backend Application API for data retrieval.

A Backend Application that uses FrontBase SQL92 server ( http://frontbase.com ) as its datastore. This is easy changable to SQLite or some other Fluent-based data store. It has the systems main Rest API for client access.

Then there is a Session application that is responsible for handling the sessions. It is supposed to be used as a singeton instance process . Sessions are short lived (configurable) and database stored. This application has its own memory based local datastore but also one using FrontBase for persistance. Database storage is handled asynchronous for faster access to this service.

Since this is version 0.2, it's not yet an integrated working solution. The FrontBase database adaptor/frameworks are also not public open source, but will be later. Those frameworks are now working in our private developer environment with Vapor 3.0 but we are waiting for Vapor 4.0 before we release it open sourced. DM me for more information.

vapor-mss's People

Contributors

kerusan avatar

Watchers

 avatar James Cloos avatar Malte Tancred 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.