ArcticDB
ArcticDB copied to clipboard
ArcticDB is a high performance, serverless DataFrame database built for the Python Data Science ecosystem.
#### Reference Issues/PRs https://github.com/man-group/ArcticDB/issues/711 #### What does this implement or fix? Add prune_previous option to APIs which still don't support it #### Any other comments? #### Checklist Checklist for code...
## Motivation Folly is admittedly: - [API and ABI unstable in between commits and not designed to be packaged as a shared library](https://github.com/facebook/folly?tab=readme-ov-file#build-notes) - not supporting Windows, and _untested_ on...
#### Reference Issues/PRs #### What does this implement or fix? [`manylinux` wheels (starting `manylinux1` must depend on external libraries](https://peps.python.org/pep-0513/#the-manylinux1-policy), including the C++ standard library. Currently, it does, and this causes...
Change the way the segment header is formed in the V2 encoding - get rid of protobuf altogether
#### Reference Issues/PRs https://github.com/man-group/ArcticDB/issues/514 #### What does this implement/fix? How does it work (high level)? Highlight notable design decisions. Add support of providing CA path directory for Azure SDK's underlying...
#### Reference Issues/PRs Fixes #1564 #### What does this implement or fix? It remove all simulators from the unit tests (e.g. S3 moto, azurite, mongo) TODO - make sure that...
#### Reference Issues/PRs #1491 #### What does this implement or fix? Update openssl to v3 #### Any other comments? #### Checklist Checklist for code changes... - [ ] Have you...
I've added a few new points to the FAQs. Please find the link below; I would appreciate any feedback. https://e360a2e2.arcticdb-docs.pages.dev/dev/faq/
#### Reference Issues/PRs Fixes the 5th item of the folly replacement plan, issue #1412. #### What does this implement or fix? This removes the single include of `folly/hash/Hash.h`. The only...