StackShareStackShare
Follow on
StackShare

Discover and share technology stacks from companies around the world.

Product

  • Stacks
  • Tools
  • Companies
  • Feed

Company

  • About
  • Blog
  • Contact

Legal

  • Privacy Policy
  • Terms of Service

© 2025 StackShare. All rights reserved.

API StatusChangelog
  1. Home
  2. Companies
  3. Cantiz
Cantiz logo

Cantiz

Verified

An umbrella brand for all products from Attinad Software

Thiruvananthapuramnucleus.cantiz.com
66
Tools
3
Decisions
0
Followers

Tech Stack

Application & Data

17 tools

Cassandra logo
Cassandra
Presto logo
Presto
AngularJS logo
AngularJS
RocksDB logo
RocksDB
MySQL logo
MySQL
MongoDB logo
MongoDB
Node.js logo
Node.js
Golang logo
Golang
Spring Boot logo
Spring Boot
HTML5 logo
HTML5
Java logo
Java
PostgreSQL logo
PostgreSQL
TypeScript logo
TypeScript
Android SDK logo
Android SDK
Objective-C logo
Objective-C
Python logo
Python
LoopBack logo
LoopBack

Utilities

3 tools

Google Analytics logo
Google Analytics
Slack logo
Slack
Elasticsearch logo
Elasticsearch

DevOps

2 tools

Beats logo
Beats
Amazon CloudWatch logo
Amazon CloudWatch

Team Members

Karthik Raveendran
Karthik RaveendranCPO
Tamojit Sengupta
Tamojit SenguptaVP
Anwith CT
Anwith CTTechnical Architect

Engineering Blog

Stack Decisions

Karthik Raveendran
Karthik Raveendran

Nov 5, 2019

GoLand was preferred over VS Code. GoLang plugin for VS code suffers from inconsistent behavior, auto completion issues. Support for packaging modules like dep/go modules is better in GoLang. Debugger integration is pretty poort in VS Code for GoLang

980 views980
Comments
Karthik Raveendran
Karthik Raveendran

Nov 5, 2019

Was chosen over HiveMQ due to HiveMQ's proprietary nature and the pricing model. The platform was initially built with HiveMQ as the channel to publish sensor events over MQTT. VerneMQ was analyzed but we needed a shared subscription model to client side load balancing for for a host of Kafka MQTT consumers. VerneMQ didn't support this feature when we started building the platform. We later migrated to VerneMQ when they started supporting shared subscriptions from version 5.0

1.17k views1.17k
Comments
Karthik Raveendran
Karthik Raveendran

Nov 5, 2019

The platform deals with time series data from sensors aggregated against things( event data that originates at periodic intervals). We use Cassandra as our distributed database to store time series data. Aggregated data insights from Cassandra is delivered as web API for consumption from other applications. Presto as a distributed sql querying engine, can provide a faster execution time provided the queries are tuned for proper distribution across the cluster. Another objective that we had was to combine Cassandra table data with other business data from RDBMS or other big data systems where presto through its connector architecture would have opened up a whole lot of options for us.

225k views225k
Comments