Refactor AMO CRM Data Collection Service to use PostgreSQL #1

Merged
oberon merged 1 commits from pgsql into master 2026-07-16 14:09:07 +03:00
Owner
  • Updated database configuration to switch from SQLite to PostgreSQL, including changes to alembic.ini, Docker Compose, and environment settings.
  • Refactored application code to utilize PostgreSQL database adapters, ensuring compatibility with the new database structure.
  • Enhanced API routes and data handling to support the new database, including adjustments in data models and query logic.
  • Introduced new job processing mechanisms for full synchronization of AMO CRM entities, leveraging FastStream for background tasks.
  • Improved logging and error handling across the application to facilitate better monitoring and debugging.
  • Removed obsolete SQLite adapter files and migrations, streamlining the project structure for PostgreSQL integration.
- Updated database configuration to switch from SQLite to PostgreSQL, including changes to alembic.ini, Docker Compose, and environment settings. - Refactored application code to utilize PostgreSQL database adapters, ensuring compatibility with the new database structure. - Enhanced API routes and data handling to support the new database, including adjustments in data models and query logic. - Introduced new job processing mechanisms for full synchronization of AMO CRM entities, leveraging FastStream for background tasks. - Improved logging and error handling across the application to facilitate better monitoring and debugging. - Removed obsolete SQLite adapter files and migrations, streamlining the project structure for PostgreSQL integration.
oberon added 1 commit 2026-07-16 14:08:11 +03:00
- Updated database configuration to switch from SQLite to PostgreSQL, including changes to alembic.ini, Docker Compose, and environment settings.
- Refactored application code to utilize PostgreSQL database adapters, ensuring compatibility with the new database structure.
- Enhanced API routes and data handling to support the new database, including adjustments in data models and query logic.
- Introduced new job processing mechanisms for full synchronization of AMO CRM entities, leveraging FastStream for background tasks.
- Improved logging and error handling across the application to facilitate better monitoring and debugging.
- Removed obsolete SQLite adapter files and migrations, streamlining the project structure for PostgreSQL integration.
oberon merged commit 609aa33266 into master 2026-07-16 14:09:07 +03:00
Sign in to join this conversation.
No Reviewers
No Label
No Milestone
No project
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: oberon/amo-server#1
No description provided.