File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 7
7
[ cloud-datashader-github ] : https://github.com/crate/cratedb-examples/blob/amo/cloud-datashader/topic/timeseries/explore/cloud-datashader.ipynb
8
8
[ CTE ] : inv:crate-reference#sql_dql_with
9
9
[ CrateDB's PostgreSQL interface ] : inv:crate-reference#interface-postgresql
10
+ [ crate-jdbc-standalone ] : https://repo1.maven.org/maven2/io/crate/crate-jdbc-standalone/
11
+ [ crate-jdbc-standalone-latest.jar ] : https://repo1.maven.org/maven2/io/crate/crate-jdbc-standalone/2.7.0/crate-jdbc-standalone-2.7.0.jar
10
12
[ dask-weather-data-colab ] : https://colab.research.google.com/github/crate/cratedb-examples/blob/main/topic/timeseries/dask-weather-data-import.ipynb
11
13
[ dask-weather-data-github ] : https://github.com/crate/cratedb-examples/blob/main/topic/timeseries/dask-weather-data-import.ipynb
12
14
[ Datashader ] : https://datashader.org/
Original file line number Diff line number Diff line change 1
1
(datagrip)=
2
2
# DataGrip
3
3
4
+ :::{include} /_ include/links.md
5
+ :::
6
+
4
7
``` {div}
5
8
:style: "float: right; margin-left: 0.5em"
6
9
[{w=120px}](https://www.jetbrains.com/datagrip/)
@@ -32,7 +35,7 @@ using the "Custom JARs" option when adding a database driver.
32
35
:::
33
36
:::{grid-item}
34
37
[ crate-jdbc-standalone] is the right choice here.
35
- For example, download and use the [ crate-jdbc-standalone-2.7.0 .jar] JAR file,
38
+ For example, download and use the [ crate-jdbc-standalone-latest .jar] JAR file,
36
39
and select the driver class ` io.crate.client.jdbc.CrateDriver ` .
37
40
:::
38
41
:::{grid-item}
@@ -97,7 +100,5 @@ any contributions and reports.
97
100
[ CrateDB Cloud ] : https://cratedb.com/product/cloud
98
101
[ CrateDB JDBC Driver ] : https://cratedb.com/docs/jdbc/
99
102
[ CrateDB Self-Managed ] : https://cratedb.com/product/self-managed
100
- [ crate-jdbc-standalone ] : https://repo1.maven.org/maven2/io/crate/crate-jdbc-standalone/
101
- [ crate-jdbc-standalone-2.7.0.jar ] : https://repo1.maven.org/maven2/io/crate/crate-jdbc-standalone/2.7.0/crate-jdbc-standalone-2.7.0.jar
102
103
[ DataGrip ] : https://www.jetbrains.com/datagrip/
103
104
[ Tool: DataGrip ] : https://github.com/crate/crate/labels/tool%3A%20DataGrip
You can’t perform that action at this time.
0 commit comments