Thursday, 5 March 2015
Lucene nightly benchmarks
Each night, an automated Python tool checks out the Lucene/Solr trunk source code and runs multiple benchmarks: indexing the entire Wikipedia English export
three times (with different settings / document sizes); running a
near-real-time latency test; running a set of "hardish" auto-generated
queries and tasks. The tests take around 2.5 hours to run, and the
results are verified against the previous run and then added to the
graphs linked below.
The goal is to spot any long-term regressions (or, gains!) in Lucene's performance that might otherwise accidentally slip past the committers, hopefully avoiding the fate of the boiling frog.
See more details in http://people.apache.org/~mikemccand/lucenebench/
The goal is to spot any long-term regressions (or, gains!) in Lucene's performance that might otherwise accidentally slip past the committers, hopefully avoiding the fate of the boiling frog.
See more details in http://people.apache.org/~mikemccand/lucenebench/
Wednesday, 4 March 2015
The open source Markdown editor for OS X.
MacDown is an open source Markdown editor for OS X, released under the MIT License.
Look here:
http://macdown.uranusjr.com/
Look here:
http://macdown.uranusjr.com/
Tuesday, 3 March 2015
Using SSH Agent
SSH agent allows a user to enter their passphrase(s) for unlocking
various SSH keys once at the start of a session to unlock the keys and
from then on for the duration of the session the user no longer has to
enter the pass phrase(s).
Conventionally setting up SSH agent for use is a bit of a pain as it has to be run before the user session is started.
Conventionally setting up SSH agent for use is a bit of a pain as it has to be run before the user session is started.
Storing Passphrases in the Keychain
To store the passphrase for your default key in the Keychain open a Terminal and run:ssh-add -KAnd to store the passphrase for a different key run:
ssh-add -K /path/to/private/key/fileWhen prompted for your passphrase enter it and that is it.
Monday, 2 March 2015
Couchbase Live Europe
Free Couchbase conference in London.
At this event, you will learn how to:
http://www.cvent.com/events/couchbase-live-europe-re-platforming-for-big-data-success/event-summary-bf96572b15d841a692ee8a164370384d.aspx
At this event, you will learn how to:
- Leverage NoSQL and Hadoop to build real-time big data solutions
- Develop and deploy large-scale NoSQL applications with Couchbase Server
- Create richer mobile experiences for users with big data mobile solutions
http://www.cvent.com/events/couchbase-live-europe-re-platforming-for-big-data-success/event-summary-bf96572b15d841a692ee8a164370384d.aspx
Sunday, 1 March 2015
Announcing MongoDB 3.0
The upcoming release will be generally available in early March. Write performance has
improved by 7x - 10x with WiredTiger and document-level concurrency
control, compression reduces storage needs by up to 80%, and new
management software called Ops Manager can reduce operational overhead
by up to 95% for most tasks. To learn more, please check out the
following resources:
https://www.mongodb.com/blog/post/announcing-mongodb-30
https://www.mongodb.com/blog/post/announcing-mongodb-30
Monday, 19 January 2015
Subscribe to:
Posts (Atom)