Storing schema less data in cassandra
Asked Answered
A

1

5

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.

Amathiste answered 13/10, 2014 at 9:2 Comment(0)
S
7

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

Semite answered 13/10, 2014 at 19:53 Comment(1)
thank you very much Carlo for your help. please help me in this also #26353713Amathiste

© 2022 - 2024 — McMap. All rights reserved.