phact / CassandraDataModeler

Data Modeler and diagnostic tool for Cassandra
http://www.sestevez.com/sestevez/CassandraDataModeler/
Apache License 2.0
24 stars 12 forks source link

Make schemas shareable #21

Open jeromatron opened 9 years ago

jeromatron commented 9 years ago

It would be nice to be able to share schemas with others, including perhaps the distributions in the second tab. The schema itself would be fine as a start though.

phact commented 9 years ago

If you export the cassandra-stress.yaml you essentially have all the information about the schema and the field distributions. Does that satisfy this requirement? @jeromatron ?

jeromatron commented 9 years ago

Yes for sharing I think that's fine. Also would there be value in being able to import them into the tool as well to tweak things with the interface?

phact commented 9 years ago

Yeah let's re-focus this issue to address import export. I'll have to add a js yaml parser but it could work nicely.