Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
source code  links
  • Loading branch information
tomasfabian authored Feb 18, 2021
1 parent 4f56242 commit 441ea2e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Kafka.DotNet.ksqlDB
Kafka.DotNet.ksqlDB is a LINQ-enabled client API for issuing ksqlDB push queries and consuming JSON payloads

[Source code](https://github.com/tomasfabian/Joker/tree/master/Joker.Kafka)

[Unit test](https://github.com/tomasfabian/Joker/tree/master/Tests/Joker.Kafka.Tests)

This package generates ksql queries from your .NET C# linq queries. You can filter, project, limit etc. your push notifications server side with [ksqlDB push queries](https://docs.ksqldb.io/en/latest/developer-guide/ksqldb-rest-api/streaming-endpoint/)

```
Expand Down

0 comments on commit 441ea2e

Please sign in to comment.