bcolz

A columnar data container that can be compressed. (by Blosc)

Bcolz Alternatives

Similar projects and alternatives to bcolz

  • Apache Arrow

    Apache Arrow is a multi-language toolbox for accelerated data interchange and in-memory processing

  • arctic

    52 bcolz VS arctic

    High performance datastore for time series and tick data

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • ta-lib-python

    Python wrapper for TA-Lib (http://ta-lib.org/).

  • zipline

    14 bcolz VS zipline

    Zipline, a Pythonic Algorithmic Trading Library

  • Kedro

    29 bcolz VS Kedro

    Kedro is a toolbox for production-ready data science. It uses software engineering best practices to help you create data engineering and data science pipelines that are reproducible, maintainable, and modular.

  • trading-utils

    Collection of scripts and utilities for stock market analysis, strategies etc

  • Pandas

    393 bcolz VS Pandas

    Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • Dask

    32 bcolz VS Dask

    Parallel computing with task scheduling

  • blaze

    1 bcolz VS blaze

    NumPy and Pandas interface to Big Data

  • NumPy

    272 bcolz VS NumPy

    The fundamental package for scientific computing with Python.

  • Numba

    124 bcolz VS Numba

    NumPy aware dynamic Python compiler using LLVM

  • PyMC

    3 bcolz VS PyMC

    Bayesian Modeling and Probabilistic Programming in Python

  • RDKit

    3 bcolz VS RDKit

    The official sources for the RDKit library

  • SciPy

    50 bcolz VS SciPy

    SciPy library main repository

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better bcolz alternative or higher similarity.

bcolz reviews and mentions

Posts with mentions or reviews of bcolz. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-05-13.
  • Recommendation for a Database for analysis
    5 projects | /r/algotrading | 13 May 2021
    What you need for your use case is a column-oriented store. I recommend explore bcolz or apache arrow for a column file-based systems. These are very fast, support memory mapping, uses compression and SSD speed (and even CPU architecture, in case of arrow) optimally almost out of the box, and has good interfaces to Numpy and Pandas (in case you are using Python for final data consumption and analysis). The columnar structure makes it easy to add or delete a column easily (or even dynamically). If you need a more scalable (albeit at the cost of speed) solution, you can devise a schema over a regular columnar db or an nosql db - see arctic from Man group for an example.

Stats

Basic bcolz repo stats
1
955
0.0
over 1 year ago

Blosc/bcolz is an open source project licensed under BSD 3-clause "New" or "Revised" License which is an OSI approved license.

The primary programming language of bcolz is C.

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com