[
https://issues.apache.org/jira/browse/CALCITE-109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Julian Hyde resolved CALCITE-109.
---------------------------------
Resolution: Duplicate
Fix Version/s: 1.8.0
Due to CALCITE-1259 being fixed, all of the options of MongoSchemaFactory are
automatically available as connect-string parameters. Thus, you can connect
using
{{jdbc:calcite:schemaFactory=org.apache.calcite.adapter.mongodb.MongoSchemaFactory;
schema.host=localhost; schema.database=foodmart}}.
> Add JDBC options so that you can connect to MongoDB without a model file
> ------------------------------------------------------------------------
>
> Key: CALCITE-109
> URL: https://issues.apache.org/jira/browse/CALCITE-109
> Project: Calcite
> Issue Type: Bug
> Reporter: GitHub Import
> Labels: github-import
> Fix For: 1.8.0
>
>
> Add JDBC options so that you can connect to MongoDB without a model file.
> Something like this:
> ```
> jdbc:optiq:adapter=mongodb;url=mongodb://localhost/databasename
> ```
> ---------------- Imported from GitHub ----------------
> Url: https://github.com/julianhyde/optiq/issues/109
> Created by: [julianhyde|https://github.com/julianhyde]
> Labels:
> Created at: Mon Dec 30 19:28:01 CET 2013
> State: open
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)