basho: All content tagged as basho in NoSQL databases and polyglot persistence
Wednesday, 9 February 2011
Basho Raises Funding for Expanding Market Reach
The exciting news from yesterday are not over yet. Even if the announcement is not official, it already reached press[1]: Basho, creators of the Riak key-value store and Riak Search, the first full text indexing solution integrated with a NoSQL database, have raised in an up round an additional $7.5mil from a private equity firm and Trifork AS, a Danish systems integrator.
Many of the new companies backing NoSQL databases that have raised funds recently were planning to use these investments to expand their technical teams. In Basho’s case, plan is to use this round mostly for expanding their marketing and sales departments. Trifork is also becoming the European distributor of the Riak database.
Coverage
- Trifork signs agreement with Basho Technologies, Inc.
- Basho raises $7.5M to expand NoSQL database sales
- NoSQL consolidation begins… — Too much information
-
As a side note, I’m starting to learn what news embargos mean: it is the deadline that in the rush for getting eye balls is never respected. ↩
Original title and link: Basho Raises Funding for Expanding Market Reach (NoSQL databases © myNoSQL)
Wednesday, 17 November 2010
Basho and Gemini Mobile New Contributions to Erlang Cluster Management
After riak_core — the refactored Riak core that can be used for building distributed apps without shared state, Basho is releasing now riak_err:
The riak_err OTP application replaces about 90% of the default Erlang/OTP info/error/warning event handling mechanism. The replacement handler places strict limits on the maximum size of a formatted message. So, if you want to limit the maximum length of an error message to 64 kilobytes, you can. The result is that it’s now much more difficult to get Riak to crash due to error message handling.
riak_err is available on ☞ GitHub.
Gemini Mobile Technologies, the company behind Hibari, the distributed, high available key-value store, is open sourcing under Apache license cluster_info:
It provides a flexible and easily-extendible way to dump the state of a cluster of Erlang nodes. The app can also automatically gather all of this data from all nodes and write it into a single file. It’s about as easy as can be to take a snapshot of all nodes in a cluster.
Currently, cluster_info is packaged together with Hibari, but Basho will start distributing it with the next Riak release.
Original title and link: Basho and Gemini Mobile New Contributions to Erlang Cluster Management (NoSQL databases © myNoSQL)
Tuesday, 17 August 2010
Video: Riak from Small to Large
Rusty Klophaus (Basho) talking about how you can go from using a single Riak server to a fully distributed Riak installation:
I’ve seen this presentation live at Berlin Buzzwords and it is a must see.
Video: Riak from Small to Large originally posted on the NoSQL blog: myNoSQL
Most Popular Articles
- Translate SQL to MongoDB MapReduce
- Tutorial: Getting Started With Cassandra
- CouchDB vs MongoDB: An attempt for a More Informed Comparison
- Cassandra @ Twitter: An Interview with Ryan King
- A Couple of Nice GUI Tools for MongoDB
- NoSQL benchmarks and performance evaluations
- Ehcache: Distributed Cache or NoSQL Store?
- Document Databases Compared: CouchDB, MongoDB, RavenDB
- Quick Review of Existing Graph Databases
- NoSQL Data Modeling