Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o
- [Machine Learning](#machine-learning)
- [Messaging](#messaging)
- [Miscellaneous](#miscellaneous)
- [Monitoring](#monitoring)
- [Natural Language Processing](#natural-language-processing)
- [Networking](#networking)
- [ORM](#orm)
Expand Down Expand Up @@ -268,6 +269,13 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o
* [OpenRefine](http://openrefine.org/) - Tool for working with messy data: cleaning, transforming, extending it with web services and linking it to databases.
* [RoboVM](http://www.robovm.org/) - Write native iOS apps in Java.

## Monitoring

*Tools that monitor applications in production.*

* [New Relic](http://newrelic.com/) - Cloud application software management.
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please be more descriptive and also add pricing information.

* [Takipi](https://www.takipi.com/) - See the code and variable values behind the errors on your server.
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add pricing information


## Natural Language Processing

*Libraries that specialize on processing text.*
Expand Down