Zeeshan Abid

Results 9 comments of Zeeshan Abid

All right, so my use case was the following: I had a `serverless` function running on `AWS Lambda` reading from a stream and pushing to `Firehose`. `PutRecordBatch` on firehose is...

I have installed the development environment and am able to access the admin panel. So the title field that is supposed to be 60 characters, this is the title of...

@KatherineMichel How do I test my code? It seems like the git repository is a build installed using pip. Should I set up a test django app, edit the code,...

Is this issue being actively worked on? I know @sdd already has a fork with `aws-sdk`. Is there a plan to get that merged in?

Thanks for that link. It looks like I could develop this as an external dependency. I will start planning and working on this in my past time, so the timeline...

@Natim @leplatrem I have looked at kinto-redis and these are the ideas/Questions that I got from the code base of kinto and kinto-redis. Correct me if I am wrong: 1-...

Hi guys, I am working on this. I am making progress. I have understood testing it as well. I opened an issue with one of the test cases in kinto.core.storage.testing....

@Natim @leplatrem Hey guys. I pushed an initial version on my repo. It involves the basic methods to create, update, insert and delete records. I am working on the more...

I haven't heard from you guys, but here is an update. So SQLite doesn't support json blobs. It has support for simple text blobs. Hence, I serialize and deserialize on...