Running Spring Boot App and PostgreSQL in single container

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • server

    Discontinued Tolgee is translation management cloud platform made for translating modern web applications. It works great with JS frameworks like React, Angular, Vue and others. [Moved to: https://github.com/tolgee/tolgee-platform] (by tolgee)

  • For deploying the application to the cloud, I recommend running it in multiple containers or use database managed by your cloud provider. In Tolgee we use Kubernetes for deploying our Application container and DigitalOcean's managed PostgreSQL DB, so we don't have to worry about the database cluster.

  • postgres

    Docker Official Image packaging for Postgres (by docker-library)

  • To create our Docker image, we are using Dockerfile based on openjdk:14-jdk-alpine image. So first thing we have to do is add a PostgreSQL DB to this image to have both JDK and Postgres prepared. To do so, I found official Postgres image sources and used their code to create my own image containing JDK and Postgres. Basically I just took their Dockerfile and docker-entrypoint.sh and replaced the FROM alpine:3.15 with FROM openjdk:14-jdk-alpine. Thats it. Now we have Postgres and JDK in the same image.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • How do you export strings for the translations team?

    1 project | /r/androiddev | 16 Mar 2023
  • Tolgee: v3 and TolgeeJS v5 released. Namespace support, Reduced bundle Size, Command-line interface

    1 project | /r/coolgithubprojects | 6 Feb 2023
  • Tolgee v3 released, but what about mdx?

    1 project | /r/selfhosted | 11 Jan 2023
  • Would you use a platform for i18n translations? (Developers & Translators)

    1 project | /r/reactjs | 12 Dec 2022
  • Multilingual prototyping in Figma

    2 projects | /r/FigmaDesign | 1 Dec 2022