Skip to content

Feat/routes f event ingestion#590

Open
sheyman546 wants to merge 2 commits into
StreamFi-x:devfrom
sheyman546:feat/routes-f-event-ingestion
Open

Feat/routes f event ingestion#590
sheyman546 wants to merge 2 commits into
StreamFi-x:devfrom
sheyman546:feat/routes-f-event-ingestion

Conversation

@sheyman546
Copy link
Copy Markdown

Description

Closes #issue_number_here

Changes proposed

What were you told to do?

What did you do?

Check List (Check all the applicable boxes)

🚨Please review the contribution guideline for this repository.

  • My code follows the code style of this project.
  • This PR does not contain plagiarized content.
  • The title and description of the PR is clear and explains the approach.
  • I am making a pull request against the main branch (left side).
  • My commit messages styles matches our requested structure.
  • My code additions will fail neither code linting checks nor unit test.
  • I am only making changes to files I was requested to.

Screenshots/Videos

Closes #561

sheyman546 added 2 commits April 22, 2026 23:36
- Implement POST /api/routes-f/events for single/batch event ingestion
- Add GET /api/routes-f/events with pagination support
- Create bounded in-memory buffer (10,000 events) with overflow eviction
- Add comprehensive validation using Zod schemas
- Include unit tests for all functionality
- Support batch sizes up to 100 events
- All files scoped to app/api/routes-f/events/ directory

Resolves StreamFi-x#561
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 22, 2026

Someone is attempting to deploy a commit to the david's projects Team on Vercel.

A member of the Team first needs to authorize it.

@drips-wave
Copy link
Copy Markdown

drips-wave Bot commented Apr 22, 2026

@sheyman546 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(routes-f): event ingestion endpoint with batching

1 participant