-
Notifications
You must be signed in to change notification settings - Fork 1
Navigation: Relocate reference links in learning path sections #379
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
<!-- markdownlint-disable MD034 --> | ||
<!-- markdownlint-disable MD053 --> | ||
|
||
[ADBC]: https://arrow.apache.org/docs/format/ADBC.html | ||
[Admin UI]: inv:crate-admin-ui:*:label#index | ||
[Amazon DynamoDB Streams]: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Streams.html | ||
[Amazon Kinesis Data Streams]: https://docs.aws.amazon.com/streams/latest/dev/introduction.html | ||
|
@@ -16,6 +17,7 @@ | |
[CrateDB BLOBs]: inv:crate-reference:*:label#blob_support | ||
[CrateDB Cloud]: inv:cloud:*:label#index | ||
[CrateDB Cloud Console]: https://console.cratedb.cloud/ | ||
[CrateDB Examples]: https://github.com/crate/cratedb-examples | ||
[CrateDB JDBC Driver]: https://cratedb.com/docs/jdbc/ | ||
[CrateDB Reference Manual]: inv:crate-reference:*:label#index | ||
[CrateDB Self-Managed]: https://cratedb.com/product/self-managed | ||
|
@@ -37,9 +39,11 @@ | |
[HNSW paper]: https://arxiv.org/pdf/1603.09320 | ||
[HoloViews]: https://www.holoviews.org/ | ||
[HoloViz]: https://holoviz.org/ | ||
[HTTP protocol]: https://en.wikipedia.org/wiki/HTTP | ||
[Indexing, Columnar Storage, and Aggregations]: https://cratedb.com/product/features/indexing-columnar-storage-aggregations | ||
[InfluxDB]: https://github.com/influxdata/influxdb | ||
[inverted index]: https://en.wikipedia.org/wiki/Inverted_index | ||
[JDBC]: https://en.wikipedia.org/wiki/Java_Database_Connectivity | ||
[JOIN]: inv:crate-reference#sql_joins | ||
[JSON Database]: https://cratedb.com/solutions/json-database | ||
[kNN]: https://en.wikipedia.org/wiki/K-nearest_neighbor_algorithm | ||
|
@@ -60,7 +64,9 @@ | |
[Multi-model Database]: https://cratedb.com/solutions/multi-model-database | ||
[nearest neighbor search]: https://en.wikipedia.org/wiki/Nearest_neighbor_search | ||
[Nested Data Structure]: https://cratedb.com/product/features/nested-data-structure | ||
[ODBC]: https://en.wikipedia.org/wiki/Open_Database_Connectivity | ||
[PostgreSQL JDBC Driver]: https://jdbc.postgresql.org/ | ||
[PostgreSQL wire protocol]: https://www.postgresql.org/docs/current/protocol.html | ||
[python-dbapi-by-example]: inv:crate-python:*:label#by-example | ||
[python-sqlalchemy-by-example]: inv:sqlalchemy-cratedb:*:label#by-example | ||
[query DSL based on JSON]: https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl.html | ||
|
@@ -69,6 +75,7 @@ | |
[Replicating CDC events from DynamoDB to CrateDB]: https://cratedb.com/blog/replicating-cdc-events-from-dynamodb-to-cratedb | ||
[Replicating CDC events to CrateDB using AWS DMS]: https://cratedb.com/blog/replicating-cdc-events-to-cratedb-using-aws-dms | ||
[Replicating data to CrateDB with Debezium and Kafka]: https://community.cratedb.com/t/replicating-data-to-cratedb-with-debezium-and-kafka/1388 | ||
[SQL]: https://en.wikipedia.org/wiki/Sql | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same - remove? |
||
[TF–IDF]: https://en.wikipedia.org/wiki/Tf%E2%80%93idf | ||
[timeseries-queries-and-visualization-colab]: https://colab.research.google.com/github/crate/cratedb-examples/blob/main/topic/timeseries/timeseries-queries-and-visualization.ipynb | ||
[timeseries-queries-and-visualization-github]: https://github.com/crate/cratedb-examples/blob/main/topic/timeseries/timeseries-queries-and-visualization.ipynb | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't this be removed as we are not using it anywhere (and I also don't think we should).