Data should be Fun
With , it is.
Read how
V
What is Kafka Dance?
Kafka Dance is a simple, elegant way to interact with your Kafka servers.
Query data your way
Search your message history
{"eventType":"purchase","username":"sagev","itemName":"Bean Enchilada","quantity":2,"purchaseId":"a59038fa-5098-4e7a-836b-f62342ac445b"}
Or monitor in real time
{
"eventType": "purchase",
"username": "sagev",
"itemName": "Bean Enchilada",
"quantity": 2,
"purchaseId": "a59038fa-5098-4e7a-836b-f62342ac445b"
}
Flexible search
Powered by Javascript
=> message.approvedBy === "westonm"
{
"eventType": "refund",
"username": "sagev",
"refundStatus": "APPROVED",
"approvedBy": "westonm",
"purchaseId": "a59038fa-5098-4e7a-836b-f62342ac445b"
}