aicers / giganto

Raw-Event Storage System for AICE
Apache License 2.0
6 stars 3 forks source link

Add GraphQL API to provide raw events in csv format #896

Closed kimhanbeom closed 3 days ago

kimhanbeom commented 1 week ago

Whenever a new protocol is added, we have to modify the code to display it in the UI, and to minimize this modification, we need to add a GraphQL API that provides the raw events of network/sysmon protocols as a csv-formatted string. (See UI repository issue 745 for more details)