Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in DevOps and Agile by (19.4k points)

I'm interested in watching a git repository for changes and then acting on the files of that repository. I could set a webhook in GitHub to notify Data Flow when the repository changes, but I need to download/clone the files to process them. Is there some local storage that is guaranteed to deployments where I could do something like that?

Basically, is there local storage available to Processors in the Data Flow deployment pipeline so that they can save files to disk and process them to the next stage of the pipeline?

Thanks!

1 Answer

0 votes
by (12.4k points)
edited by

Spring Cloud Data Flow does not directly interact with the Apps or any underlying platform which includes volume mounts. Spring Cloud Data Flow is also known to be a Spring Boot application.

If you are running Spring Cloud data Flow in Cloud Foundry, you need to rely on managed services which include PCF volume Services, Minio, and similar things. You are read here.

Interested in learning DevOps? Come & join: DevOps Certification

Browse Categories

...