John P. Kiffmeyer

Results 2 issues of John P. Kiffmeyer

In some cases, data is batched on the client side before sending it to Kinesis via a PutRecord request. (For instance, the data blob may be a json array containing...

Installing django-redshift using `pip install django-redshift` puts a directory in site-packages named "django-redshift". To import it, one would use `import django-redshift`, but the dash there is a syntax error. Workarounds...