Hacker News new | ask | show | jobs
by b2bsaas00 784 days ago
What’s best practice to integrate this in a Ruby on Rails application?
2 comments

It seems to be a python app, so probably set it up as a seperate microservice with its own REST API
Best practice is to NOT integrate this in a Ruby on Rails application.
But you can run Cognita as is and you’ll get a fastapi server up and running. With that you can utilize the rest endpoints with your Ruby app.