Giter Site home page Giter Site logo

man-group / arcticdb Goto Github PK

View Code? Open in Web Editor NEW
1.1K 1.1K 73.0 67.44 MB

ArcticDB is a high performance, serverless DataFrame database built for the Python Data Science ecosystem.

Home Page: http://arcticdb.io

License: Other

CMake 1.48% C++ 66.99% Shell 0.13% Python 31.41%
big-data data data-analysis data-science database dataframe pandas quantitative-analysis quantitative-finance quantitative-trading

arcticdb's People

Contributors

alexowens90 avatar arcticdb-service-user avatar athakur91 avatar derthorsten avatar drnickclarke avatar eeaston avatar g-d-petrov avatar gemdot-neubla avatar hind-m avatar ianthomas23 avatar ivodd avatar jamesmunro avatar jjerphan avatar jmunro-mangroup avatar joe-iddon avatar johanmabille avatar klaim avatar lucyclark2 avatar mehertz avatar ms041223 avatar muhammadhamzasajjad avatar octogenary avatar phoebusm avatar poodlewars avatar qc00 avatar vasil-pashov avatar willdealtry avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

arcticdb's Issues

Apply BSL License

  • Add the BSL header to all source files
  • Adding the BSL license text to the license/ directory

Misc small docs improvements

  • - Link to arcticdb.com from first "ArcticDB" string on getting started page
  • - Version maps not compacted - say that accessing early versions when there are many will be slower than more recent versions, with compaction API coming soon
  • - Ability to change some lib config settings after lib creation time coming soon
  • - Get rid of LibraryConfiguration docs page and just link to LibraryOptions API docs
  • - Explanation of NaN handling
  • - Explanation of Categoricals handling
  • - Coming soon - compaction API (solves data is fragmented problem)

Increase Python Pickle protocol to 4

We currently have the pickle protocol set as 2 for Python 2 compat.

We should be able to increase to 4 as a performance improvement.

(See internal ticket RAP-6273).

Make the static key map static

It's a bit sad at the moment that we use a semimap but it's in a runtime context so it just reverts to std::unordered_map behaviour. Fix it so that it is genuinely compile-time.

FAQ - Common error messages

This should include details on how to configure ArcticDB logging and errors, such as:

  • How to configure the different logging sink levels
  • How to configure the AWS SDK logging level
  • Information on how the Python logs relate to the C++ logs

GitHub Actions-based Build Tooling (Releases)

  • Wheel as artifact
  • Runs auditwheel
  • Ensure build exports debug symbols but builds in release mode
  • Test that a core dump can be retrieved from the release build, and debugged using the debug build
  • Ensure we can release off of GitHub

For the releases:

  • Only take place on release branches
  • Tag the release

Docs accepted data/index types

  • What index types are supported
  • What data types are supported
  • What combination of types are supported by what combination of operation

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.