Category

There are different categories of Sinks

https://github.com/apache/streampipes/blob/dev/streampipes-model/src/main/java/org/apache/streampipes/model/DataSinkType.java

INTERNAL("_Internal", ""),
VISUALIZATION_CHART("Charts", ""),
VISUALIZATION_GEO("Geospatial Visualization", ""),
DATABASE("Database", ""),
STORAGE("Storage", ""),
FORWARD("Forward", ""),
NOTIFICATION("Notifications", ""),
ACTUATOR("Actuators", ""),
MESSAGING("Messaging Systems", ""),
UNCATEGORIZED("Uncategorized", "");


Types

  • Brokers
  • Database JVM
    • JDBC Based
      • MySQL
      • Postgres
      • PostGIS
    • Redis
    • CouchDB
    • Ditto
    • iotdb
    • Upuca
  • Database Flink
    • ElasticSearch
  • Internal
    • Datalake
    • Notification
  • Notification JVM
    • Email
    • OneSignal
    • Slack
    • telegram

  • No labels