docs: Add Aerospike online store blog posts - #6767
Open
lyndonbauto wants to merge 4 commits into
Open
Conversation
Signed-off-by: lyndon <lyndonb@apache.org>
Signed-off-by: lyndon <lyndonb@apache.org>
Signed-off-by: lyndon <lyndonb@apache.org>
Tag the feature_store.yaml fences so they get syntax highlighting, and make the chart caption notes consistent across all four charts. Signed-off-by: lyndon <lyndonb@apache.org>
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #6767 +/- ##
==========================================
- Coverage 46.95% 46.94% -0.01%
==========================================
Files 419 419
Lines 51839 51839
Branches 7515 7515
==========================================
- Hits 24339 24338 -1
Misses 25766 25766
- Partials 1734 1735 +1
Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
Collaborator
|
LGTM but I checked the file that the screenshot is not showing. Can you confirm it works? |
franciscojavierarceo
approved these changes
Aug 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this PR does / why we need it:
Adds two blog posts covering the Aerospike online store integration:
/blog/aerospike-feast-now-available) — the announcement post, covering why teams reach for Aerospike as an online store, how Hybrid Memory Architecture keeps indexes in RAM while feature data lives on SSD, and thefeature_store.yamlconfiguration including namespace overrides./blog/aerospike-feast-benchmark-harness-results) — results from running the feast-benchmarks harness against Aerospike, compared with the Redis and DynamoDB numbers published in that same repo. Sweeps entities per request, features per request, and request rate, and closes with an infrastructure cost comparison.Both posts live in
infra/website/docs/blog/so they publish through the Astro site, with the five charts added toinfra/website/public/images/blog/. The posts cross-link each other.Which issue(s) this PR fixes:
N/A
Checks
git commit -s)Testing Strategy
Verified with a local
npm run buildininfra/website: both posts build to their expected URLs and appear on the blog index, all five chart images resolve, the benchmark post's hero image is picked up as the Open Graph image, and the in-page anchor in the announcement post resolves to its heading.Misc
Docs only — no code, API, or test changes.