Instancio 2.2.0 released

This page summarizes the projects mentioned and recommended in the original post on /r/java

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • instancio

    A library that creates fully populated objects for your unit tests.

    Instancio is a Java library that aims to eliminate (or at least reduce) manual data setup in unit tests. In a nutshell, you specify a class, and it returns a fully-populated instance. Github's README provides a quick overview: https://github.com/instancio/instancio/

  • instancio-quickstart

    Sample project demonstarting main features of Instancio

    https://github.com/instancio/instancio-quickstart/ - sample project to get started and play around with the API

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

  • datafaker

    Generating fake data for the JVM (Java, Kotlin, Groovy) has never been easier!

    Looks a lot like DataFaker Any pros and cons or differences compared to this?

  • instancio-samples

    Instancio sample projects

    You can actually combine the two libraries together. Somebody suggested an integration in my earlier post and I ended up creating a sample project. It uses Instancio SPI and DataFaker to auto-generate POJOs with realistic looking data.

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