Looking to enhance your analytical experience with Kafka data? Follow this guide to be connected to your data and querying in your tools in minutes.
Ensure your Kafka instance is accessible and configured for your needs.
Set up your Schema Registry to use TopicNameStrategy for managing schemas.
Verify that your data is formatted correctly using either JsonSchema or Avro.
To ensure the smooth evolution of table structures in A.S.K. we support backwards (the default) and backwards transitive compatibility types.
SHOW TABLES;
SELECT line FROM readme ORDER BY lineno;
SET SESSION streambased_connection =
SELECT a.accounttype,
count(t.transactionamount) as deposit_count,
sum(t.transactionamount) as deposit_total
FROM
demo_transactions t
JOIN
demo_accounts a on t.accountId = a.accountId
WHERE
t.transactiontype='Deposit'
GROUP BY
a.accounttype;
The zero signup nature of A.S.K. means that we cannot apply Streambased super fast acceleration technology. Contact us today to get a dedicated Streambased cluster and experience up to 30x speed up on your queries.