This website requires JavaScript.
Explore
Help
Sign In
oberon
/
amo-server
Watch
1
Star
0
Fork
0
You've already forked amo-server
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
amo-server
/
routers
History
Maxim Snesarev
d45fb4fac2
Integrate FastStream for background processing in AMO CRM Data Collection Service. Replaced Celery with FastStream and Redis for job management. Updated application structure to support asynchronous job handling, including export and synchronization tasks. Enhanced logging and error handling throughout the service. Added installation and startup scripts for FastStream services.
2025-09-08 04:05:25 +03:00
..
__init__.py
Initialize AMO CRM Data Collection Service with FastAPI, SQLite, and Docker support. Added core application files, including API routes, database models, and configuration settings. Implemented AMO CRM API client for data fetching and established Docker setup for containerization. Included example environment files and initial test cases for API endpoints.
2025-09-08 03:30:22 +03:00
amocrm.py
Initialize AMO CRM Data Collection Service with FastAPI, SQLite, and Docker support. Added core application files, including API routes, database models, and configuration settings. Implemented AMO CRM API client for data fetching and established Docker setup for containerization. Included example environment files and initial test cases for API endpoints.
2025-09-08 03:30:22 +03:00
data.py
Initialize AMO CRM Data Collection Service with FastAPI, SQLite, and Docker support. Added core application files, including API routes, database models, and configuration settings. Implemented AMO CRM API client for data fetching and established Docker setup for containerization. Included example environment files and initial test cases for API endpoints.
2025-09-08 03:30:22 +03:00
entities.py
Initialize AMO CRM Data Collection Service with FastAPI, SQLite, and Docker support. Added core application files, including API routes, database models, and configuration settings. Implemented AMO CRM API client for data fetching and established Docker setup for containerization. Included example environment files and initial test cases for API endpoints.
2025-09-08 03:30:22 +03:00
export.py
Integrate FastStream for background processing in AMO CRM Data Collection Service. Replaced Celery with FastStream and Redis for job management. Updated application structure to support asynchronous job handling, including export and synchronization tasks. Enhanced logging and error handling throughout the service. Added installation and startup scripts for FastStream services.
2025-09-08 04:05:25 +03:00