Content Deep Dive
Modelling Time-Series Data for Top-Performing Stocks in Aerospike using Sorted Maps
Blog post from Aerospike
Post Details
Company
Date Published
Author
Aveekshith Bushan
Word Count
2,106
Language
English
Hacker News Points
-
Source URL
Summary
The blog post discusses how to efficiently store and retrieve time-series data for top-performing stocks in Aerospike using the new Sorted Map API. It provides a detailed example of organizing financial tick data by stock ticker and day, storing each tick data point as part of a Sorted Map in Aerospike. The post also demonstrates how to calculate averages, retrieve top-performing stocks, and create summaries for a given time period using the Sorted Map API. Additionally, it introduces an Aerospike Sorted Maps demo that can be extended to support a complete financial portfolio.