Create a Cassandra schema for a super column with metadata
问题 I want the following structure in my database with the cassandra -cli for example I have a person with an address and the address contains a zipcode, housenumber etc schematic it looks like this: name: "address", value: { city: {name: "city", value: "San Francisco"}, street: {name: "street", value: "555 Union Street"}, zip: {name: "zipcode", value: "94105"}, } I know how to create a supercolumn and normal columns. But I want to use the column_metadata to specify how the colums in a