Results 10 comments of amoyiki

you can use `pykafka` instead of `kafka-python` spouts/words.py ```python from streamparse import Spout from pykafka import KafkaClient class WordSpout(Spout): outputs = ['word'] def initialize(self, stormconf, context): client = KafkaClient(hosts="c1:9092,c1_1:9092,c1_2:9092") topic...

you can see this [How to ssh to localhost without password?](https://stackoverflow.com/questions/7439563/how-to-ssh-to-localhost-without-password#answer-16651742)

@dkellner i want to fix this mistake in this week

I have same problem if i used `http://127.0.0.1:5000/biddings?where={"id":"in(\"(10,12\"))"}` raw sql like ``` SELECT ... FROM tabel WHERE table.id = %s [] ``` I used `http://127.0.0.1:5000/people?where={"id":"in(\"(10,12)\")"}` raw sql like ``` SELECT...

OK, I know, that documentation example is missing `http://127.0.0.1:5000/people?where={"id":"in([10,12])"}` The above can work. Am I right? @dkellner

yes, use `"in([10,12])"` not work, my mistake,sorry

@ReshnaNP i think you can use `where={"or_": [{"id":"__eq__(10)"}, {"id": "__eq__(12)"}]}` instead of **in**

@ReshnaNP `?where={"user_id":[4,5]}` can work you can see [tests/sql.py](https://github.com/pyeve/eve-sqlalchemy/blob/master/eve_sqlalchemy/tests/sql.py#L140)

站点名称:四畳半神话大系 站点描述:一个后端程序员的踩坑经历 站点: http://blog.amoyiki.com/ 已加友链