Reliable WebSockets-based pub/sub with Spring Boot

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
  • H2

    H2 is an embeddable RDBMS written in Java.

  • Firstly, let's set up a basic Spring Boot application. We can use the Spring Initializr with Spring Data JPA, H2 Database, Lombok added. H2 Database will provide us with a simple database, and Spring Data JPA will allow us to easily interact with it using Hibernate. Lombok will make it easier to write concise and readable classes.

  • ably-spring-pubsub

    Basic tutorial for Ably with Spring + Hibernate

  • In our next tutorial, we'll be implementing a robust authentication system using Auth0. You can find the source code to this tutorial on GitHub.

  • 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
  • Thymeleaf

    Thymeleaf is a modern server-side Java template engine for both web and standalone environments.

  • In order to dynamically generate the page when first serving it from the server to contain the existing todo items, we'll be using Thymeleaf. Add Thymeleaf to your dependencies in your pom.xml file:

  • Lombok

    Very spicy additions to the Java programming language.

  • Firstly, let's set up a basic Spring Boot application. We can use the Spring Initializr with Spring Data JPA, H2 Database, Lombok added. H2 Database will provide us with a simple database, and Spring Data JPA will allow us to easily interact with it using Hibernate. Lombok will make it easier to write concise and readable classes.

  • Hibernate

    Hibernate's core Object/Relational Mapping functionality

  • Firstly, let's set up a basic Spring Boot application. We can use the Spring Initializr with Spring Data JPA, H2 Database, Lombok added. H2 Database will provide us with a simple database, and Spring Data JPA will allow us to easily interact with it using Hibernate. Lombok will make it easier to write concise and readable classes.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub 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

  • What are some more options or good practices for dynamic SQL query building?

    6 projects | /r/java | 23 Sep 2022
  • How do access sql through java in the real world?

    5 projects | /r/javahelp | 30 Aug 2022
  • What is a simple way to read from a Oracle DataBase and write to a text file, not using Spring Batch (but using Java)? Too complicated for Spring Batch.

    3 projects | /r/javahelp | 17 May 2022
  • ResultSet mapping library

    4 projects | /r/java | 25 Oct 2021
  • Java virtual threads caused a deadlock in TPC-C for PostgreSQL

    4 projects | news.ycombinator.com | 15 Jan 2024