-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Help/Docs on how to test integration locally #368
Comments
Hi @markphelps 👋 Happy to see you are developing an integration to Ocean 🤩 🌊
Currently yes, we are planning to add a "development mode" support in the data sources where you will be able to test and develop new integrations. For now you can manage the integration from the swagger interface in the
You can trigger a resync by sending a patch request to the integration endpoint, when using the default event listener "POLLING" in ocean, it queries each 60 seconds whether any change was made to the integration and if so, triggers a resync. Note that the resources / integration config you configured the |
Closing this issue for #370 |
Hi, I'm trying to develop a new integration with Ocean, but I have no idea how to get it to show up in Port to test it.
Do only merged integrations show up in the Port UI as a datasource?
How to I get my local ocean integration synching with Port during development?
config.yaml
.port/spec.yaml
Logs
The text was updated successfully, but these errors were encountered: