background preloader

Data Management

Facebook Twitter

The Top 50 Companies That Mine and Sell Your Data (and How to Opt Out) Data Management Tips: Staying Organized with Thousands of Customers. Customer data management is the method by which you collect and manage a variety of information about your customers so you can analyze it.

Data Management Tips: Staying Organized with Thousands of Customers

Companies use this data to figure out how to improve their businesses, better serve their customers, and encourage customer loyalty. You have all this data! Now what do you do with it? When you started your business, you were able to track your company’s customer data via a simple Excel spreadsheet that you managed yourself. Ah, the good old days! 1. If you don’t know what your end goals are, you aren’t going to know which data you want to collect from your customers. Remember, if your needs change in the future; you can adjust your data collection strategy. Here is a very basic example: let’s say that you are a touring musician. So much data, so little time! 2. A lot of customers will give you false information because they want to keep their private information private. Remember: People move. 3.

MANAGEMENT THINKING. Posted 29 Apr 2013 How data is driving corporate strategy—and what still lies ahead The data directive is an Economist Intelligence Unit (EIU) report, commissioned by Wipro. It seeks to explore the degree to which the ongoing data revolution is delivering truly strategic change within companies, as opposed to more incremental optimisation gains. Download the report for free A special summary paper focusing on the finance function— The data directive: Focus on the CFO —is available for download by clicking on Special Reports above. The research draws on two primary inputs: * A wide-ranging survey of 318 C-suite executives, divided between CEOs (13%), CFOs (20%), COOs (13%), CIOs (12%), CMOs (9%), and other C-suite roles. * In-depth interviews with business executives and experts, as listed below. MongoMapper. Up and running with cassandra. Cassandra is a hybrid non-relational database in the same class as Google’s BigTable.

up and running with cassandra

It is more featureful than a key/value store like Riak, but supports fewer query types than a document store like MongoDB. Cassandra was started by Facebook and later transferred to the open-source community. It is an ideal runtime database for web-scale domains like social networks. This post is both a tutorial and a “getting started” overview. You will learn about Cassandra’s features, data model, API, and operational requirements—everything you need to know to deploy a Cassandra-backed service. April 28, 2011: post updated for Cassandra gem 0.10 and Cassandra version 0.7. features There are a number of reasons to choose Cassandra for your website. Flexible schema: with Cassandra, like a document store, you don’t have to decide what fields you need in your records ahead of time. Some other features that help put Cassandra above the competition : installation You need a Unix system.

It runs! Live demo irb. Up and running with cassandra.