Feat/ingestor architecture#13
Merged
Villarley merged 7 commits intoNeko-Protocol:mainfrom Jan 22, 2026
Merged
Conversation
FabianSanchezD
approved these changes
Jan 22, 2026
Contributor
FabianSanchezD
left a comment
There was a problem hiding this comment.
Looks good to me! This is a great way to test out the ingestor architecture
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.
🚀 Neko Pull Request
Mark with an
xall the checkboxes that apply (like[x])📌 Type of Change
📝 Changes description
This PR introduces a Prices Ingestor module that exposes raw asset prices via an HTTP endpoint for external observability.
✅ What was implemented
New Files
services/price-fetcher.service.tsSimulates raw price fetching from external APIs with detailed logging.
controllers/prices.controller.tsHTTP controller exposing
GET /prices/raw.modules/prices.module.tsNestJS module encapsulating the prices controller and service.
Modified Files
app.module.tsImports and wires the
PricesModule..eslintrc.jsESLint configuration updates.
🎯 Acceptance Criteria Met
✅ Externally observable prices
Available via
GET /prices/rawand logged to the console.✅ Verifiable output
Endpoint returns 12 raw prices
(4 symbols × 3 data sources).
✅ No persistence
Uses in-memory storage only.
📸 Evidence (A Loom/Cap video is required as evidence, we WON'T merge if there's no proof)
Response returns a JSON array with simulated raw prices for:
From the following sources:
📷 Screenshot / video capture attached showing the successful response.
⏰ Time spent breakdown
Total: ~1h 45m
🌌 Comments
This implementation focuses on observability and correctness, providing a clean foundation for future oracle integrations.
The logic is intentionally kept simple and in-memory to align with the current acceptance criteria and allow fast iteration.
Close #11
Thank you for contributing to Neko, you just helped us make RWAs consumer friendly on Stellar! 🚀