Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 494 Bytes

5_QueriesExamples.md

File metadata and controls

19 lines (10 loc) · 494 Bytes

Filtering/Searching

Linguistic assignment

Fuzzy join using linguistic assignment

Fuzzy join using intersection of triangles

Fuzzy grouping using linguistic assignment

Finding the membership degree of specific linguistic value

State detection using KSQL only

Plans for improvements

  • Implementation of the state detection done on Kafka Streams API instead of KSQL only
  • Changing all bruteforce/high resource usage (not optimal complexities) to more efficient approaches