Refactoring samples

Restructuring the samples repository
Add more docker support
Add acceptance tests for the apps
Adding sensor average processor sample
Remove aggregate samples
This commit is contained in:
Soby Chacko
2018-03-08 16:06:52 -05:00
parent b2cecb08bc
commit e94de0d535
368 changed files with 4428 additions and 3470 deletions

View File

@@ -0,0 +1,11 @@
spring:
datasource:
url: jdbc:mariadb://localhost:3306/sample_mysql_db
username: root
password: pwd
driver-class-name: org.mariadb.jdbc.Driver
jdbc:
query: select id, name, tag from test order by id
triggerDelay: 5
spring.cloud.stream.bindings.output.destination: test-data
spring.cloud.stream.bindings.input.destination: test-data