cyclop
cyclop copied to clipboard
Cyclop is a web based editor for Cassandra Query Language
See: TestQueryService#testExecute_CompoundPkNoDynamicColumns
Values for configured columns names (regex list) should be hidden. This can be used to hide values for password-like columns, or other used sensitive data
Currently we upload whole import file to server, divide it into chunks, and each chunk is being submitted to execution service, so that it can be processed in parallel. New...