> 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

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