Streambased A.S.K.

Streambased Analytics Service for Kafka (A.S.K.) is a SQL based analytics service for Apache Kafka compatible data streaming platforms. No complex setups, no sign up and no data movement is required to connect to Streambased ASK. Streambased ASK without acceleration is free to use and can connect to your Kafka instantly so go check it out.

Note:- A.S.K. doesn't have acceleration technology available by default, the Streambased acceleration technology offers up to 100x faster queries, if you need the acceleration technology through the A.S.K. solution please contact us

Note before using A.S.K. make sure that the following preconditions are met:

  • Ensure your Kafka instance is publicly accessible and configured for your needs.

  • Set up your Schema Registry to use TopicNameStrategy.

  • 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.

Streambased A.S.K requires the following connection properties (note the inclusion of Schema Registry configurations):

bootstrap.servers
security.protocol
sasl.jaas.config
schema.registry.url
basic.auth.user.info

Last updated