Hi All, I would like to start a voting process to merge the new feature "Remove CSVs files as storage layer for Spot results"
*PR*: https://github.com/apache/incubator-spot/pull/32 *ISSUE*: https://issues.apache.org/jira/browse/SPOT-35?jql=project%20%3D%20SPOT <https://issues.apache.org/jira/browse/SPOT-35?jql=project%20=%20SPOT> *Summary* New GraphQL API. Apache Spot (incubating) data can be queried through an API using GraphQL (queries and mutations). User Interface leverage GraphQL data query language capabilities in order to fill out the different frames such as: Suspicious Connects, Network View, Edge Investigation, and Network Details among others. GraphQL API has been developed to expose the different Spot results, such as: Spot Machine Learning (ML) Results, Operational Analytics (OA) data enrichment can be queried and consulted with the GraphQL API. In addition, User Scores will be stored in HDFS for Spot ML consumption. All the UI elements & feeders are no longer stored at User Interface Local File System Server, those elements were migrated into parquet & json files located in HDFS. Decouple UI & OA Modules. With the GraphQL API implementation, developers are allowed to connect their own developed User Interfaces elements to Apache Spot Results & Data in an easy manner and/or redefining current elements, implementing new data visualizations without an extra effort. Regards Ever
