-
Notifications
You must be signed in to change notification settings - Fork 2
Add Data modelling section #270
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 1 commit
Commits
Show all changes
61 commits
Select commit
Hold shift + click to select a range
dd62b9b
Data modelling: Add new section
stephanec76 2549006
Data modelling: Fix page about "relational data"
surister 73ce057
Data modelling: Fix page about "json data"
zolbatar 75899f6
Data modelling: Fix page about "timeseries data"
karynzv f6d3bba
Data modelling: Fix page about "geospatial data"
kneth d60feef
Data modelling: Fix SQL in page about "geospatial data"
amotl 52c3008
Data modelling: Fix page about "full-text data"
bmunkholm 736652c
Data modelling: Fix page about "vector data"
juanpardo 33ecc94
Layout: Improve responsiveness on pages using cards heavily
amotl b5ad8b4
Data modelling: Populate index page
amotl 036ebcf
Data modelling: Relocate original page about primary keys and sequences
amotl 488e43c
Move connect page to install
bmunkholm 8e8be1c
Updated FTS in modelling
bmunkholm 68591e9
Updated datamodel json from Gitbook.
bmunkholm bebb183
Updated datamodel json from Gitbook.
bmunkholm 27aaf16
Merge branch 'data-modelling2' of https://github.com/crate/cratedb-gu…
bmunkholm 855950c
reformat json to 80 chars, convert link to reference
bmunkholm a7afeda
Update Primary key strategies
bmunkholm aee1c58
Add link to data modelling
bmunkholm ef495b9
Move Going Further in index to match GitBook
bmunkholm 908e867
Update timeseries with content from Gitbook
bmunkholm 198fa7f
Added vector modeling content from Gitbook
bmunkholm 8fc8021
relational.md updated with content from GitBook
bmunkholm 0d6a691
Update Geospatial with Gitbook content
bmunkholm 12c45c7
Updated global references and removed seperators
bmunkholm 5660a1f
Merge branch 'main' into data-modelling2
bmunkholm 16167b6
Fix link in geospatial
bmunkholm 856eab9
Updated modelling/Vector from AI gen to working.
bmunkholm 289c309
Fix errors in modelling/relational
bmunkholm 6200969
Updaterd modelling/json to at least be correct.
bmunkholm 6118413
Minor fixed in modeling/geospatial
bmunkholm c3bcc0c
formatting & fixes.
bmunkholm e73ff3d
Fixed modelling/fulltext
bmunkholm 2f87497
Minor fixes
bmunkholm 095dbe5
line wrap fix
bmunkholm 7222aad
wording and reference updates
bmunkholm 5addf40
Fixes from Coderabbit feedback
bmunkholm 1f565ba
Coderabbit fixes and minor adjustments of primary-key page in modelling
bmunkholm 65dd655
small fixes in timeseries
bmunkholm 6df493a
remove advanced use-cases from timeseries.
bmunkholm 3e52799
Add default now() to `created_at` column
surister 9f46dca
Small fix on index off
surister c38a1f9
fix hallucination
surister f09f42c
object is dynamic by default
surister 3339e7c
remove unnecessary line
surister d9e420b
Use `event` table consistently
surister 5a3a849
minor tweak
surister afb38cb
remove 'schema explosion' its confusing
surister 65010db
tweak comment on object fields
surister e64c022
improve consistency
surister ab28efa
improve consistency again
surister 7243df9
minor tweak
surister 3a59299
Add `devices_info` table definition to timeseries page
karynzv 0caa1b4
Merge branch 'main' into data-modelling2
bmunkholm 9ccf253
fixed bug in reference
bmunkholm 2a1e24e
Minor fixes in json modelling
bmunkholm 7b5ec7b
wording in vector.md
bmunkholm d8e29e5
Remove references to UUID4
surister d5cfb99
enum example table name
bmunkholm 9973fe5
fix index reference to model-promary-key
bmunkholm bddacdb
revert fix.
bmunkholm 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
Oops, something went wrong.
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.
@surister It's intentional that I enumerate the table names where we redefine or evolve table definitions. This makes it more practical to copy/paste and test examples, and makes it clear to readers which tables we refer to afterwards.