arctic

High performance datastore for time series and tick data (by man-group)

Arctic Alternatives

Similar projects and alternatives to arctic

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

arctic reviews and mentions

Posts with mentions or reviews of arctic. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-11-03.
  • An oral history of Bank Python
    4 projects | news.ycombinator.com | 3 Nov 2021
  • How do you store the stock market time-series data?
    4 projects | /r/algotrading | 7 Jul 2021
    I use flat files but surprised no one mentioned https://arctic.readthedocs.io/en/latest/
  • 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.
  • What do they use to manage the tick data?
    2 projects | /r/algotrading | 12 Mar 2021
    check this out: https://github.com/man-group/arctic
  • A note from our sponsor - Mergify
    blog.mergify.com | 30 Sep 2023
    Solutions like Dependabot or Renovate update but don't merge dependencies. You need to do it manually while it could be fully automated! Add a Merge Queue to your workflow and stop caring about PR management & merging. Try Mergify for free. Learn more →

Stats

Basic arctic repo stats
52
2,997
6.3
2 months ago
Write Clean Python Code. Always.
Sonar helps you commit clean code every time. With over 225 unique rules to find Python bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
www.sonarsource.com