SlideShare una empresa de Scribd logo
1 de 21
Descargar para leer sin conexión
Securely explore your data
DATA MODELING AND
INDEXING FOR
APACHE ACCUMULO
Sqrrl Webinar Series
October, 2013
Adam Fuchs, CTO
Sqrrl Data, Inc.
RECAP
1.  Introduction to Sqrrl and Accumulo
2.  Security In The Wild
3.  Sqrrl and Accumulo Technology
4.  The Data-Centric Security Ecosystem
In our September Webinar:
Sqrrl, Apache Accumulo, and Cell-Level Security
Sqrrl%Data,%Inc.%Confiden3al%and%Proprietary% 2%
TODAY’S DISCUSSION
1.  Sqrrl and Accumulo Technology Review
2.  Table Designs
1.  Dynamic Documents
2.  Graphs
3.  Inverted Indexes
3.  Putting It All Together with Sqrrl
Data Modeling and Indexing for Apache Accumulo
Sqrrl%Data,%Inc.%Confiden3al%and%Proprietary% 3%
LAYERED ARCHITECTURE
Turtles all the way down...
Accumulo'RPC'
(Sorted(Key/Value(I/O)(
Hadoop'RPC'
(File(I/O)(
Application
Sqrrl Enterprise
Sqrrl'API'over'Apache'Thri8'RPC'
(JSON,(Graph,(Aggrega=on,(
Search,(etc.)(
Sqrrl%Data,%Inc.%Confiden3al%and%Proprietary% 4%
An Accumulo key is a 5-tuple, consisting of:
"   Row: Controls Atomicity
"   Column Family: Controls Locality
"   Column Qualifier: Controls Uniqueness
"   Visibility Label: Controls Access
"   Timestamp: Controls Versioning
Row Col. Fam. Col. Qual. Visibility Timestamp Value
John Doe Notes PCP PCP_JD 20120912
Patient suffers
from an acute …
John Doe Test Results Cholesterol JD|PCP_JD 20120912 183
John Doe Test Results Mental Health JD|PSYCH_JD 20120801 Pass
John Doe Test Results X-Ray JD|PHYS_JD 20120513 1010110110100…
Accumulo(Key/Value(Example(
ACCUMULO DATA FORMAT
Sqrrl%Data,%Inc.%Confiden3al%and%Proprietary% 5%
Instance
new%ZooKeeperInstance(...)%
new%MockInstance()%
Connector
getConnector(...)%
TableOperations
InstanceOperations
SecurityOperations
Scanner BatchScanner
createScanner(...)% createBatchScanner(...)%
Range
IteratorOption
Map.Entry
Key Value
iterator()%
BatchWriter
createBatchWriter(...)%
Mutation
addMuta3on(...)%
THE ACCUMULO CLIENT API
Sqrrl%Data,%Inc.%Confiden3al%and%Proprietary% 6%
InJMemory%
Map%
Write%Ahead%
Log%
(For%Recovery)%
Sorted,%
Indexed%
File%
Sorted,%
Indexed%
File%
Sorted,%
Indexed%
File%
Tablet(Data(Flow(
Reads&
Iterator%
Tree%
Minor&
Compac0
on&
Merging&/&Major&
Compac0on&
Iterator%
Tree%
Writes& Iterator%
Tree%
Scan&
Tablet%Server%
Tablet%
Tablet%Server%
Tablet%
Tablet%Server%
Tablet%
Applica3on%
Zookeeper%
Zookeeper%
Zookeeper%
Master%
HDFS%
Read/Write&
Store/Replicate&
Assign/Balance&
Delegate&Authority&
Delegate&Authority&
Applica3on%
Applica3on%
ACCUMULO TECHNOLOGY
Strengths
•  Shared-Nothing => Scalability
•  Micro-Batching for Efficient
Random I/O
•  High Concurrency, Low Latency
for Denormalized Data
•  Sparse, Flexible Schema supports
dynamic and diverse data models
•  Cell-level Security promotes
sharing
Weaknesses
•  Sorting induces write multiplication
factor
•  Sparse schema support induces
additional storage overhead
Sqrrl%Data,%Inc.%Confiden3al%and%Proprietary% 7%
TODAY’S DISCUSSION
1.  Sqrrl and Accumulo Technology Review
2.  Table Designs
1.  Dynamic Documents
2.  Graphs
3.  Inverted Indexes
3.  Putting It All Together with Sqrrl
Data Modeling and Indexing for Apache Accumulo
Sqrrl%Data,%Inc.%Confiden3al%and%Proprietary% 8%
PROXY/NETFLOW EXAMPLE
Source Destination Port Bytes In Bytes Out Protocol
10.1.2.3 google.com 80 73,824 15,632 http
10.1.2.4 facebook.com 443 10,328 13,284,129 https
10.1.2.4 google.com 80 623,249 93,125 http
10.1.2.3 abcd1234.ru 3133
7
158 523,698,104 unknown
10.1.2.3 netflix.com 443 434,855,357 1,392,994 https
10.1.2.4 google.com 443 23,084 583,331 https
10.1.2.3 10.1.2.5 22 204 158 ssh
Sqrrl%Data,%Inc.%Confiden3al%and%Proprietary% 9%
INDEXES AND QFDS
Logs/
Observations
Input
Indexes
Question-
Focused
Datasets
Transformation
•  Immutable(
•  AppendHOnly(
•  RealHTime(
•  Online(
•  Sorted(
•  Grouped(
•  Aggregated(
Sqrrl%Data,%Inc.%Confiden3al%and%Proprietary% 10%
QFD KEY GENERATION
Source Destination Port Bytes In Bytes Out Protocol
10.1.2.3 google.com 80 73,824 15,632 http
Key% % % % % % %J>%%Value%
10.1.2.3,%Bytes%In%% % %J>%+73,824%
10.1.2.3,%Bytes%Out% % %J>%+15,632%
10.1.2.3,%Ports%Used% % %J>%+{80}%
10.1.2.3,%Protocols%Used% %J>%+{hap}%
Hosts QFD
0x00
.
.
.
0xFF
Sqrrl%Data,%Inc.%Confiden3al%and%Proprietary% 11%
HOSTS QFD WITH AGGREGATION
IP Ports
Used
Protos
Used
Total
Bytes In
Total
Bytes Out
Ports
Hosted
Protos
Hosted
10.1.2.3 {22, 80,
443,
31337}
{http,
https, ssh,
unknown}
434,931,543 525,106,888 - -
10.1.2.4 {80,
443}
{http,
https}
656,661 13,960,585 - -
10.1.2.5 - - 158 204 {22} {ssh}
New%Contribu3on:%(10.1.2.5,%Total%Bytes%In%J>%+3,215)%
158%+3,215%3,373%
Sqrrl%Data,%Inc.%Confiden3al%and%Proprietary% 12%
facebook.co
m
google.com
abcd1234.ru
netflix.com
10.1.2.3
10.1.2.4
10.1.2.5
CONNECTIVITY GRAPH
Sqrrl%Data,%Inc.%Confiden3al%and%Proprietary% 13%
Row Col. Fam. Col. Qual. Val.
10.1.2.3 Contacts 10.1.2.5 -
10.1.2.3 Contacts abcd1234.ru -
10.1.2.3 Contacts google.com -
10.1.2.3 Contacts netflix.com -
10.1.2.4 Contacts facebook.com -
10.1.2.4 Contacts google.com -
Row Col. Fam. Col. Qual. Val
10.1.2.5 Serves 10.1.2.3 -
abcd1234.ru Serves 10.1.2.3 -
facebook.com Serves 10.1.2.4 -
google.com Serves 10.1.2.3 -
google.com Serves 10.1.2.4 -
netflix.com Serves 10.1.2.3 -
INVERTED INDEXING
Table:(
Row:(
Column(Family:(
Column(Qualifier:(
Value:(
Forward(Index(
<UUID>(
<Type>(
<Field>(
<Term>(
Inverted(Index(
<Field>(
<Term>(
<UUID>(
<Digest(of(Event>(
Sqrrl%Data,%Inc.%Confiden3al%and%Proprietary% 14%
INVERTED INDEXING
Sqrrl%Data,%Inc.%Confiden3al%and%Proprietary% 15%
ADVANCED INDEXING
Table:(
Row:(
Column(Family:(
Column(Qualifier(
(Tuples):(
Value:(
Shard(Table(
<Par==on(ID>(
“Docs”( “Inv.(Index”( “Field(Index”(
<UUID>(
<Value>(
<Term>(
<UUID>(
<Field:Term>(
<UUID>(<Field>(
“Geo”(
<Hash>(
<UUID>(
Sqrrl%Data,%Inc.%Confiden3al%and%Proprietary% 16%
TODAY’S DISCUSSION
1.  Sqrrl and Accumulo Technology Review
2.  Table Designs
1.  Dynamic Documents
2.  Graphs
3.  Inverted Indexes
3.  Putting It All Together with Sqrrl
Data Modeling and Indexing for Apache Accumulo
Sqrrl%Data,%Inc.%Confiden3al%and%Proprietary% 17%
SQRRL ENTERPRISE
•  Dynamic Documents
•  JSON I/O support
•  Cell-level Security and Efficient Aggregation Extensions
•  Dynamic Graphs
•  Co-partitioned with Documents for Integrated Search and
Discovery
•  Search
•  Lucene Query Syntax
•  Accumulo Indexes Preserve Security Model
•  Processing
•  SQL-Like Language for Transforming and Aggregating Results
•  Parallel Slicing and Extraction
Sqrrl%Data,%Inc.%Confiden3al%and%Proprietary% 18%
Simple API for Advanced Accumulo Usage
REAL-TIME OPERATIONAL APPS
Sqrrl%Data,%Inc.%Confiden3al%and%Proprietary%
Contact us for a demo
19%
HOW TO LEARN MORE
Download our White Paper
"  www.sqrrl.com/whitepaper
Watch a video
"  www.sqrrl.com/downloads#videos
Request a demo or one-on-one workshop
"  www.sqrrl.com/contact
Come meet us
"  Accumulo Meetup (October 28, New York)
"  Strata + Hadoop World (October 28-30, New York)
"  IBM IOD (November 4-7, Las Vegas)
"  SC13 (November 18-21, Denver)
Sqrrl%Data,%Inc.%Confiden3al%and%Proprietary% 20%
THANK YOU
Thanks for attending!
To keep up to date
with Sqrrl, check out
or social media sites:
www.twitter.com/sqrrl_inc
www.linkedin.com/company/sqrrl
Sqrrl%Data,%Inc.%Confiden3al%and%Proprietary% 21%

Más contenido relacionado

Destacado

Exclusive newspaper presentation and charts: A closer look at newspaper brand...
Exclusive newspaper presentation and charts: A closer look at newspaper brand...Exclusive newspaper presentation and charts: A closer look at newspaper brand...
Exclusive newspaper presentation and charts: A closer look at newspaper brand...
Newsworks
 
Mobility Tour Report 2014
Mobility Tour Report 2014Mobility Tour Report 2014
Mobility Tour Report 2014
Damien Slinger
 
Albe Zakes MarCom Overview FINAL Lo-Res
Albe Zakes MarCom Overview FINAL Lo-ResAlbe Zakes MarCom Overview FINAL Lo-Res
Albe Zakes MarCom Overview FINAL Lo-Res
Albe Zakes
 
Didáctica del Ámbito de Comunicación en Educación Secundaria para Adultos
Didáctica del Ámbito de Comunicación en Educación Secundaria para AdultosDidáctica del Ámbito de Comunicación en Educación Secundaria para Adultos
Didáctica del Ámbito de Comunicación en Educación Secundaria para Adultos
Olga Martín Cobos
 

Destacado (20)

Exclusive newspaper presentation and charts: A closer look at newspaper brand...
Exclusive newspaper presentation and charts: A closer look at newspaper brand...Exclusive newspaper presentation and charts: A closer look at newspaper brand...
Exclusive newspaper presentation and charts: A closer look at newspaper brand...
 
SHA Bulletin 9 2-16
SHA Bulletin 9 2-16SHA Bulletin 9 2-16
SHA Bulletin 9 2-16
 
Mobility Tour Report 2014
Mobility Tour Report 2014Mobility Tour Report 2014
Mobility Tour Report 2014
 
Interns
Interns Interns
Interns
 
AllTomato
AllTomatoAllTomato
AllTomato
 
RiseGlobal - NOAH15 Berlin
RiseGlobal - NOAH15 Berlin RiseGlobal - NOAH15 Berlin
RiseGlobal - NOAH15 Berlin
 
Pcgf420 copy
Pcgf420   copyPcgf420   copy
Pcgf420 copy
 
Howard v. hertz and facebook 1
Howard v. hertz and facebook 1Howard v. hertz and facebook 1
Howard v. hertz and facebook 1
 
Albe Zakes MarCom Overview FINAL Lo-Res
Albe Zakes MarCom Overview FINAL Lo-ResAlbe Zakes MarCom Overview FINAL Lo-Res
Albe Zakes MarCom Overview FINAL Lo-Res
 
Introduction to Human Rights State
Introduction to Human Rights StateIntroduction to Human Rights State
Introduction to Human Rights State
 
Estrategia de presencia e identidad en red CECC. Camping y Caravaning.
Estrategia de presencia e identidad en red CECC. Camping y Caravaning.Estrategia de presencia e identidad en red CECC. Camping y Caravaning.
Estrategia de presencia e identidad en red CECC. Camping y Caravaning.
 
Digital Salary and Industry Insights 6th Edition
Digital Salary and Industry Insights 6th EditionDigital Salary and Industry Insights 6th Edition
Digital Salary and Industry Insights 6th Edition
 
[Scup] Tutorial #9 Facebook: Cómo monitorizar Facebook en Scup
[Scup] Tutorial #9 Facebook:  Cómo monitorizar Facebook en Scup [Scup] Tutorial #9 Facebook:  Cómo monitorizar Facebook en Scup
[Scup] Tutorial #9 Facebook: Cómo monitorizar Facebook en Scup
 
Facebook Deals
Facebook DealsFacebook Deals
Facebook Deals
 
Non profit-9-questions #3 5-2013
Non profit-9-questions #3 5-2013Non profit-9-questions #3 5-2013
Non profit-9-questions #3 5-2013
 
Status, priorities and needs for sustainable soil management in Zambia, Stali...
Status, priorities and needs for sustainable soil management in Zambia, Stali...Status, priorities and needs for sustainable soil management in Zambia, Stali...
Status, priorities and needs for sustainable soil management in Zambia, Stali...
 
Magic Mirror Case Studies
Magic Mirror Case StudiesMagic Mirror Case Studies
Magic Mirror Case Studies
 
Principia Duurzaamheidsdag 2015
Principia Duurzaamheidsdag 2015Principia Duurzaamheidsdag 2015
Principia Duurzaamheidsdag 2015
 
Didáctica del Ámbito de Comunicación en Educación Secundaria para Adultos
Didáctica del Ámbito de Comunicación en Educación Secundaria para AdultosDidáctica del Ámbito de Comunicación en Educación Secundaria para Adultos
Didáctica del Ámbito de Comunicación en Educación Secundaria para Adultos
 
Target List of Hesper-BOT Malware
Target List of Hesper-BOT MalwareTarget List of Hesper-BOT Malware
Target List of Hesper-BOT Malware
 

Similar a Sqrrl October Webinar: Data Modeling and Indexing

Enabling ontology based streaming data access final
Enabling ontology based streaming data access finalEnabling ontology based streaming data access final
Enabling ontology based streaming data access final
Jean-Paul Calbimonte
 

Similar a Sqrrl October Webinar: Data Modeling and Indexing (20)

Enabling ontology based streaming data access final
Enabling ontology based streaming data access finalEnabling ontology based streaming data access final
Enabling ontology based streaming data access final
 
What is a distributed data science pipeline. how with apache spark and friends.
What is a distributed data science pipeline. how with apache spark and friends.What is a distributed data science pipeline. how with apache spark and friends.
What is a distributed data science pipeline. how with apache spark and friends.
 
Towards a rebirth of data science (by Data Fellas)
Towards a rebirth of data science (by Data Fellas)Towards a rebirth of data science (by Data Fellas)
Towards a rebirth of data science (by Data Fellas)
 
Sqrrl September Webinar: Cell-Level Security
Sqrrl September Webinar: Cell-Level SecuritySqrrl September Webinar: Cell-Level Security
Sqrrl September Webinar: Cell-Level Security
 
Hugaccumulo 121018192044-phpapp02
Hugaccumulo 121018192044-phpapp02Hugaccumulo 121018192044-phpapp02
Hugaccumulo 121018192044-phpapp02
 
Scaling up with Cisco Big Data: Data + Science = Data Science
Scaling up with Cisco Big Data: Data + Science = Data ScienceScaling up with Cisco Big Data: Data + Science = Data Science
Scaling up with Cisco Big Data: Data + Science = Data Science
 
Adam Fuchs' Accumulo Talk at NoSQL Now! 2013
Adam Fuchs' Accumulo Talk at NoSQL Now! 2013Adam Fuchs' Accumulo Talk at NoSQL Now! 2013
Adam Fuchs' Accumulo Talk at NoSQL Now! 2013
 
Query Your Streaming Data on Kafka using SQL: Why, How, and What
Query Your Streaming Data on Kafka using SQL: Why, How, and WhatQuery Your Streaming Data on Kafka using SQL: Why, How, and What
Query Your Streaming Data on Kafka using SQL: Why, How, and What
 
Overview of running R in the Oracle Database
Overview of running R in the Oracle DatabaseOverview of running R in the Oracle Database
Overview of running R in the Oracle Database
 
Windows Azure: Lessons From The Field
Windows Azure: Lessons From The FieldWindows Azure: Lessons From The Field
Windows Azure: Lessons From The Field
 
New-Age Search through Apache Solr
New-Age Search through Apache SolrNew-Age Search through Apache Solr
New-Age Search through Apache Solr
 
Adios hadoop, Hola Spark! T3chfest 2015
Adios hadoop, Hola Spark! T3chfest 2015Adios hadoop, Hola Spark! T3chfest 2015
Adios hadoop, Hola Spark! T3chfest 2015
 
Agile Data Science
Agile Data ScienceAgile Data Science
Agile Data Science
 
"Traffic Speed Control System in the Cloud using Machine Learning" by Albert ...
"Traffic Speed Control System in the Cloud using Machine Learning" by Albert ..."Traffic Speed Control System in the Cloud using Machine Learning" by Albert ...
"Traffic Speed Control System in the Cloud using Machine Learning" by Albert ...
 
Data Profiling in Apache Calcite
Data Profiling in Apache CalciteData Profiling in Apache Calcite
Data Profiling in Apache Calcite
 
Ultra Fast Deep Learning in Hybrid Cloud using Intel Analytics Zoo & Alluxio
Ultra Fast Deep Learning in Hybrid Cloud using Intel Analytics Zoo & AlluxioUltra Fast Deep Learning in Hybrid Cloud using Intel Analytics Zoo & Alluxio
Ultra Fast Deep Learning in Hybrid Cloud using Intel Analytics Zoo & Alluxio
 
Hive + Amazon EMR + S3 = Elastic big data SQL analytics processing in the cloud
Hive + Amazon EMR + S3 = Elastic big data SQL analytics processing in the cloudHive + Amazon EMR + S3 = Elastic big data SQL analytics processing in the cloud
Hive + Amazon EMR + S3 = Elastic big data SQL analytics processing in the cloud
 
Distributed Computing for Everyone
Distributed Computing for EveryoneDistributed Computing for Everyone
Distributed Computing for Everyone
 
Data profiling in Apache Calcite
Data profiling in Apache CalciteData profiling in Apache Calcite
Data profiling in Apache Calcite
 
Data profiling with Apache Calcite
Data profiling with Apache CalciteData profiling with Apache Calcite
Data profiling with Apache Calcite
 

Más de Sqrrl

Más de Sqrrl (20)

Transitioning Government Technology
Transitioning Government TechnologyTransitioning Government Technology
Transitioning Government Technology
 
Leveraging Threat Intelligence to Guide Your Hunts
Leveraging Threat Intelligence to Guide Your HuntsLeveraging Threat Intelligence to Guide Your Hunts
Leveraging Threat Intelligence to Guide Your Hunts
 
How to Hunt for Lateral Movement on Your Network
How to Hunt for Lateral Movement on Your NetworkHow to Hunt for Lateral Movement on Your Network
How to Hunt for Lateral Movement on Your Network
 
Machine Learning for Incident Detection: Getting Started
Machine Learning for Incident Detection: Getting StartedMachine Learning for Incident Detection: Getting Started
Machine Learning for Incident Detection: Getting Started
 
Building a Next-Generation Security Operations Center (SOC)
Building a Next-Generation Security Operations Center (SOC)Building a Next-Generation Security Operations Center (SOC)
Building a Next-Generation Security Operations Center (SOC)
 
User and Entity Behavior Analytics using the Sqrrl Behavior Graph
User and Entity Behavior Analytics using the Sqrrl Behavior GraphUser and Entity Behavior Analytics using the Sqrrl Behavior Graph
User and Entity Behavior Analytics using the Sqrrl Behavior Graph
 
Threat Hunting Platforms (Collaboration with SANS Institute)
Threat Hunting Platforms (Collaboration with SANS Institute)Threat Hunting Platforms (Collaboration with SANS Institute)
Threat Hunting Platforms (Collaboration with SANS Institute)
 
Sqrrl and IBM: Threat Hunting for QRadar Users
Sqrrl and IBM: Threat Hunting for QRadar UsersSqrrl and IBM: Threat Hunting for QRadar Users
Sqrrl and IBM: Threat Hunting for QRadar Users
 
Threat Hunting for Command and Control Activity
Threat Hunting for Command and Control ActivityThreat Hunting for Command and Control Activity
Threat Hunting for Command and Control Activity
 
Modernizing Your SOC: A CISO-led Training
Modernizing Your SOC: A CISO-led TrainingModernizing Your SOC: A CISO-led Training
Modernizing Your SOC: A CISO-led Training
 
Threat Hunting vs. UEBA: Similarities, Differences, and How They Work Together
Threat Hunting vs. UEBA: Similarities, Differences, and How They Work Together Threat Hunting vs. UEBA: Similarities, Differences, and How They Work Together
Threat Hunting vs. UEBA: Similarities, Differences, and How They Work Together
 
Leveraging DNS to Surface Attacker Activity
Leveraging DNS to Surface Attacker ActivityLeveraging DNS to Surface Attacker Activity
Leveraging DNS to Surface Attacker Activity
 
The Art and Science of Alert Triage
The Art and Science of Alert TriageThe Art and Science of Alert Triage
The Art and Science of Alert Triage
 
Reducing Mean Time to Know
Reducing Mean Time to KnowReducing Mean Time to Know
Reducing Mean Time to Know
 
Sqrrl Enterprise: Big Data Security Analytics Use Case
Sqrrl Enterprise: Big Data Security Analytics Use CaseSqrrl Enterprise: Big Data Security Analytics Use Case
Sqrrl Enterprise: Big Data Security Analytics Use Case
 
The Linked Data Advantage
The Linked Data AdvantageThe Linked Data Advantage
The Linked Data Advantage
 
Sqrrl Enterprise: Integrate, Explore, Analyze
Sqrrl Enterprise: Integrate, Explore, AnalyzeSqrrl Enterprise: Integrate, Explore, Analyze
Sqrrl Enterprise: Integrate, Explore, Analyze
 
Sqrrl Datasheet: Cyber Hunting
Sqrrl Datasheet: Cyber HuntingSqrrl Datasheet: Cyber Hunting
Sqrrl Datasheet: Cyber Hunting
 
Benchmarking The Apache Accumulo Distributed Key–Value Store
Benchmarking The Apache Accumulo Distributed Key–Value StoreBenchmarking The Apache Accumulo Distributed Key–Value Store
Benchmarking The Apache Accumulo Distributed Key–Value Store
 
Scalable Graph Clustering with Pregel
Scalable Graph Clustering with PregelScalable Graph Clustering with Pregel
Scalable Graph Clustering with Pregel
 

Último

Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
amitlee9823
 
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al BarshaAl Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
AroojKhan71
 
Mg Road Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Banga...
Mg Road Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Banga...Mg Road Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Banga...
Mg Road Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Banga...
amitlee9823
 
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
amitlee9823
 
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
amitlee9823
 
Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...
amitlee9823
 
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
amitlee9823
 
Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...
Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...
Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...
amitlee9823
 

Último (20)

Week-01-2.ppt BBB human Computer interaction
Week-01-2.ppt BBB human Computer interactionWeek-01-2.ppt BBB human Computer interaction
Week-01-2.ppt BBB human Computer interaction
 
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
 
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al BarshaAl Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
 
Mg Road Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Banga...
Mg Road Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Banga...Mg Road Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Banga...
Mg Road Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Banga...
 
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
 
(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7
(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7
(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7
 
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
 
Discover Why Less is More in B2B Research
Discover Why Less is More in B2B ResearchDiscover Why Less is More in B2B Research
Discover Why Less is More in B2B Research
 
Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...
 
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
 
VidaXL dropshipping via API with DroFx.pptx
VidaXL dropshipping via API with DroFx.pptxVidaXL dropshipping via API with DroFx.pptx
VidaXL dropshipping via API with DroFx.pptx
 
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% SecureCall me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
 
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
 
Accredited-Transport-Cooperatives-Jan-2021-Web.pdf
Accredited-Transport-Cooperatives-Jan-2021-Web.pdfAccredited-Transport-Cooperatives-Jan-2021-Web.pdf
Accredited-Transport-Cooperatives-Jan-2021-Web.pdf
 
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
 
Mature dropshipping via API with DroFx.pptx
Mature dropshipping via API with DroFx.pptxMature dropshipping via API with DroFx.pptx
Mature dropshipping via API with DroFx.pptx
 
ALSO dropshipping via API with DroFx.pptx
ALSO dropshipping via API with DroFx.pptxALSO dropshipping via API with DroFx.pptx
ALSO dropshipping via API with DroFx.pptx
 
Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...
Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...
Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...
 
Edukaciniai dropshipping via API with DroFx
Edukaciniai dropshipping via API with DroFxEdukaciniai dropshipping via API with DroFx
Edukaciniai dropshipping via API with DroFx
 
Predicting Loan Approval: A Data Science Project
Predicting Loan Approval: A Data Science ProjectPredicting Loan Approval: A Data Science Project
Predicting Loan Approval: A Data Science Project
 

Sqrrl October Webinar: Data Modeling and Indexing