> 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 design,mobile game developer singapore,web designer singapore,mobile developer singapore,web design singapore,singapore mobile application developer,website designer singapore,ios developer singapore,graphic designer in singapore,design firms in singapore,website design singapore,ruby on rails developer singapore,design agency singapore,web development singapore,website developer singapore,developer in singapore,mobile app development singapore,web design services singapore,developers in singapore,singapore app developer,ios app development singapore,singapore mobile app developer,web design company singapore,web development company singapore,mobile app developer singapore,app development singapore,web application singapore,singapore website design,mobile apps singapore,singapore web development,mobile application development singapore,website development singapore,android developer singapore,mobile application developer singapore,singapore web design services,mobile apps development singapore,app developer singapore