oliver
oliverβ€’7mo ago

oliver - Hi I want to build SaaS cyber securit...

Hi I want to build SaaS cyber security services accessible via dashboard. I first thought the backend could be build with buildship, but i am not so sure anymore. I cant debug the code that is generated with GPT. I cant enter my own python code. I am also not sure if any API build can be accessed by clients since most clients prefer API access compared to a dashboard. i am totally new to the no code or low code concept and maybe i misunderstood the capabilities πŸ™‚
3 Replies
Gaurav Chadha
Gaurav Chadhaβ€’7mo ago
Hi @oliver, Currently Python is not supported as a language in node editor, any API you build in BuildShip can be accessed and executed by your clients - https://docs.buildship.com/trigger-nodes/rest-api.
oliver
oliverβ€’7mo ago
Thanks @Gaurav Chadha . Very nice about the client access. And the end client API access could be also associated with an authentication module paired with a license DB? Where i am heading: every client might need different features (API endpoint), different access thresholds (number of API requets) etc. About no code upload: Its not an issue, but the biggest challenge i faced was the missing debugging when generating code via GPT/AI. The nodes i created were excuting forever and i had no visibility what was going on. What I also didnt see: Lets assume you create a API node that consumes a lot of resources: How could you implement parallel worker processes in case you have hundreds of parallel users?
Gaurav Chadha
Gaurav Chadhaβ€’7mo ago
You can have seperate API endpoints for each cases and set limit as well along with authentication. For debuggint, we use logging.log which you can add it in your node logic to debug easily at each step, consider this same as console.log - https://docs.buildship.com/logging. For the execution metrics statics on the UI, the team is working on making this functionality live soon.