Spring, SchemaSpy DB docs, and GitHub Pages

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

  • 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

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

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

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

  • Gradle

    Adaptable, fast automation for all

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

  • 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).

  • SaaSHub

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

    SaaSHub logo
  • 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

  • How to choose the right type of database

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

    2 projects | /r/SQL | 25 Jun 2023
  • Introducing Bld: A New Pure Java Build System

    14 projects | /r/java | 12 Apr 2023
  • Primeiros passos no desenvolvimento Java em 2023: um guia particular

    13 projects | dev.to | 19 Jan 2023
  • Analysing Github Stars - Extracting and analyzing data from Github using Apache NiFi®, Apache Kafka® and Apache Druid®

    8 projects | dev.to | 11 Jan 2023