22 lines
1.3 KiB
Markdown
22 lines
1.3 KiB
Markdown
## Data Libraries
|
|
|
|
This module contains articles about libraries for data processing in Java.
|
|
|
|
### Relevant articles
|
|
- [Introduction to Apache Flink with Java](https://www.baeldung.com/apache-flink)
|
|
- [Guide to the HyperLogLog Algorithm](https://www.baeldung.com/java-hyperloglog)
|
|
- [Introduction to Conflict-Free Replicated Data Types](https://www.baeldung.com/java-conflict-free-replicated-data-types)
|
|
- [Introduction to javax.measure](https://www.baeldung.com/javax-measure)
|
|
- [A Guide to Infinispan in Java](https://www.baeldung.com/infinispan)
|
|
- [Guide to JMapper](https://www.baeldung.com/jmapper)
|
|
- [An Introduction to SuanShu](https://www.baeldung.com/suanshu)
|
|
- [Intro to Derive4J](https://www.baeldung.com/derive4j)
|
|
- [Java-R Integration](https://www.baeldung.com/java-r-integration)
|
|
- [Univocity Parsers](https://www.baeldung.com/java-univocity-parsers)
|
|
- [Using Kafka MockConsumer](https://www.baeldung.com/kafka-mockconsumer)
|
|
- [Using Kafka MockProducer](https://www.baeldung.com/kafka-mockproducer)
|
|
- More articles: [[<-- prev]](/../libraries-data)
|
|
|
|
##### Building the project
|
|
You can build the project from the command line using: *mvn clean install*, or in an IDE. If you have issues with the derive4j imports in your IDE, you have to add the folder: *target/generated-sources/annotations* to the project build path in your IDE.
|