I am creating an application for auditing my web application. so I want to store all audit log in CASSANDRA db, and data is not pre-defined that, what we gonna store into db, basically It should be store into a schema less db. so how we can store it into Cassandra. Please help me guys.
Storing schema less data in cassandra
Asked Answered
Cassandra is not anymore "schemaless", however using a Map on Cassandra 2.1 you can have a behaviour similar to what you could do in older versions. In this post you can find a detailed answer.
HTH, Carlo
thank you very much Carlo for your help. please help me in this also #26353713 –
Amathiste
© 2022 - 2024 — McMap. All rights reserved.