Rémy HUBSCHER

Results 390 comments of Rémy HUBSCHER

It's definitely feasible and we even considered moving the Memory backend to an in memory SQLIte database in order to support transaction with the memory backend. I am wondering if...

1. Yes 2. No you don't need to learn anything about Cornice and Pyramid for this storage implementation. For the middleware maybe a little bit 3. You should let the...

I guess you can load the JSON in memory and use a similar mecanism to the one we use with Redis and the memory backend to do the filtering. (You...

It should be impossible to create a collection without a creation timestamp.

> I don't think it's dangerous to leak that information, but maybe I'm wrong. In the case of kinto-signer setup we don't have this issue for sure but globally as...

You can use [Kinto with Elasticsearch](https://github.com/Kinto/kinto-elasticsearch) if you need fulltext search capabilities. We also have a [kinto-algolia](https://github.com/Kinto/kinto-algolia/) plugin if you want to use algolia as a fulltext engine. I guess...

Having a GraphQL endpoint for Kinto seems like a good idea. Feel free to start a proposal of how you see this work.

I use a custom Dockerfile with that installs uwsgi and run: ```/usr/local/bin/uwsgi --ini kinto.ini```

That's a good point, I guess we can change that.

I had a closer look at the Dockerfile, and it seems to be designed for a quick launch (with the memory backend and all) and not for a production use....