Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Cookbook | 11,769 | 2 months ago | 110 | apache-2.0 | ||||||
The Data Engineering Cookbook | ||||||||||
Flink Sql Cookbook | 594 | 7 months ago | 3 | apache-2.0 | Dockerfile | |||||
The Apache Flink SQL Cookbook is a curated collection of examples, patterns, and use cases of Apache Flink SQL. Many of the recipes are completely self-contained and can be run in Ververica Platform as is. | ||||||||||
Free Web Books | 542 | a month ago | 1 | JavaScript | ||||||
Learn books from TCP/IP | HTTP(s) | HTML、CSS、JS、JQuery | Vue | PHP | Web | Web Server | ||||||||||
Apache2 | 277 | 14 days ago | 7 | apache-2.0 | Ruby | |||||
Development repository for the apache2 cookbook | ||||||||||
Camel Cookbook Examples | 222 | 3 years ago | 60 | apache-2.0 | Java | |||||
Example source code for Apache Camel Developer's Cookbook | ||||||||||
Awesome Chef | 134 | 7 years ago | 1 | |||||||
A curated list of amazingly awesome Chef resources | ||||||||||
Nagios | 124 | 14 days ago | 10 | apache-2.0 | Ruby | |||||
Development repository for the nagios cookbook | ||||||||||
Pyspark Cookbook | 76 | 4 months ago | mit | HTML | ||||||
PySpark Cookbook, published by Packt | ||||||||||
Gitorious Cookbooks | 74 | 10 years ago | 9 | Ruby | ||||||
Cookbooks collection for being used by Gitorious and chef-solo | ||||||||||
Apachekarafcookbook | 62 | 6 years ago | 6 | other | Java | |||||
Samples for Packt Publishing's Apache Karaf Cookbook |
This project contains the sample code for the Apache Camel Developer's Cookbook, 2nd Edition (Packt Publishing, TBD 2017) by Scott Cranton, Jakub Korab, and Christian Posta. The latest version of this code is available on GitHub.
This project is up to date with Apache Camel 2.20.0.
All of the examples are driven through JUnit tests, and are collectively structured as a set of Apache Maven projects. To execute them, you will need a copy of the Java 8 JDK and an Apache Maven 3 installation. Maven will download all of the appropriate project dependencies.
In order to execute all the tests, all you need to do is run:
$ mvn clean install