Viewing profile — karmi
karmi
HN member- Joined
- Mon, Nov 29, 2010, 9:14 AM UTC
- HN karma
- 55
- Public activity
- 19 items
- HN profile
- View on Hacker News ↗
About karmi
Recent public activity
-
comment
Comment #36573775
Part practical demonstration of differences between lexical and semantic search in Elasticsearch, with a Sentence Transformer model and the Quora dataset, part text embeddings expl…
- story
- story
- story
-
comment
Comment #7825686
Have a look here: https://github.com/elasticsearch/elasticsearch-rails/tree/ma... -- it offers a "repository" based approach to persistence. An "ActiveRecord-like" pattern is being…
-
comment
Comment #4543805
Try http://codeclimate.com
-
comment
Comment #4418095
Link to the Ember Data adapter: https://github.com/karmi/ember-data-elasticsearch/ , link to the gist with Goliath proxy for Twitter @Anywhere authentication: https://gist.github.c…
- story
-
comment
Comment #4404436
That's legitimate concern -- you can of course put an Nginx proxy in front of elasticsearch to deny DELETE requests (see eg. http://www.elasticsearch.org/tutorials/2012/03/21/deplo…
-
comment
Comment #4382951
Check out the example application as well: https://github.com/karmi/ember-data-elasticsearch/tree/maste...
- story
-
comment
Comment #4251733
Also, don't forget to check the ecosystem around elasticsearch: clients, integration, Puppet & Chef manifests/recipes, etc: http://www.elasticsearch.org/guide/appendix/clients.html…
-
comment
Comment #3986217
Cubism is pretty easy to work with, or? See my heavily annotated sketch of continuous polling with Cubism; http://bl.ocks.org/2689616
-
comment
Comment #3831574
Running ElasticSearch on AWS is pretty easy, see http://www.elasticsearch.org/tutorials/2012/03/21/deploying-...
-
story
Deploy ElasticSearch clusters with Chef Solo on AWS
A tutorial how to deploy ElasticSearch clusters with Chef Solo, tailored for AWS, with Monit configuration and Ngnix proxy for HTTP auth included.
-
comment
Comment #3181417
While I understand where you're coming from, Max, this is really dangerous delusion. Couch just lost the drive it had in the beginning, for whatever reasons, crazy focus on "data l…
-
story
“Reversed” or “Real Time” Search with ElasticSearch and Ruby
The annotated source [https://gist.github.com/1025498] provides an example for using the ElasticSearch's percolator feature in a Ruby application.
-
comment
Comment #2298700
> Each modification generates a new version of the document. (...) we don’t need it, and there’s no way to disable it (...) Note that there's a `_revs_limit` setting available: " r…
- story