Giter Site home page Giter Site logo

jesperancinha / isbn-stacks Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 4.13 MB

Worldwide, the ISBN number is used. It is a massive collection of numbers which uniquely identify books per type and edition. Based on that, this project is here to evaluate the recent experimental project from the spring team called Spring-FU. As DSL that, when released, it will allow Spring applications to be developed without the use of annotations. The main argument is that annotations bring unnecessary overhead to the application and that processing time can be avoided.

License: Apache License 2.0

Makefile 30.76% Kotlin 26.86% Python 11.71% Dockerfile 3.32% Shell 5.10% TypeScript 22.25%

isbn-stacks's Introduction

isbn-stacks


Generic badge GitHub release GitHub License

CircleCI Build status isbn-stacks e2e-isbn-stacks

Codacy Badge codebeat badge Known Vulnerabilities

Codacy Badge Coverage Status codecov

GitHub language count GitHub top language GitHub top language


Technologies used

Please check the TechStack.md file for details.

Introduction

Worldwide, the number ISBN 13 is used. It is a massive collection of numbers which uniquely identify books per type and edition. Based on that, this project is here to evaluate the recent experimental project from the spring team called Spring-FU. A DSL that, when released, it will allow Spring applications to be developed without the use of annotations. The main argument is that annotations bring unnecessary overhead to the application and that processing time can be avoided. The Spring-FU projecct started in GitHub on the 31st of May 2018.

This repo is also the official support repo to my article on medium:

Note that this project will soon be migrated to Ktor...

Stable releases

Project Layout

Sequence diagram

To visualize this diagram you may need the mermaid-diagrams plugin installation.

To visualize it in Intellij, please install the mermaid plugin.

    sequenceDiagram
        participant Locust
        participant ISBN Non Reactice Traditional REST
        participant ISBN Reactive Traditional REST
        participant ISBN Reactice KoFu REST
        
        Locust-->> ISBN Non Reactice Traditional REST: Request ISBN numbers
        Locust-->>ISBN Reactive Traditional REST: Request ISBN numbers
        Locust-->>ISBN Reactice KoFu REST: Request ISBN numbers
        ISBN Non Reactice Traditional REST-->>Locust: Response with ISBN numbers
        ISBN Reactive Traditional REST-->>Locust: Response with ISBN numbers
        ISBN Reactice KoFu REST-->>Locust: Respond with ISBN numbers
Loading

Java Setup

sdk install java 17-open
sdk use java 17-open

References

About me

GitHub followers

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.