Hosting example integrations provided by users
Name | Description | Tags |
---|---|---|
kafkaToLog | A camel route reading from a kafka topic and logging it to the screen | #kafka #log |
postgresqlToLog | A camel route querying a Postgresql database and logging it to the screen | #database #sql #postgresql #log |
Account Transactions | A set of camel routes that generates CSV-like records, submits it to a kafka topic and later on store it into a Postgresql database | # kafka #database #sql #postgresql #log |