Subject: Big-Data Analytics (CSE-420) Class: B.Tech (CSE) Semester: 6 Semester: 6 Lecture No. 13
Subject: Big-Data Analytics (CSE-420) Class: B.Tech (CSE) Semester: 6 Semester: 6 Lecture No. 13
• Architecture of Aerospike
• Transaction in Aerospike
• AsterixDB
• Aerospike: (A New Generation KV Store):--
]
},
"text": "what we've been up to at @gnip -- delivering data to happy customers http://gnip.com/success_stories",
"id": 28039652140,
“geo”: null,
"retweet_count": null,
"in_reply_to_user_id": null,
"user": {
"name": "Gnip, Inc.",
"lang": "en",
"followers_count": 260,
"friends_count": 71,
"statuses_count": 302,
"screen_name": "gnip"
},
}
• AsterixDB: (A DBMS for semi-structured data):--
• From the previous slide, entities and user, two parts (in
blue) is nested, that means embedded within the structure of
the tweet.
Which looks like standard database table, represent the user portion of
the JSON object that we highlight.
• Bottom Part:
Closed: data instance must have the same attribute within the schema.
geo: point?: ?(Optional) means -- All instance need not have it.
•
for $userin datasetTwitterUsersorder by
$user.followers_count desc,$user.langasc return$user
•
SELECT a.val,b.val FROM a LEFTOUTERJOIN bON
(a.key=b.key)
•
•
•
Hyracks Job Management
•
•
•
•
•
• from filesin a directory path
create dataset Tweets (Tweet)
primary key id;