# EventSink-PolicyServer **Repository Path**: mirrors_pexip/EventSink-PolicyServer ## Basic Information - **Project Name**: EventSink-PolicyServer - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-09-09 - **Last Updated**: 2026-03-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Event Sink & External Policy Server for Pexip Infinity The EventSink function listens for all events coming from Pexip. It then sends messages along to message queues to be handled. The QueueAllEvents function puts all events into the 'events' database, with unique IDs generated by Cosmos and `event_type` as partition key. Necessary environment variables: ``` DatabaseEndpoint - endpoint for Azure Cosmos database for storing all events and active calls QueueStorageAccount - endpoint for storage account for queues EventsDatabaseName - name of the database with Cosmos to store events EventsContainerName - name of the container within the above database to store events ```