-
Notifications
You must be signed in to change notification settings - Fork 590
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
add service interface for metricD/metricV/metricTag tables. #667
Conversation
there are conflicts, could you fix it first? |
# Conflicts: # griffin-metric/src/main/java/org/apache/griffin/metric/entity/MetricTagD.java # griffin-metric/src/main/java/org/apache/griffin/metric/entity/TagAttachment.java # griffin-metric/src/main/java/org/apache/griffin/metric/service/MetricDService.java # griffin-metric/src/main/java/org/apache/griffin/metric/service/MetricTagDService.java # griffin-metric/src/main/resources/sql/create_h2.sql
the following is the poc, based on which i am designing the local workflow. `package demo.workflows; import org.springframework.batch.core.job.builder.FlowBuilder; import org.springframework.batch.core.Job; @component
} |
and this is local mode, flexible and programmatically way. for high volume mode, we can abstract the workflow based on spring cloud data flow, and leverage spring cloud to schedule our cloud native tasks. |
Yes, there're some conflicts in code. I'm working on code refactory and development. will follow up your comment to make it work well. |
No description provided.