ArcticDB
ArcticDB copied to clipboard
ArcticDB is a high performance, serverless DataFrame database built for the Python Data Science ecosystem.
#### Reference Issues/PRs 8277989680 #### What does this implement or fix? Implements symbol concatenation. Inner and outer joins over columns both supported. Expected usage: ``` # Read requests can contain...
#### Reference Issues/PRs #### What does this implement or fix? #### Any other comments? #### Checklist Checklist for code changes... - [ ] Have you updated the relevant docstrings, documentation...
#### Reference Issues/PRs Contains refactored framework for setting up shared storages + tests for AWS S3 storage Merged 3 Prs into one: - https://github.com/man-group/ArcticDB/pull/2185 - https://github.com/man-group/ArcticDB/pull/2227 - https://github.com/man-group/ArcticDB/pull/2204 Important: the...
#### Reference Issues/PRs #### What does this implement or fix? #### Any other comments? #### Checklist Checklist for code changes... - [ ] Have you updated the relevant docstrings, documentation...
#### Reference Issues/PRs #### What does this implement or fix? Those are installation tests targeted to be executed against different versions of arcticdb from conda and pypi without building our...
### Describe the bug ```python3 import arcticdb as adb db = adb.Arctic(url := get_s3_url()) print(url) db.create_library("test") ``` gives error `Unexpected error: S3Error#100 MissingContentLength: Unable to parse ExceptionName: MissingContentLength Message: You...
### Describe the bug Pickling data produces a warning that we are pickling _metadata_ which is misleading for users. ### Steps/Code to Reproduce ``` python from arcticdb import Arctic ac...
#### Reference Issues/PRs #### What does this implement or fix? #### Any other comments? #### Checklist Checklist for code changes... - [ ] Have you updated the relevant docstrings, documentation...
#### Reference Issues/PRs Extracted from #2252. See discussions in https://github.com/conda-forge/azure-core-cpp-feedstock/pull/23. #### What does this implement or fix? Have the Azure SDK on Windows only use WinHTTP instead of `libcurl`. ####...
#### Reference Issues/PRs #### What does this implement or fix? This is a POC ground for creating a test suite that will be able to be executed against installable arcticdb...