Giter Site home page Giter Site logo

innoq / user-registration-v2 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ewolff/user-registration-v2

0.0 14.0 0.0 66.26 MB

License: Apache License 2.0

Ruby 20.37% HTML 31.82% Shell 1.93% Puppet 1.62% Pascal 0.07% Python 8.31% Java 33.97% Scala 1.91%

user-registration-v2's Introduction

User Registration

German / Deutsch

This is an example that shows basic technical features for an application that should run in a Continuous Delivery Pipeline. The focus is to provide a playground that you can build your own experiments on. Orignally it was intended as an example for the German Continuous Delivery book .

The application is written in Java and uses Spring Boot. To compile and execute all tests:

  • Install Maven
  • Execute mvn install in this directory.

At least some parts of the code are in German - sorry about that.

As part of the Maven build the following projects are built:

  • The subdir user-registration-application containst the application itself. It is compiled and unit tests are execeuted.
  • The subdir user-registration-acceptancetest-jbehave contains automated acceptance tests implemented with JBehave. This tools allows you to write tests as stories in natural language.
  • The subdir user-registration-acceptancetest-selenium contains automated acceptance tests implemented with Selenium. They are run through the Web GUI.
  • Finally the subdir user-registration-acceptancetest-gatling contains automated capacity tests implemented with Gatling. These are executed throught the Web GUI.

Additionally to these projects built by Maven additional projects are provided:

  • The subdir docker contains a setup to install the application in a Docker container in a Vagrant box or in a Docker environment using Docker Machine. Docker is a lightweight approach that uses Linux Containers to provide an easy way to install applications in their own independent environment - almost like virtual machines.
  • Based on this setup the subdir graphite contains a setup to run the application and have the monitoring information available through graphite.
  • The subdir log-analysis contains a setup to run the application and analyze the log information using Logstash. The information is then stored in Elasticsearch and can be analyzed using Kibana.
  • The subdir chef contains a sample for a Chef setup.
  • In the subdir shell you can find an example how the application can be provisioned using a simple shell script.

Please note that you need to execute the Maven build before you can run these additional projects. You will find more information about the projects in the README.md file in the corresponding subdirectory.

The code is provided under Apache 2.0 license - see the file LICENSE in this dir.

PLEASE NOTE: This example is not production ready. For example some of the services run as root even though they can be accessed through the net. This poses a security thread.

user-registration-v2's People

Contributors

matzew avatar naheedmk avatar schleichardt avatar spanneberg avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  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.