You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The currently workflow involves running a script that generates random endpoints in CSV, then another one that ingests the endpoints from CSV and outputs them unchanged to JSON. The final profiling script then consumes the JSON.
There does not seem to be any need for these multiple transformations -- the profiler script should just load the CSV directly, or the endpoints should be saved to JSON from the beginning. Given the tabular nature of endpoint lists, CSV seems like a good option.
The text was updated successfully, but these errors were encountered:
The currently workflow involves running a script that generates random endpoints in CSV, then another one that ingests the endpoints from CSV and outputs them unchanged to JSON. The final profiling script then consumes the JSON.
There does not seem to be any need for these multiple transformations -- the profiler script should just load the CSV directly, or the endpoints should be saved to JSON from the beginning. Given the tabular nature of endpoint lists, CSV seems like a good option.
The text was updated successfully, but these errors were encountered: