Cassandra database project in Visual Studio -
i use database project in visual studio track sql server schema changes , create scripts deploy these changes environment prior code deployment.
i investigating cassandra research projects , wondering if there similar. able track schema changes , deploy whatever environment needed in.
is feasible in way cassandra supposed used? instance if wanted column per user like, someuserinfo_user_10, code see if column defined prior usage? can see table columns , secondary indexes becoming no man's land , forgotten.
the closest thing i've seen describe gui tool called datastax devcenter. lets connect different cassandra clusters, explore , modify schemas, create/save/execute cql scripts, view query results , query traces. looks built on top of eclipse codebase. can see details of how tables defined, including secondary indexes it.
you same things command line , cqlsh, if gui interface, might worth checking out.
you can download here.
they have gui called opscenter think more monitoring clusters, haven't tried one.
Comments
Post a Comment