docs: Add Aerospike online store blog posts - #6767
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:
|
|
LGTM but I checked the file that the screenshot is not showing. Can you confirm it works? |
@HaoXuAI I think it is correct based on the other blogs and how they work, seems the website copies the images folder to /images |
|
I think this is good to merge |
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.