Skip to content

feat(api): implement database migrations framework and abuse protections#104

Open
Demilade01 wants to merge 3 commits intoFluxora-Org:mainfrom
Demilade01:pg-migrate
Open

feat(api): implement database migrations framework and abuse protections#104
Demilade01 wants to merge 3 commits intoFluxora-Org:mainfrom
Demilade01:pg-migrate

Conversation

@Demilade01
Copy link
Copy Markdown
Contributor

  • Integrate node-pg-migrate for PostgreSQL migration management.
  • Transition streams and indexing services from in-memory/SQLite to PG.
  • Add database-level unique constraints for idempotency in the streams API.
  • Implement payload size limits and rate limiting to address abuse scenarios.
  • Configure automatic migration execution on app startup for reliable deployments.

Closes #10

- Integrate node-pg-migrate for PostgreSQL migration management.
- Transition streams and indexing services from in-memory/SQLite to PG.
- Add database-level unique constraints for idempotency in the streams API.
- Implement payload size limits and rate limiting to address abuse scenarios.
- Configure automatic migration execution on app startup for reliable deployments.

Closes Fluxora-Org#10
@drips-wave
Copy link
Copy Markdown

drips-wave bot commented Mar 28, 2026

@Demilade01 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

@Demilade01
Copy link
Copy Markdown
Contributor Author

@Jagadeeshftw pls merge my PR

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.

Database migrations framework (e.g. node-pg-migrate)

1 participant