-
Notifications
You must be signed in to change notification settings - Fork 5
Refactor and harmonize CSV and SQL data sources #773
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
Conversation
src/main/java/edu/ie3/datamodel/io/source/csv/CsvTimeSeriesMetaInformationSource.java
Outdated
Show resolved
Hide resolved
src/main/java/edu/ie3/datamodel/io/source/csv/CsvWindowedTimeSeriesSource.java
Outdated
Show resolved
Hide resolved
src/main/java/edu/ie3/datamodel/io/source/sql/SqlDataSource.java
Outdated
Show resolved
Hide resolved
src/main/java/edu/ie3/datamodel/io/source/SystemParticipantSource.java
Outdated
Show resolved
Hide resolved
…' into jb/#716-refactor-csv-datasources
src/main/java/edu/ie3/datamodel/io/source/sql/SqlTimeSeriesSource.java
Outdated
Show resolved
Hide resolved
…' into jb/#716-refactor-csv-datasources
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Almost there, I think, besides some some pedantic points from my side.
Please also take a look at SonarQube, some new issues popped up :)
docs/readthedocs/_static/figures/uml/DataSourceClassDiagram.png
Outdated
Show resolved
Hide resolved
src/main/java/edu/ie3/datamodel/io/source/csv/CsvJointGridContainerSource.java
Outdated
Show resolved
Hide resolved
src/main/java/edu/ie3/datamodel/io/source/csv/CsvDataSource.java
Outdated
Show resolved
Hide resolved
src/main/java/edu/ie3/datamodel/io/source/csv/CsvIdCoordinateSource.java
Outdated
Show resolved
Hide resolved
src/main/java/edu/ie3/datamodel/io/source/csv/CsvTimeSeriesSource.java
Outdated
Show resolved
Hide resolved
…' into jb/#716-refactor-csv-datasources
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for putting all this work in here! I think you've found some really nice abstractions that should make the codebase a lot more usable.
Resolves #716