GithubHelp home page GithubHelp logo

efk-lab / resumebucket-casestudy Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 50 KB

ResumeBucket-CaseStudy

Java 99.90% Dockerfile 0.10%
assertj elasticsearch event-sourcing java kubernetes maven mokito redis rest spring-boot

resumebucket-casestudy's Introduction

ResumeBucket-CaseStudy

ResumeBucket is a rest api for an online resume storage.

Tech Stack

Java11, Spring Boot(web, test, data-redis, security, log4j2, cache, validation, aop), Spring Data Elasticsearch, Spring Security Oauth2, Elasticsearch, Redis, REST, Maven, Junit5, Mockito, Assertj, Kubernetes

Rest API

  • UserRegistryController : Restfull Service for user registry

    • signUp
  • ResumeController : Restfull Service for resume operations.

    • saveResume
    • getResume
    • updateContact
    • updateSummary
    • updateExperiences
    • updateEducations
    • updateCertificates
    • updateSkills
    • updateAwards
    • updateLanguages
    • updateInterests
    • deleteResume
  • ResumeSearchController : Restfull Service for resume search operations.

    • searchResume
  • ResumeStatisticsController : Restfull Service for resume statistics operations.

    • searchWhereTheyLive
    • searchWhereTheyStudy

Deployment

  • Install minikube

  • For loadbanacer run command below

    minikube tunnel

  • Deploy Elastic-Stack

    kubectl apply -f elastic-stack.yaml

  • Deploy Redis-Stack

    kubectl apply -f redis-stack.yaml

  • Build Image

    docker build -t resumebucket:latest -f /eclipse-workspace/ResumeBucket/src/main/resources/Dockerfile .

    eval $(minikube docker-env)

  • Deploy Applications

    kubectl apply -f resumebucket.yaml

  • Kubernetes Dashboard

    minikube dasboard

  • Prometheus&Grafana

    kubectl create namespace monitoring

    helm repo add prometheus-community https://prometheus-community.github.io/helm-chart

    helm install k8spromethuesstack --namespace monitoring prometheus-community/kube-prometheus-stack

resumebucket-casestudy's People

Contributors

efk-lab avatar

Stargazers

 avatar

Watchers

 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.