You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2019/06/17 21:45:20 UTC

[GitHub] [incubator-druid] vogievetsky opened a new issue #7910: It would be really cool to have an InlineFirehose

vogievetsky opened a new issue #7910: It would be really cool to have an InlineFirehose
URL: https://github.com/apache/incubator-druid/issues/7910
 
 
   ### Description
   
   It would be awesome to have a very simple firehose that produces data inlined from its own spec. I am not sure what the API should be but it would be like: 
   
   ```json
   {
     "type": "inline",
     "mime": "application/json",
     "encoding": "base64",
     "data": "iVBORw0KGgoAAAANSUhEUgAAAKsAAADVCAMAAAAfHvCaAAAAGFBMVEV..."
   }
   ```
   
   Encoding could maybe be base64, base64gzip, or whatever is needed to decode the contents of data.
   
   I am imagining that there will be like a 200kb limit on the data so as it fits into a znode with room to spare.
   
   ### Motivation
   
   This would allow us to paste some data directly into the data loader to test out the parsing and schema.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org