===== Visualytics Frontend APIs ===== This is our cash cow! Software engineering practices and operations should be held to the highest standards. This project should contain all customer facing APIs that are related to Visualytics. ===== High level Description ===== blah blah about “similarity”, “complete the look” and customer integrations ==== request forwarding ==== some quick and dirty endpoints have been added to enable request forwarding per api-key. every frontend has to be notified of the forwarding indiviually. the forwarding has to be set for sim and look api independently:
    * /get_forward_target?key=… - returns “None” if no forwarding is configured or {“active”: , “target”: } * /set_forward_target?key=…&target=… - returns “None”. example target: “http://45.136.30.196/look.php” * /enable_forwarding?key=… - returns “None” - should only be called if forwarding is configured for the key * /disable_forwarding?key=… - returns “None” - should only be called if forwarding is configured for the key
===== Links ===== * V3 - https://git.picalike.corpex-kunden.de/v3/v3-frontend-deploy * V5 - … * Generated Docs * ===== Operations ===== where do I live, … === Deploy this service === === Start this service === === Use this service === * give! some! examples! * how to test * how to perform an external, non-inversive test * how to monitor * === Repair this service === * Possible Issues * Possible Solutions * ===== Super Special Knowledge ===== ===== Experiments / Results / Knowledge Base ===== You performed a test? share it. ===== Dependencies ===== * similarity-postgresql (Git) ===== Incident Log ===== ===== Authors =====