There is a data-model. Crazy idea
1. Use kafka connector to get the record that just was created
2. Only update the variants during a idea phase
3. Have the processor query seldon and update the variants directly
Caveats:
1. Requires Kafka connector
2. Writes directly to GB mongo database
3. Eventually you will see the variants
powerful-cricket-40094
12/08/2022, 4:46 PM
Don;t they have webhooks?
f
future-teacher-7046
12/08/2022, 6:20 PM
Hello. Our REST api is brand new and we are still adding endpoints to it. Eventually you will be able to create and edit experiment analyses programatically this way. Currently, the only real option is to edit MongoDB directly.
o
orange-holiday-34134
12/09/2022, 11:08 AM
What about using the internal REST API which the frontend uses?
f
future-teacher-7046
12/09/2022, 5:05 PM
There are probably ways to hack that together, but it will be a little tricky since the authentication system is expecting a browser session and cookies to be available.