APIScout / backend

API Scout backend code
0 stars 0 forks source link

Substitute mongo sync with ingestion endpoint #8

Closed edoriggio closed 5 months ago

edoriggio commented 6 months ago

The mongo watchers used for synchronization should be replaced by an ingestion endpoint. This is done to add a "layer of protection" to our MongoDB server.

The ingestion endpoint should accept correctly formatted OpenAPI specifications (with possible metadata). These specifications will then be added both to MongoDB and to Elastic.

linear[bot] commented 6 months ago
API-28 Substitute mongo sync with ingestion endpoint

The mongo watchers used for synchronization should be replaced by an ingestion endpoint. This is done to add a "layer of protection" to our MongoDB server. The ingestion endpoint should accept correctly formatted OpenAPI specifications (with possible metadata). These specifications will then be added both to MongoDB and to Elastic.