> Technologies Strategy - From Idea to Mobile App RealityVinova Our team will brainstorm with you on where to begin, where to go, and how to get you there. Whether you have a spark of an idea or an existing app – we can help. Getting your mobile strategy right is what our unique services are all about. We’ll wrestle with business challenges, discover new opportunities that will help you define and refine your product ideas into mobile app reality.

CQL, the Cassandra Query Language


CREATE COLUMNFAMILY users (
...     key varchar PRIMARY KEY,
...     full_name varchar,
...     birth_date int,
...     state varchar ... );

CREATE INDEX ON users (birth_date);
CREATE INDEX ON users (state);

INSERT INTO users (key, full_name, birth_date, state) VALUES ('bsanderson', 'Brandon Sanderson', 1975, 'UT');
INSERT INTO users (key, full_name, birth_date, state) VALUES ('prothfuss', 'Patrick Rothfuss', 1973, 'WI');
INSERT INTO users (key, full_name, birth_date, state) VALUES ('htayler', 'Howard Tayler', 1968, 'UT');

SELECT key, state FROM users;
key        | state |
bsanderson |    UT |
prothfuss  |    WI |
htayler    |    UT |

SELECT * FROM users WHERE state='UT' AND birth_date > 1970;
KEY        | birth_date |         full_name | state |
bsanderson |       1975 | Brandon Sanderson |    UT |

HBase has PigLatin, now Cassandra has CQL. It’s a natural evolve step for distributed databases that depend of Map-Reduce to query and processing data.

Malcare WordPress Security

singapore web development,mobile app developer singapore,web design singapore,singapore web design,developer in singapore,design agency singapore,design firms in singapore,singapore web design services,mobile developer singapore,website designer singapore,app developer singapore,android developer singapore,mobile apps singapore,graphic designer in singapore,web design company singapore,website development singapore,website design singapore,mobile application developer singapore,mobile apps development singapore,singapore website design,website developer singapore,web development singapore,ios developer singapore,singapore mobile app developer,developers in singapore,ios app development singapore,ruby on rails developer singapore,mobile app development singapore,web development company singapore,mobile game developer singapore,app development singapore,mobile application development singapore,web design services singapore,singapore mobile application developer,web application singapore,web designer singapore,singapore app developer