I logged https://issues.apache.org/jira/browse/CALCITE-1259 <https://issues.apache.org/jira/browse/CALCITE-1259> because I thought it would be useful for people to connect to Calcite without writing a model. In particular, they might want to use the Cassandra or MongoDB or Elasticsearch adapters as a SQL interface. For example, with this feature you can connect to Cassandra using the connect string
jdbc:calcite:schemaFactory=org.apache.calcite.adapter.cassandra.CassandraSchemaFactory; schema.host=localhost; schema.keyspace=twissandra Can someone review before I commit? Any ideas for how to further reduce friction on people using adapters? Julian
