During development of cassandra datamodel how to very quickly do a commandline syntax check before executing the commands using cqlsh to avoid unnecessary troubleshooting? The larger the cql the more valuable the syntax check is.
Asked
Active
Viewed 1,081 times
0
-
1I would suggest going to cassandra mailing list for this one, this might even becomme some feature request. Sometimes Dev Center dosn't really help. Most of the cassandra related apps leave this directly to cassandra i.e. https://zeppelin.apache.org/docs/0.6.1/interpreter/cassandra.html - section about Syntax Validation – Marko Švaljek Mar 22 '17 at 23:25
1 Answers
1
try DevCenter from DataStax, it's free and I think it works on both non-DSE and DSE platforms

juniormint88
- 206
- 1
- 3