Skip to content

Commit 6e86202

Browse files
Remove the reference to DotCi and include the reference to Crate
1 parent 81438c8 commit 6e86202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o
119119
* [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.
120120
* [CircleCI](https://circleci.com/) - Hosted service with a free trial.
121121
* [Codeship](https://www.codeship.io/features) - Hosted services with a limited free plan.
122-
* [DotCi](https://github.com/groupon/DotCi) - It provides GitHub build management and continuous integration through docker on Jenkins.
123122
* [Go](http://www.thoughtworks.com/products/go-continuous-delivery) - ThoughtWork's CI open source solution.
124123
* [Jenkins](http://jenkins-ci.org/) - Provides server-based deployment services.
125124
* [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
136135
*Everything which simplifies interactions with the database.*
137136

138137
* [Apache Phoenix](http://phoenix.apache.org/) - High performance relational database layer over HBase for low latency applications.
138+
* [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.
139139
* [Flyway](http://flywaydb.org/) - Simple database migration with Java API.
140140
* [H2](http://h2database.com/) - Small SQL Database notable for its in-memory functionality.
141141
* [HikariCP](https://github.com/brettwooldridge/HikariCP) - High performance JDBC connection pool.

0 commit comments

Comments
 (0)