Skip to content

Domino REST development #226

Closed Answered by vinicvaz
tdari asked this question in Q&A
Feb 1, 2024 · 1 comments · 5 replies
Discussion options

You must be logged in to vote

Hey @tdari
You have few options I would recommend.

1. Configuring python debugger within containers: This is a bit tricky and may require some time to configure but after configured it should work well without any additional changes. I use vscode and its debugger, so I had to configure it to make it work.

2. If you are developing a domino only feature: If you don't need to interact with airflow and other services you can always run your rest locally only and use the default debug mode. For that I'd recommend you to start just the domino database service and develop within these two services. This is the easiest but limited option.

3. Running all services in docker except rest: Like you sa…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@tdari
Comment options

@tdari
Comment options

@tdari
Comment options

@vinicvaz
Comment options

@tdari
Comment options

Answer selected by tdari
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants