Hacker News new | ask | show | jobs
by vgt 3535 days ago
Google BigQuery has a Streaming API specifically for this reason. Up to 100,000 rows per second per table, available immediately for analysis. Interestingly, with BigQuery batch or stream ingest uses different resources than query, so your query performance doesn't degrade due to ingest.

(Work on Google Cloud)