-
Notifications
You must be signed in to change notification settings - Fork 2
[CYB-4;CYB-137] TableAPI Flink Indexer + Parser UI updates #38
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
Merged
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
ddb1197
cyb-4 temp
stas-panasiuk 9a71819
cyb-4 finished main storage + fields logic
stas-panasiuk 579967b
cyb-4 partition commit based on the system time with 1h frequency
stas-panasiuk d8a6b46
cyb-4 cleanup
stas-panasiuk 3a26c4c
CYB-137 Added index mapping parser UI tab that provides data for fiel…
stas-panasiuk 1f633ea
CYB-137 cleanup
stas-panasiuk 61d267a
CYB-137 cleanup #2
stas-panasiuk fd2955d
CYB-4 moved DTOs to higher level dependency
stas-panasiuk adf9f6f
CYB-4 indexing DTOs
stas-panasiuk 333bd51
CYB-137 indexing file and source selection implemented
stas-panasiuk 40f1b8e
CYB-137 removed unnecessary sourceList variable
stas-panasiuk 0ba0ece
CYB-4 hive.writer->flink.writer
stas-panasiuk 81ab197
CYB-4 switched table creation from SQL to avoid hive dialect
stas-panasiuk e83d421
CYB-4 added support for Kafka connector
stas-panasiuk c943c91
fixed index properties file
stas-panasiuk 7eac6df
Kafka table creation fix + insert logs
stas-panasiuk 0db248a
Kafka table creation fix #2
stas-panasiuk 023dea4
Merge branch 'develop' into cyb-4
stas-panasiuk cc3edd4
Merge branch 'CYB-137' into cyb-4-137
stas-panasiuk bab003e
Merge branch 'develop' into cyb-4-137
stas-panasiuk 2a7cbd7
CYB-4 merge fix
stas-panasiuk 0d928ef
CYB-4 index properties comments added
stas-panasiuk d3ab953
[CYB-4] Added readme for the new logic
stas-panasiuk 3f4e16f
Merge branch 'develop' into cyb-4-137
stas-panasiuk f363082
Merge branch 'develop' into cyb-4-137
stas-panasiuk 41dfd7a
[CYB-4] review fixes
stas-panasiuk 4e3b200
[CYB-4] git bug fix
stas-panasiuk File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
21 changes: 21 additions & 0 deletions
21
flink-cyber/cyber-jobs/src/main/resources/conf/templates/index/mapping-config.json
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,21 @@ | ||
| { | ||
| "squid": { | ||
| "table_name": "hive_table", | ||
| "ignore_fields": [ | ||
| "code" | ||
| ], | ||
| "column_mapping": [ | ||
| { | ||
| "name": "full_hostname" | ||
| }, | ||
| { | ||
| "name": "action" | ||
| } | ||
| ] | ||
| }, | ||
| "test": { | ||
| "table_name": "another_hive_table", | ||
| "column_mapping": [ | ||
| ] | ||
| } | ||
| } |
14 changes: 14 additions & 0 deletions
14
flink-cyber/cyber-jobs/src/main/resources/conf/templates/index/table-config.json
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| { | ||
| "hive_table": [ | ||
| { | ||
| "name": "full_hostname", | ||
| "type": "string" | ||
| }, | ||
| { | ||
| "name": "action", | ||
| "type": "string" | ||
| } | ||
| ], | ||
| "another_hive_table": [ | ||
| ] | ||
| } |
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.