This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
Using orkes vs default netflix #3696
missioncoding
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am pretty new to this conductor framework and i have been experimenting from last few weeks.
I am able to do some small POC using the netflix conductor by pulling from the repo.
Till here its fine. Now beyond POC i need to execute my usecases where i need to understand some features that netflix conductor provides like
I tried executing the docker-compose.yaml and docker-compose-postgres.yaml scripts where i faced some issue and got it fixed but i am not able to see any conductor schema and roles getting created nor the tables in the db.
Is there any sql file i need to execute to create the schema, user and tables ?
Then i tried to deploy the conductor using orkes documentation and able to bring the conductor using the docker run command that brings the redis and postgres as part of the command. so far its good but i have few queries
Which method shall i use?
I havent explored both completely but all i want is
Please suggest thanks
Beta Was this translation helpful? Give feedback.
All reactions