Spring, SchemaSpy DB docs, and GitHub Pages

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

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. spring-security-dynamic-roles-inheritance-model-example

    An example of dynamic roles inheritance model and Spring Security

    You can find the entire repository with code examples by this link. The test that generates the SchemaSpy docs is available by this link.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. PostgreSQL

    Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch

    PostgreSQL

  4. schemaspy

    Database documentation built easy

    SchemaSpy is a standalone application that connects to the database, scans its tables and schemas, and generated nicely composed HTML documentation. You can check out an example sample by this link but I'm showing you just one screenshot to clarify my point.

  5. pages-gem

    A simple Ruby Gem to bootstrap dependencies for setting up and maintaining a local Jekyll environment in sync with GitHub Pages

    How to host the generated database documentation on GitHub Pages?

  6. Testcontainers

    Testcontainers is a Java library that supports JUnit tests, providing lightweight, throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container.

    Finally, we put the directory with generated contents (HTML, CSS, JS) into a tarball. Testcontainers library allows to copy files from a container to the OS but not directories. That’s why we need an archive inside the SchemaSpy container.

  7. Gradle

    Adaptable, fast automation for all

    Define the buildFolderPath that points to the build/classes/java/test directory (I use Gradle in this project).

  8. jarchivelib

    A simple archiving and compression library for Java

    And finally, I unpack the archive contents to the same directory (I use jararchivelib library here).

  9. SaaSHub

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

    SaaSHub logo
  10. debezium

    Change data capture for a variety of databases. Please log issues at https://issues.redhat.com/browse/DBZ.

    Data engineers have to be aware of tables structure to deal with Change Data Capture events correctly.

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

  • JOOQ Is Not a Replacement for Hibernate. They Solve Different Problems

    1 project | dev.to | 11 Jan 2025
  • Optimize Database Performance in Ruby on Rails and ActiveRecord

    2 projects | news.ycombinator.com | 9 Nov 2024
  • Capítulo 9 - Consistencia y Consenso

    1 project | dev.to | 14 Oct 2024
  • How to choose the right type of database

    15 projects | dev.to | 28 Feb 2024
  • SQL-Parsing

    2 projects | /r/SQL | 25 Jun 2023

Did you know that Java is
the 8th most popular programming language
based on number of references?