You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thank you for releasing this incredible tool as open source. Great work!
My team evaluates titanoboa as laboratory data integration tool using workflows,
for pharmaceutical company. We plan to use SemanticWeb/LinkedData stack (Apache Jena)
along with AWS data stack (S3, Redshift, RDS); since titanoboa is Clojure/JVM, workflow/async/live-edited
tool, fits our proposed needs really well.
We constructed custom lein project with titanoboa as dependency (env vars for config not present in official 0.9.x
docker images and we heavily used this docs to
integrate UI, thanks on this!) and made custom built docker image for container with shared volumes defined for config, data, libs.
It all works like a charm (bunch of useful concepts you give in workflows) until we tried to setup auth & rabbitmq non-core
services. When we use configs shown bellow, UI is not responsive and logs just stop at some point (not same point for auth
and rmq). DB setup went well (jobs and user tables definition), rabbitmq artifacts are created as you may see in screenshots,
but at some point everything stops and no response for minutes (longest I waited was 3 mins).
Directions given here & here are very valuable, but we may missed some
important points I believe. From screenshots given here (I have tried to hide parts that legally
are not ok to disclose) are you able to help us detect were we may be wrong in setup?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi guys!
First of all, thank you for releasing this incredible tool as open source. Great work!
My team evaluates titanoboa as laboratory data integration tool using workflows,
for pharmaceutical company. We plan to use SemanticWeb/LinkedData stack (Apache Jena)
along with AWS data stack (S3, Redshift, RDS); since titanoboa is Clojure/JVM, workflow/async/live-edited
tool, fits our proposed needs really well.
We constructed custom lein project with titanoboa as dependency (env vars for config not present in official 0.9.x
docker images and we heavily used this docs to
integrate UI, thanks on this!) and made custom built docker image for container with shared volumes defined for config, data, libs.
It all works like a charm (bunch of useful concepts you give in workflows) until we tried to setup auth & rabbitmq non-core
services. When we use configs shown bellow, UI is not responsive and logs just stop at some point (not same point for auth
and rmq). DB setup went well (jobs and user tables definition), rabbitmq artifacts are created as you may see in screenshots,
but at some point everything stops and no response for minutes (longest I waited was 3 mins).
Directions given here & here are very valuable, but we may missed some
important points I believe. From screenshots given here (I have tried to hide parts that legally
are not ok to disclose) are you able to help us detect were we may be wrong in setup?
Thanks and cheers,
Adam
Beta Was this translation helpful? Give feedback.
All reactions