sponsor: All content tagged as sponsor in NoSQL databases and polyglot persistence
Monday, 6 May 2013
Advantages of developing NoSQL applications on .NET platforms using FatDB [sponsor]
Words from this week’s sponsor, FatCloud:
FatDB is a full implementation of NoSQL databases for Windows .Net development, extending database functionality by integrating a Map Reduce work queue, file management system, a high speed cache, and application services. Therefore, FatDB is uniquely suited to as a platform to construct applications that are scalable, reliable, responsive to market changes, and cost effective. FatDB enables powerful, scalable applications providing the agility and performance required through:
- Reduces complexity. Applications are developed faster.
- Increases elasticity. Applications can quickly respond to shifts in demands.
- Portability. Applications can move to the cloud and back.
From these operating factors, FatDB is ideally suited for:
- Mobile. Great when trying to accommodate unpredictable usage, requiring applications to be elastics to cope with changes in demand.
- Financial Services. Financial applications requiring real-time data access with extremely high availability.
- E-Commerce. Provides flexible data structures to capitalize on new market opportunities.
- Manufacturing. Systems must respond against peak production, providing insight into trends and feedback mechanics.
Simply, FatDB can help you develop NoSQL applications in .Net with less effort and significantly less cost, higher quality and performance, for demanding cloud-based applications. Download a free Developer’s edition at FatCloud.
Original title and link: Advantages of developing NoSQL applications on .NET platforms using FatDB [sponsor] (©myNoSQL)
Monday, 29 April 2013
Install Aerospike Community Edition in 10 Minutes! [sponsor]
Words from this week’s myNoSQL sponsor, Aerospike. By checking out the weekly sponsor’s products or services, you’ll not become a better person, but most probably you’ll be better informed. And, you’ll help support this blog which has been around since almost the beginnings of the NoSQL and Big Data and needs you to continue to live. Thank you.
To help you get up and running with Aerospike Community Edition as quickly as possible, we’ve created a video tutorial that in just a tad over 10 minutes will guide you through the installation and running your first commands.
Download our FREE Database and see how easy it is to install!
Original title and link: Install Aerospike Community Edition in 10 Minutes! [sponsor] (©myNoSQL)
Friday, 26 April 2013
Actian/Pervasive
My thanks to Actian/Pervasive for sponsoring this week of myNoSQL to promote their “pull data from pretty much anywhere and load it into Hadoop”, Actian Rushloader tool.
it looks like Actian wants to play an important role in the Big Data market as they have recently announced the acquisition of the Amazon-funded ParAccel whose main tool powers Amazon Redshift data warehouse service.
Original title and link: Actian/Pervasive (©myNoSQL)
Monday, 22 April 2013
3 Steps for a Fast Relational Database to Hadoop Data Load [Sponsor]
Words from this week’s sponsor, Pervasive/Actian:
So, you want to pull a buttload (That’s a technical term.) of data out of a relational database and slam it into HDFS or HBase for processing. Well, maybe you’ve got a nice, powerful Hadoop cluster, but that old school database isn’t designed for parallel data exports. How do you get the data moved into Hadoop before you’re eligible for retirement?
Here’s how:
-
Use the new Actian Rushloader. It’s a nice, simple, free tool that allows you to pull data from any database that has a JDBC driver, as well as log files, delimited files, HBase and ARFF files. RushLoader functions on any operating system with a JVM and with any file system, including Amazon S3, UNIX and HDFS.
The nice thing about RushLoader is that on the surface, it’s a quick and easy, point and click workflow tool, a cut down version of the KNIME open source data mining platform. Under the covers, it uses the DataRush engine that divides and optimizes workloads at runtime, so it takes full advantage of as much parallel hardware power as you give it, without you having to do any coding work to make it happen.
-
Configure the data query in the Rushloader database reader like this:
(t = a table name, c = a column name) Select * from t where c =?
-
Set up a parameter query for ? like this:
Select distinct c from table
These three steps will give you all the distinct values in the column, and send a separate query for each value to the database. Having each row query separated allows the DataRush engine to automatically spread the work across the available machines and threads, giving you a high speed parallel data pull. There’s more info on parameter queries is in the DataRush docs, and the new Actian big data community provides a DataRush toolset discussion forum if you run into trouble.
The free RushLoader includes simple row and column filtering. If you want to get any more sophisticated about the load - add data quality checks, do aggregations, sorting, source joins, lookups, that sort of thing - you have to move up to the commercial version, RushAnalytics. If all you need is a lot of data pulled from an RDBMS and slammed into Hadoop, Rushloader can do the job faster by far than anything else on the market.
Original title and link: 3 Steps for a Fast Relational Database to Hadoop Data Load [Sponsor] (©myNoSQL)
Monday, 8 April 2013
NoSQL Search Roadshow [Sponsor]
This week’s sponsor doesn’t have a specific message. But I do have one for them.
The people behind this road events are the fine folks from Trifork. They’ve been organizing JAOO, nowadays GOTO, for quite a while. They’ve also been part of the QCon conferences. If you’ve ever been to any of these events you’ll know immediately what I mean. I haven’t been yet to a NoSQL roadshow, but besides Berlin, Copenhagen, Zurich and Amsterdam, I’ve heard they’ll pass by San Francisco too. Most probably I’ll be there.
While the conference roster changes from event to event, I’m pretty sure you’ll get some of the best. Looking at Berlin, I can see Michael Hunger, Chris Molozian and Pavlo Baron.
The next event is in Berlin on April 16th. You need to hurry up for a dose of NoSQL, german cars and beers1.
-
If you know me and you really, really want to go to the event drop me a line and I might be able to do something for you. ↩
Original title and link: NoSQL Search Roadshow [Sponsor] (©myNoSQL)
Sunday, 7 April 2013
Aerospike
For the third time my thanks to Aerospike for sponsoring myNoSQL to promote the homonymous key-value store specialized in performance.
The case studies Aerospike has published during the last couple of months are focusing on scenarios that require speed. If you take a look at their customers, you’ll notice quite a few coming from the ad serving business. The scenario for these is: have many precomputed values and then serve them as fast as possible. It’s very simplified, but that’s basically it.
Original title and link: Aerospike (©myNoSQL)
Monday, 1 April 2013
A new benchmark study evaluates Aerospike, Cassandra, Couchbase and MongoDB
Words from this week’s sponsor, Aerospike:
A new benchmark study evaluates Aerospike, Cassandra, Couchbase and Mongodb and examines the benefits of using a NoSQL database with the ability to process transactions in the face of hardware or other node failures.
Original title and link: A new benchmark study evaluates Aerospike, Cassandra, Couchbase and MongoDB (©myNoSQL)
Friday, 29 March 2013
Aerospike
My thanks again to Aerospike for sponsoring myNoSQL for the 2nd week to promote their super-fast key-value database.
Performance is not a feature in itself. But if you think of it, there are so many scenarios that require a super-fast solution. Think of memcached for a second. Having around a tool whose main goal is to be super-fast is a good thing and Aerospike seems to be the one willing to address this need.
Original title and link: Aerospike (©myNoSQL)
Monday, 25 March 2013
Aerospike
My thanks to Aerospike for sponsoring the last week to promote their key-value in-memory or Flash optimized database.
Since rebranding to Aerospike, the team there has been talking a lot about speed. Lately they’ve been publishing a couple of case studies show casing Aerospike’s speed. Thumbtack Technology also published the results of YCSB Benchmark comparing Aerospike with Cassandra, Couchbase and MongoDB. All I can say is that the results are in their favor.
Original title and link: Aerospike (©myNoSQL)
Tuesday, 19 March 2013
YCSB Benchmark Shows Aerospike Nearly 10x Faster Than the Competition [Sponsor]
Words from this week’s sponsor, Aerospike:
Thumbtack Technology’s YCSB Benchmark shows Aerospike nearly 20x faster than Cassandra, Couchbase and Mongodb for consumer-facing applications that require extremely high throughput and low latency, and whose information can be represented using a Key-Value schema. Read it now!
Original title and link: YCSB Benchmark Shows Aerospike Nearly 10x Faster Than the Competition [Sponsor] (©myNoSQL)
Monday, 18 March 2013
Instaclustr
My thanks to Instaclustr for sponsoring the last week to promote their AWS hosted, managed, low cost Apache Cassandra hosting services.
Most of the time managing services and databases is not our main competency. Plus with the frequent updates of the NoSQL databases, staying up to date is a challenge. Why not delegating these tasks to specialized services and moving the responsibility in their yard? It would buy us the time and resources to work on our applications and also train ourselves into managing these services.
Give Instaclustr a try and let me know how it worked for you.
Original title and link: Instaclustr (©myNoSQL)
Monday, 11 March 2013
Instaclustr - Cost Effective, High Performance Managed NoSQL Hosting [Sponsor]
Words from this week’s sponsor, Instaclustr:
On the 27th of February, Instaclustr, one of the first dedicated Apache Cassandra hosting platforms left beta. Running on Amazon EC2 infrastructure, Instaclustr dramatically reduces the deployment and management pains associated with running a Cassandra cluster.
Here’s what you’d get with Instaclustr:
-
Totally managed: Instaclustr reduces the headaches associated with deploying and running a highly available Cassandra cluster. Deploy Cassandra in minutes, knowing that backups, monitoring, maintenance and tuning are all taken care of.
-
Fast: Cassandra clusters managed by Instaclustr will provide consistently lower latency operations, with greater throughput per dollar than DynamoDB, MongoDB and other managed NoSQL offerings.
-
Highly Available: Instaclustr deploys Cassandra on Amazon infrastructure, leveraging geographically distinct availability zones and on-demand instances to ensure your cluster is always available.
-
Low Cost: Instaclustr has an incredibly low total cost of ownership when compared to other managed NoSQL offerings and includes email support and proactive monitoring.
For more details check how Instaclustr works and sign up for an account.
Original title and link: Instaclustr - Cost Effective, High Performance Managed NoSQL Hosting [Sponsor] (©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