{"id":24794167,"url":"https://github.com/shubhamv108/template-service-java-springboot","last_synced_at":"2026-04-13T10:31:19.387Z","repository":{"id":215767506,"uuid":"716020917","full_name":"shubhamv108/template-service-java-springboot","owner":"shubhamv108","description":"Template microservice in spring boot","archived":false,"fork":false,"pushed_at":"2024-05-01T16:26:10.000Z","size":558,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-24T17:53:54.033Z","etag":null,"topics":["cookies","docker-compose","dockerfile","elasticsearch","fluentbit","idtoken","java","kafka","mysql","mysql-server","prometheus","sonarqube","spring-boot","telegraf"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shubhamv108.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS.md","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-11-08T10:07:59.000Z","updated_at":"2024-08-04T20:31:30.000Z","dependencies_parsed_at":"2024-02-06T08:49:11.411Z","dependency_job_id":"a0986de3-ca9d-49ec-84de-3d81e7f9cfa2","html_url":"https://github.com/shubhamv108/template-service-java-springboot","commit_stats":null,"previous_names":["shubhamv108/template-service-java-springboot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shubhamv108/template-service-java-springboot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shubhamv108%2Ftemplate-service-java-springboot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shubhamv108%2Ftemplate-service-java-springboot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shubhamv108%2Ftemplate-service-java-springboot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shubhamv108%2Ftemplate-service-java-springboot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shubhamv108","download_url":"https://codeload.github.com/shubhamv108/template-service-java-springboot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shubhamv108%2Ftemplate-service-java-springboot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31748916,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T09:16:15.125Z","status":"ssl_error","status_checked_at":"2026-04-13T09:16:05.023Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cookies","docker-compose","dockerfile","elasticsearch","fluentbit","idtoken","java","kafka","mysql","mysql-server","prometheus","sonarqube","spring-boot","telegraf"],"created_at":"2025-01-29T22:34:30.068Z","updated_at":"2026-04-13T10:31:19.370Z","avatar_url":"https://github.com/shubhamv108.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# template-service-java-springboot\nSimple application to demonstrate server sent events using Spring Boot.\n\n\n# Replace\n### template-service-java-springboot\n### templateservicejavaspringboot\n### TemplateServiceJavaSpringBoot\n\n# Github Secrets\nDOCKER_USER\nDOCKER_PASSWORD\n\n# Setup\n### Local\n      make local-setup\n      make local-app\n\n# [API Documentation](http://localhost:8080/api/swagger-ui/index.html#/)\n\n\n# Tech Stack\n##### Code Repository\n- Github\n\n#### Configuration\n- AWS Param Store\n##### Secure Config\n- AWS KMS - Encryption keys\n- AWS Secret manager: Database keys\n\n(Alternative centralized Spring Config Server (git branch support), Vault for secured keys]\n\n#### Deployment\n- Github Action (format, build, sonarqube static code analysis, test, test coverage, create image, push image to registry)\n- Jfrog artifact code repository (Dependency repository with vulnerability check) (exploring)\n- AWS ECR - Image Repository\n- Prisma Cloud - Image Scan (exploring)\n- AWS Cloudformation (IaC)\n- AWS Codepipeline (Env - DEV, QA, Pre-Prod, Prod (full auto on approval in pre prod )) (Stages - Source (AutoTrigger on commit), setup infra, test, deploy, approve for next env (Manual))\n\n\n#### DNS\n- Route 53\n\n#### CDN\n- AWS Cloudfront\n\n#### DFS\n- AWS S3\n\n\n#### API Gateway\n- AWS API Gateway (Routing, Rate Limiting)\n\n\n##### Auth\n- OAuth2 Google with Role in IAM service for eahc email.  (RBAC Keycloak when allowing self registration)\n- AWS Lambda Authorizer\n\n\n#### VPC\n- VPC with private Subnet\n- VPC Link (connect AWS Api Gateway to ELB (on VPC with private subnet))\n\n\n#### Load Balancing\n- AWS ELB (ALB) - Round Robin\n\n#### Service Host - Stateless\n- AWS ECS (Auto Scaling on CPU (AWS Cloudwatch Alarm on CPU Metric))\n  (Alternative Kubernetes with Horizontal Pod Autoscaling (not clear on metrics collection in kubernetes))\n\n#### Programming Language\n- Java\n\n#### Framework\n- Spring Boot\n\n#### Circuit Breaker\n- Hystrix\n\n#### Event Sourcing\n- Eventuate (exploring)\n\n#### Transactional outbox with AWS DynamoDB backed Services\n- DynamoDB Stream\n- Kinesis (Dynamo event stream persisted here for more than 24 hours)\n- AWS Lambda (Consumer)\n- SNS\n\n#### Test\n- JaCoCo - Code Coverage\n- Mockito\n- Junit\n- Docker Compose\n\n#### Static code analysis\n- Sonarqube\n\n#### Firewall\n- AWS Security group\n\n#### Cache\n- AWS Elasticache (Redis)\n\n\n#### Databases\n- Postgres (AWS RDS (Multi AZ with Read Replica), RDS Proxy(ConnectionPool)) - Driver, Driver Onboard, Document, Order, OrderProduct, IAM, UserProfile\n- AWS DynamoDB - Blob, Background Verification, Shipment\n\n#### Queue\n- AWS SQS\n\n#### InterService Communication\n##### Synchronous\n- Rest API\n\n##### Asynchronous\n###### PubSub\n- AWS SNS\n\n#### Logging\n- FlunetBit (Sidecar/Daemon Set in Kubernetes)\n- AWS Cloudwatch Logs\n- AWS Opensearch\n\n#### Metrics \u0026 Alarms\n##### Push\n- FlunetBit (Sidecar/Daemon Set in Kubernetes)\n- AWS Cloudwatch Logs\n- AWS Cloudwatch Metrics - Dashboard, Alarms\n##### Pull\n- Prometheus, InfluxDB (when needed)\n\n#### Exception tracking \u0026 Error De-Duplication\n- Sentry\n\n#### Jump Host\n- AWS Session Manager\n\n#### Cron\n- AWS Eventbridge\n\n#### Analytic Report\n- eventbridge\n- sns\n- sqs\n- Schema - AWS Glue\n- job within service or aws emr\n- S3\n\n#### ServiceMesh\nIstio (With kubernetes, exploring)\n\n# High Level Design\n![HIghLevelDesign](https://github.com/shubhamv108/craft/assets/16763337/2c653f9a-59b1-4643-9ac8-62e117ab4441)\n\n\n# Images\n#### Generate Google OAuth2 Bearer Token\n![Screenshot from 2023-12-31 13-02-34](https://github.com/shubhamv108/craft/assets/16763337/a6f293dc-40d0-4712-bdf7-63839ab0bb75)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshubhamv108%2Ftemplate-service-java-springboot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshubhamv108%2Ftemplate-service-java-springboot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshubhamv108%2Ftemplate-service-java-springboot/lists"}