From 1e483234e84677a966b830a4feffef6cd1671445 Mon Sep 17 00:00:00 2001 From: Alessandro Leite Date: Tue, 9 Jun 2015 00:24:22 +0200 Subject: [PATCH 1/3] Include DotCi and MapDB in the CI and database section --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 42667c8..8829765 100644 --- a/README.md +++ b/README.md @@ -119,6 +119,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [Bamboo](https://www.atlassian.com/software/bamboo) - Atlassian's solution with good integration of other products. You can either apply for an Open Source license or buy it. * [CircleCI](https://circleci.com/) - Hosted service with a free trial. * [Codeship](https://www.codeship.io/features) - Hosted services with a limited free plan. +* [DotCi](https://github.com/groupon/DotCi) - It provides GitHub build management and continuous integration through docker on Jenkins. * [Go](http://www.thoughtworks.com/products/go-continuous-delivery) - ThoughtWork's CI open source solution. * [Jenkins](http://jenkins-ci.org/) - Provides server-based deployment services. * [TeamCity](http://www.jetbrains.com/teamcity/) - JetBrain's CI solution with a free version. @@ -141,6 +142,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [JDBI](http://jdbi.org/) - Convenient abstraction of JDBC. * [jOOQ](http://www.jooq.org/) - Generates typesafe code based on SQL schema. * [Liquibase](http://www.liquibase.org/) - An open source database-independent library for tracking, managing and applying database schema changes. +* [MapDB](http://www.mapdb.org/) - An embedded database engine that provides concurrent Java collections backed on disk or in off-heap memory. * [Presto](https://github.com/facebook/presto) - Distributed SQL query engine for big data. * [Querydsl](http://www.querydsl.com/) - Typesafe unified queries for Java. From 6e86202ead065c67b85a89e59d6c19d3d98eac57 Mon Sep 17 00:00:00 2001 From: Alessandro Leite Date: Tue, 23 Jun 2015 14:18:10 +0200 Subject: [PATCH 2/3] Remove the reference to DotCi and include the reference to Crate --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 223d796..bba8ce8 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,6 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [Bamboo](https://www.atlassian.com/software/bamboo) - Atlassian's solution with good integration of other products. You can either apply for an Open Source license or buy it. * [CircleCI](https://circleci.com/) - Hosted service with a free trial. * [Codeship](https://www.codeship.io/features) - Hosted services with a limited free plan. -* [DotCi](https://github.com/groupon/DotCi) - It provides GitHub build management and continuous integration through docker on Jenkins. * [Go](http://www.thoughtworks.com/products/go-continuous-delivery) - ThoughtWork's CI open source solution. * [Jenkins](http://jenkins-ci.org/) - Provides server-based deployment services. * [TeamCity](http://www.jetbrains.com/teamcity/) - JetBrain's CI solution with a free version. @@ -136,6 +135,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o *Everything which simplifies interactions with the database.* * [Apache Phoenix](http://phoenix.apache.org/) - High performance relational database layer over HBase for low latency applications. +* [Crate](https://crate.io/) - A distributed data store that implements data synchronization, sharding, scaling, and replication. In addition, it provides a SQL-based syntax to execute queries across a cluster. * [Flyway](http://flywaydb.org/) - Simple database migration with Java API. * [H2](http://h2database.com/) - Small SQL Database notable for its in-memory functionality. * [HikariCP](https://github.com/brettwooldridge/HikariCP) - High performance JDBC connection pool. From 68d96282be48d37219c31ac8b4084f5ea14ebbf4 Mon Sep 17 00:00:00 2001 From: Alessandro Leite Date: Wed, 24 Jun 2015 17:04:42 +0200 Subject: [PATCH 3/3] Include the Gephi platform in the Utility section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bba8ce8..7c3ef72 100644 --- a/README.md +++ b/README.md @@ -494,6 +494,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [Apache Commons](http://commons.apache.org/) - Provides different general purpose functions like configuration, validation, collections, file upload or XML processing. * [args4j](http://args4j.kohsuke.org/) - Command line arguments parser. +* [Gephi](https://github.com/gephi/gephi/) - A cross-platform for visualizing and manipulating large graph networks. * [Guava](https://github.com/google/guava) - Collections, caching, primitives support, concurrency libraries, common annotations, string processing, I/O, and so forth. * [JADE](http://jade.tilab.com/) - Providers a framework and an environment to build and to debug multi-agent systems. * [javatuples](http://www.javatuples.org/) - Does what it says, although the concept of tuples in general is debatable.