-
New Feature
-
Resolution: Unresolved
-
Normal
-
None
-
None
Right now when we ingest listens in JSON format we end up parsing and re-generating the JSON more than once. This process is slow in python and we're getting poor end point performance (6 reqs/s). We should separate the ingestion end-point and move it to a compiled language that can process the data faster than a python script can.