Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/_include/links.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
[Executable stack with Apache Kafka, Apache Flink, and CrateDB]: https://github.com/crate/cratedb-examples/tree/main/framework/flink/kafka-jdbcsink-java
[Geospatial Data Model]: https://cratedb.com/data-model/geospatial
[Geospatial Database]: https://cratedb.com/geospatial-spatial-database
[Hibernate]: https://hibernate.org/
[HNSW]: https://en.wikipedia.org/wiki/Hierarchical_navigable_small_world
[HNSW paper]: https://arxiv.org/pdf/1603.09320
[HoloViews]: https://www.holoviews.org/
Expand All @@ -45,6 +46,8 @@
[inverted index]: https://en.wikipedia.org/wiki/Inverted_index
[JDBC]: https://en.wikipedia.org/wiki/Java_Database_Connectivity
[JOIN]: inv:crate-reference#sql_joins
[jOOQ]: https://www.jooq.org/
[JPA]: https://en.wikipedia.org/wiki/Jakarta_Persistence
[JSON Database]: https://cratedb.com/solutions/json-database
[kNN]: https://en.wikipedia.org/wiki/K-nearest_neighbor_algorithm
[LangChain and CrateDB: Code Examples]: https://github.com/crate/cratedb-examples/tree/main/topic/machine-learning/langchain
Expand Down
17 changes: 17 additions & 0 deletions docs/_include/logos.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<!-- markdownlint-disable MD034 -->
<!-- markdownlint-disable MD053 -->

[CrateDB home]: https://cratedb.com/
[CrateDB logo]: https://avatars.githubusercontent.com/u/4048232?s=200&v=4
[Flink home]: https://flink.apache.org/
[Flink logo]: https://flink.apache.org/img/logo/png/50/color_50.png
[Hibernate logo]: https://logo.svgcdn.com/devicon/hibernate-original.svg
[jOOQ logo]: https://www.jooq.org/img/jooq-logo-black.png
[JUnit home]: https://junit.org/
[JUnit logo]: https://avatars.githubusercontent.com/u/874086?s=200&v=4
[PostgreSQL home]: https://www.postgresql.org/
[PostgreSQL logo]: https://jdbc.postgresql.org/icons/postgreslogo.svg
[Spark logo]: https://www.vectorlogo.zone/logos/apache_spark/apache_spark-icon.svg
[Spark home]: https://spark.apache.org/
[Testcontainers for Java]: https://testcontainers.com/guides/getting-started-with-testcontainers-for-java/
[Testcontainers logo]: https://avatars.githubusercontent.com/u/13393021?s=200&v=4
2 changes: 1 addition & 1 deletion docs/connect/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ application
:maxdepth: 1
:hidden:

java
java/index
javascript
php
python
Expand Down
191 changes: 0 additions & 191 deletions docs/connect/java.md

This file was deleted.

13 changes: 13 additions & 0 deletions docs/connect/java/_jdbc_example.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
orphan: true
---
:::{card}
:link: https://github.com/crate/cratedb-examples/tree/main/by-language/java-jdbc
:link-type: url
:width: 50%
{material-regular}`play_arrow;2em`
Connect to CrateDB using JDBC.
+++
Demonstrates a basic example using both the vanilla PostgreSQL JDBC Driver
and the CrateDB JDBC Driver.
:::
Loading