Coder Social home page Coder Social logo

quicknotes's Introduction

quicknotes

A simple Spring Boot application that I am using to compare the easy of deployment to GCP and AWS.

I wanted an application that would represent an actual application that would be deployed as a monolith with a multi-page front end and authentication and authorization.

Local development uses H2 for a data store. AWS and GCP deployments can use the native relational store.

Building the Container

./gradlew jib --image <userid>.dkr.ecr.region.amazonaws.com/personal:quicknotes

AWS Deployments

Elastic Beanstalk

You must use JDK 8 to compile this project. AWS ElasticBeanstalk did not like the JDK 11 classfile format.

Add an environment variable for SERVER_PORT=5000. That is the default port for EB deployments so we need to let Spring know.

There is a buildspec.yml that you can use with CodeBuild to produce a zip that EB can deploy. I have also created a CodePipeline with this that monitors my GitHub repository and automatically deploys the latest build to my public EB instance.

ECS

The application runs under Elastic Container Service without additional configuration. I used Farscape to avoid creating an EC2 cluster by hand.

quicknotes's People

Contributors

bipedalprog avatar

Stargazers

Dennis Caldwell avatar

Watchers

 avatar

quicknotes's Issues

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.