-
Notifications
You must be signed in to change notification settings - Fork 1
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
[WIP] New storage using Time Series Server #96
Open
armic-artelys
wants to merge
62
commits into
main
Choose a base branch
from
draft_ts_server
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: bhorvilleur <[email protected]>
Signed-off-by: bhorvilleur <[email protected]>
…al delegate Signed-off-by: bhorvilleur <[email protected]>
- Errors on date serialization / deserialization - Bugfix on computation of end date : must be inclusive (last time step of the series) Signed-off-by: bhorvilleur <[email protected]>
Signed-off-by: bhorvilleur <[email protected]>
Signed-off-by: bhorvilleur <[email protected]>
Signed-off-by: bhorvilleur <[email protected]>
…nservation and string timeseries, such as TimeSeriesServerAppStorage Signed-off-by: bhorvilleur <[email protected]>
String time series will have to be handled with different methods and end points. Signed-off-by: bhorvilleur <[email protected]>
Signed-off-by: bhorvilleur <[email protected]>
Signed-off-by: bhorvilleur <[email protected]>
… config (ts server app storage)
berthaultval
changed the title
New storage using Time Series Server
[WIP] New storage using Time Series Server
Jun 18, 2021
Signed-off-by: Paul Bui-Quang <[email protected]>
Signed-off-by: Mathieu BAGUE <[email protected]> Signed-off-by: Arthur Michaut <[email protected]>
* [Iissue-78] Add NetworkListener on virtual case Signed-off-by: funfrockmar <[email protected]> * [issue-78] Add NetworkListener on virtual case - review Signed-off-by: funfrockmar <[email protected]> * [issue-78] Add NetworkListener on virtual case - sonar Signed-off-by: funfrockmar <[email protected]> * [issue-78] Add NetworkListener on virtual case - javadoc Signed-off-by: funfrockmar <[email protected]> Signed-off-by: Arthur Michaut <[email protected]>
Signed-off-by: bhorvilleur <[email protected]> Signed-off-by: Arthur Michaut <[email protected]>
Signed-off-by: bhorvilleur <[email protected]> Signed-off-by: Arthur Michaut <[email protected]>
Signed-off-by: Arthur Michaut <[email protected]>
…al delegate Signed-off-by: bhorvilleur <[email protected]> Signed-off-by: Arthur Michaut <[email protected]>
- Errors on date serialization / deserialization - Bugfix on computation of end date : must be inclusive (last time step of the series) Signed-off-by: bhorvilleur <[email protected]> Signed-off-by: Arthur Michaut <[email protected]>
Signed-off-by: bhorvilleur <[email protected]> Signed-off-by: Arthur Michaut <[email protected]>
Signed-off-by: bhorvilleur <[email protected]> Signed-off-by: Arthur Michaut <[email protected]>
Signed-off-by: bhorvilleur <[email protected]> Signed-off-by: Arthur Michaut <[email protected]>
…nservation and string timeseries, such as TimeSeriesServerAppStorage Signed-off-by: bhorvilleur <[email protected]> Signed-off-by: Arthur Michaut <[email protected]>
String time series will have to be handled with different methods and end points. Signed-off-by: bhorvilleur <[email protected]> Signed-off-by: Arthur Michaut <[email protected]>
Signed-off-by: bhorvilleur <[email protected]> Signed-off-by: Arthur Michaut <[email protected]>
Signed-off-by: bhorvilleur <[email protected]> Signed-off-by: Arthur Michaut <[email protected]>
Signed-off-by: Arthur Michaut <[email protected]>
Signed-off-by: Arthur Michaut <[email protected]>
Signed-off-by: Arthur Michaut <[email protected]>
Signed-off-by: Arthur Michaut <[email protected]>
Signed-off-by: Arthur Michaut <[email protected]>
…rage / config) Signed-off-by: Arthur Michaut <[email protected]>
Signed-off-by: Arthur Michaut <[email protected]>
… config (ts server app storage) Signed-off-by: Arthur Michaut <[email protected]>
Signed-off-by: Arthur Michaut <[email protected]>
Signed-off-by: Arthur Michaut <[email protected]>
Signed-off-by: Paul Bui-Quang <[email protected]> Signed-off-by: Arthur Michaut <[email protected]>
Signed-off-by: Arthur Michaut <[email protected]>
… mixed results and extract the expected values types explicitly Signed-off-by: Arthur Michaut <[email protected]>
Signed-off-by: Arthur Michaut <[email protected]>
armic-artelys
force-pushed
the
draft_ts_server
branch
from
July 9, 2021 14:32
8fc411a
to
2c449b0
Compare
…erver # Conflicts: # afs-timeseries-server-storage/pom.xml # afs-timeseries-server-storage/src/main/java/com/powsybl/afs/timeseriesserver/storage/TimeSeriesStorageDelegate.java
Signed-off-by: amichaut <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Please check if the PR fulfills these requirements (please use
'[x]'
to check the checkboxes, or submit the PR and then click the checkboxes)What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
This PR adds a new storage type to AFS. This storage is based on the use of Time Series Server (see PR here as datasource for time series and MapDB for the rest.
Complete integration is present : should be working with powsybl components auto-injection.
What is the current behavior? (You can also link to an open issue here)
No support for Time Series Server.
What is the new behavior (if this is a feature change)?
Added the support for Time Series Server.