-
Notifications
You must be signed in to change notification settings - Fork 373
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
Better naming and structure of the arrow/data/entity store/db #4437
Labels
🏎️ Quick Issue
Can be fixed in a few hours or less
🚜 refactor
Change the code, not the functionality
Comments
emilk
added
🚜 refactor
Change the code, not the functionality
🏎️ Quick Issue
Can be fixed in a few hours or less
labels
Dec 5, 2023
emilk
changed the title
Better naming and structure of the arrow/data/etntiy store/db
Better naming and structure of the arrow/data/entity store/db
Dec 5, 2023
4 tasks
emilk
added a commit
that referenced
this issue
Dec 7, 2023
### What * Part of #4437 ### Checklist * [x] I have read and agree to [Contributor Guide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and the [Code of Conduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md) * [x] I've included a screenshot or gif (if applicable) * [x] I have tested the web demo (if applicable): * Full build: [app.rerun.io](https://app.rerun.io/pr/4447/index.html) * Partial build: [app.rerun.io](https://app.rerun.io/pr/4447/index.html?manifest_url=https://app.rerun.io/version/nightly/examples_manifest.json) - Useful for quick testing when changes do not affect examples in any way * [x] The PR title and labels are set such as to maximize their usefulness for the next release's CHANGELOG - [PR Build Summary](https://build.rerun.io/pr/4447) - [Docs preview](https://rerun.io/preview/6acb8166ae51b98c60e50f208f3640a1012e6fcb/docs) <!--DOCS-PREVIEW--> - [Examples preview](https://rerun.io/preview/6acb8166ae51b98c60e50f208f3640a1012e6fcb/examples) <!--EXAMPLES-PREVIEW--> - [Recent benchmark results](https://build.rerun.io/graphs/crates.html) - [Wasm size tracking](https://build.rerun.io/graphs/sizes.html)
4 tasks
emilk
added a commit
that referenced
this issue
Jan 4, 2024
) ### What * Part of #4437 ### Checklist * [x] I have read and agree to [Contributor Guide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and the [Code of Conduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md) * [x] I've included a screenshot or gif (if applicable) * [x] I have tested the web demo (if applicable): * Using newly built examples: [app.rerun.io](https://app.rerun.io/pr/4670/index.html) * Using examples from latest `main` build: [app.rerun.io](https://app.rerun.io/pr/4670/index.html?manifest_url=https://app.rerun.io/version/main/examples_manifest.json) * Using full set of examples from `nightly` build: [app.rerun.io](https://app.rerun.io/pr/4670/index.html?manifest_url=https://app.rerun.io/version/nightly/examples_manifest.json) * [x] The PR title and labels are set such as to maximize their usefulness for the next release's CHANGELOG - [PR Build Summary](https://build.rerun.io/pr/4670) - [Docs preview](https://rerun.io/preview/0371d5ff4603f33ead320cfc99d933d564fa204a/docs) <!--DOCS-PREVIEW--> - [Examples preview](https://rerun.io/preview/0371d5ff4603f33ead320cfc99d933d564fa204a/examples) <!--EXAMPLES-PREVIEW--> - [Recent benchmark results](https://build.rerun.io/graphs/crates.html) - [Wasm size tracking](https://build.rerun.io/graphs/sizes.html)
emilk
added a commit
that referenced
this issue
Jan 4, 2024
emilk
added a commit
that referenced
this issue
Jan 4, 2024
Wumpf
pushed a commit
that referenced
this issue
Jan 4, 2024
Closes #4437 ### Checklist * [x] I have read and agree to [Contributor Guide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and the [Code of Conduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md) * [x] I've included a screenshot or gif (if applicable) * [x] I have tested the web demo (if applicable): * Using newly built examples: [app.rerun.io](https://app.rerun.io/pr/4672/index.html) * Using examples from latest `main` build: [app.rerun.io](https://app.rerun.io/pr/4672/index.html?manifest_url=https://app.rerun.io/version/main/examples_manifest.json) * Using full set of examples from `nightly` build: [app.rerun.io](https://app.rerun.io/pr/4672/index.html?manifest_url=https://app.rerun.io/version/nightly/examples_manifest.json) * [x] The PR title and labels are set such as to maximize their usefulness for the next release's CHANGELOG - [PR Build Summary](https://build.rerun.io/pr/4672) - [Docs preview](https://rerun.io/preview/13d64ac10bc5bc0a712082dac786ac4849276b6d/docs) <!--DOCS-PREVIEW--> - [Examples preview](https://rerun.io/preview/13d64ac10bc5bc0a712082dac786ac4849276b6d/examples) <!--EXAMPLES-PREVIEW--> - [Recent benchmark results](https://build.rerun.io/graphs/crates.html) - [Wasm size tracking](https://build.rerun.io/graphs/sizes.html)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
🏎️ Quick Issue
Can be fixed in a few hours or less
🚜 refactor
Change the code, not the functionality
Confusing:
re_arrow_store
is calledDataStore
re_data_store
is calledStoreDb
Questions:
DataStore
toArrowStore
to indicate how low-level/general it is?StoreDb
toEntityDb
?Actions:
EntityDb
intoStoreDb
(RemoveEntityDb
, inlining it intoStoreDb
#4447)The text was updated successfully, but these errors were encountered: