SlideShare a Scribd company logo
1 of 75
BACK END
ANALYTIC PLATFORMs
Nguyen Thi Kim Tuyen
Version 1.0
01/2013
Agenda
 Targets
 Approaches
 Analytic platforms
 Map/Reduce
 GNT Game analytic system (current & testing)
 Appendix
 Hadoop/Hadoop components
 Hbase
 Collectors (FlumeNG/Chukwa/Scribe)
Targets
 Analytic systems
 KPI
 Monitoring (access log , error log)
 Real-time analytics / batch processing analytic
al tasks for Client
 Depends GNT infrastructure , Scalability
Approaches
 Refer log platforms' achitectures of Facebook ,
Twitter , ...
 Community reviews of each component
 Adapt needs
Agenda
 Targets
 Approaches
 Analytic platforms
 Map/Reduce
 GNT Game analytic system (current & testing)
 Appendix
 Hadoop/Hadoop components
 Hbase
 Collectors (FlumeNG/Chukwa/Scribe)
Analytic platform(1/10)
 Tracker
 Action log, error log (nginx)
 Web log (Play framework)
 Game user activities log (event-driven logs)
 Database log (Cassandra, Redis, commit log)
 Page taging / logfile analytics
 Collector
 ETL
 Analyzer
 Reporter
Analytic platform(2/10)
Facebook
 Facebook
 Web -> Scribe -> Ptail -> Puma -> HBase
 http://www.slideshare.net/slrash/2011-
0630hadoopsummit-v5-8469751
 => Collection layer (Flume/Scribe) → Filter
layer (Flume) → Batching layer (Coprocessor)
Analytic platform(3/10)
Facebook
Analytic platform(4/10 )Facebook
Caligraphus-HDFS-ZK = { HDFS, Zookeeper,
Hbase, Hive }
Analytic platform(5/10) Facebook
Ptail = Parallel Tail
Concurent read : HDFS 2.0 : add sync : lower write-to-read latency
Ptail : read blocking data being written , < 10s latency
Analytic platform(6/10) Facebook
PUMA write-path
Analytic platform(7/10) Facebook
PUMA read-path
Analytic platform (8/10)
Twitter
Analytic platform(9/10)
Twitter
Analytic platform(10/10)
Agenda
 Targets
 Approaches
 Analytic Platform
 Map/Reduce
 GNT Game analytic system(current/testing)
 Appendix
 Hadoop/Hadoop components
 Hbase
 Collectors (FlumeNG/Chukwa/Scribe)
Map Reduce(1/2)
Map Reduce(2/2)
Agenda
 Targets
 Approaches
 Analytic platforms
 Map/Reduce
 GNT Game analytic system (current &
testing)
 Appendix
 Hadoop/Hadoop components
 Hbase
 Collectors (FlumeNG/Chukwa/Scribe)
GNT Game Analytic System(1/2) (Current)
GNT Game Analytic System(2/2)
current
 Limitation :
– Javscript implementation : limit 1 JS execution
/1 server at time
– Scalability : not scale except in case of
sharding
 Improving : integration Mongo + Hadoop
 http://www.slideshare.net/iammutex/the-
elephant-in-the-room-mongo-db-hadoop
GNT Game Analytic System(1/4)
GNT Game Analytic System(2/4)
testing FlumeNG
 flume.conf : 192.168.30.183
 t-game-web183.sources = tail-nginx tail-play
 t-game-web183.sinks = avro-sink-nginx183 avro-sink-play183
 t-game-web183.channels = mem-channel-nginx183 mem-channel-
play183
 t-game-web183.sources.tail-nginx.type = exec
 t-game-web183.sources.tail-nginx.command = tail -F
/var/log/nginx/access.log
 t-game-web183.sources.tail-nginx.channels = mem-channel-nginx183
 t-game-web183.channels.mem-channel-nginx183.type = memory
 t-game-web183.sinks.avro-sink-nginx183.type = avro
 t-game-web183.sinks.avro-sink-nginx183.hostname = 192.168.30.185
 t-game-web183.sinks.avro-sink-nginx183.port = 10183
 t-game-web183.sinks.avro-sink-nginx183.channel = mem-channel-
nginx183
GNT Game Analytic System(3/4)
testing FlumeNG
 flume.conf : 192.168.30.185
 t-game-cass185.sinks.hdfs-sink-
nginx183.type = hdfs
 t-game-cass185.sinks.hdfs-sink-
nginx183.hdfs.path =
hdfs://namenode/flume/webdata/nginx183
GNT Game Analytic System(4/4)
testing Hadoop
Mixed Solutions
 Case 1 : old system : Mongo + Hadoop
 Case 2 : FlumeNG + Hadoop + HBase
 Case 3 : Batch processing : Hadoop HDFS
(not use FlumeNG)
GNT Game Analytic system proposal
Agenda
 Targets
 Approaches
 Analytic platforms
 Map/Reduce
 GNT Game analytic system (current & testing)
 Appendix
 Hadoop/Hadoop components
 Hbase
 Collectors (FlumeNG/Chukwa/Scribe)
Hadoop(1/19)
Hadoop(2/19)
Hadoop(3/19)
Hadoop(4/19)
Hadoop(5/19)
Hadoop(6/19)
Hadoop(7/19)
Hadoop(8/19)
Hadoop(9/19)
Hadoop(10/19)
Hadoop(11/19)
Hadoop(12/19)
Hadoop(13/19)
Hadoop(14/19)
Hadoop(15/19)
Hadoop(16/19)
Hadoop(17/19)
Hadoop(18/19)
Hadoop(19/19)
Agenda
 Targets
 Methodologies
 Log platforms
 Map/Reduce
 GNT analytic system (current & testing)
 Appendix
 Hadoop/Hadoop components
 Hbase
 Collectors (FlumeNG/Chukwa/Scribe)
Hadoop components(1/2)
Hadoop components(2/2)
 Flume HBase
 Sqoop Zookeeper
 Hue Oozies
 Pig Whirr
 Hive Snappy
 Hbase Mahout
Agenda
 Targets
 Approaches
 Analytic platforms
 Map/Reduce
 GNT Game analytic system (current & testing)
 Appendix
 Hadoop/Hadoop components
 Hbase
 Collectors (FlumeNG/Chukwa/Scribe)
HBase
 Facebook , Twitter using it . Why ?
 New feature : Coprocessor
HBase
HBase
Data model
 Table
 Row
 Column
 Cell
 Versions
 Row-key design
HBase vs Cassandra
 TODO
Agenda
 Targets
 Approaches
 Analytic platforms
 Map/Reduce
 GNT Game analytic system (current & testing)
 Appendix
 Hadoop/Hadoop components
 Hbase
 Collectors (FlumeNG/Chukwa/Scribe)
Collectors
 Flume NG (Collector + ETL)
 Scribe
 Chukwa
 Which one is suitable for us ?
Flume/FlumeNG(1/10)
architecture
Flume/FlumeNG(2/10)
Concepts
 Network stream :
 Avro/Syslog/Netcat
 Source / Channel /Sink
 Decorator
 Flow
 Event
 Flume agent
 Flume avro client / log4j Appender
Flume/FlumeNG(3/10)
 Flume source :
 Avro
 Netcat
 Syslog (TCP/UDP)
 Exec
 Thrift/Avro legacy
 Custom
Flume/FlumeNG(4/10)
 Flume Sink :
 HDFS
 Avro
 Logger
 … , FileRoll, Custom
 Flume Channel :
 Memory
 JDBC channel
 Recoverable memory channel
FlumeFlumeNG(5/10)
Consolidation
Flume/FlumeNG(6/10)
Multiplexing
Flume/FlumeNg(7/10)
Reliability & Failure handling
Flume/FlumeNG(8/10)
Failure handling
Flume/FlumeNG(9/10)
Flume/FlumeNG(10/10)
plugin (decorator)
 TODO
 Flume with HBase sink
 https://groups.google.com/a/cloudera.org/grou
p/cdh-
user/browse_thread/thread/5ee135ad0e720ea
9/c5bffc83f97fdd3c?hl=vi&lnk=gst&q=flume-
ng#c5bffc83f97fdd3c
Agenda
 Targets
 Approaches
 Analytic platforms
 Map/Reduce
 GNT Game analytic system (current & testing)
 Appendix
 Hadoop/Hadoop components
 Hbase
 Collectors (FlumeNG/Chukwa/Scribe)
Chukwa(1/2)
Chukwa(2/2)
Agenda
 Targets
 Approaches
 Log platforms
 Map/Reduce
 GNT Game analytic system (current & testing)
 Appendix
 Hadoop/Hadoop components
 Hbase
 Collectors (FlumeNG/Chukwa/Scribe)
Flume vs Scribe
 TODO
Future issues
 Manage analytic jobs
 Message queue : Kafka , ZeroMQ
 Monitoring memory , flume agent , hadoop
cluster , ...
 Scalability
Referrences
 Google docs :
 Cloudera
 Hadoop begins
 Hbase begins
 FlumeNG
 Log center
 Wikipedia :
 ...

More Related Content

Similar to Back end analytics_platform_2013_v1.0

Bringing OLTP woth OLAP: Lumos on Hadoop
Bringing OLTP woth OLAP: Lumos on HadoopBringing OLTP woth OLAP: Lumos on Hadoop
Bringing OLTP woth OLAP: Lumos on Hadoop
DataWorks Summit
 
Hadoop World 2011: Building Web Analytics Processing on Hadoop at CBS Interac...
Hadoop World 2011: Building Web Analytics Processing on Hadoop at CBS Interac...Hadoop World 2011: Building Web Analytics Processing on Hadoop at CBS Interac...
Hadoop World 2011: Building Web Analytics Processing on Hadoop at CBS Interac...
Cloudera, Inc.
 
Hive @ Hadoop day seattle_2010
Hive @ Hadoop day seattle_2010Hive @ Hadoop day seattle_2010
Hive @ Hadoop day seattle_2010
nzhang
 
Planning for-high-performance-web-application
Planning for-high-performance-web-applicationPlanning for-high-performance-web-application
Planning for-high-performance-web-application
Nguyễn Duy Nhân
 
Managing the logs of your (Rails) applications - RailsWayCon 2011
Managing the logs of your (Rails) applications - RailsWayCon 2011Managing the logs of your (Rails) applications - RailsWayCon 2011
Managing the logs of your (Rails) applications - RailsWayCon 2011
lennartkoopmann
 
Apache Flink@ Strata & Hadoop World London
Apache Flink@ Strata & Hadoop World LondonApache Flink@ Strata & Hadoop World London
Apache Flink@ Strata & Hadoop World London
Stephan Ewen
 
Timely Year Two: Lessons Learned Building a Scalable Metrics Analytic System
Timely Year Two: Lessons Learned Building a Scalable Metrics Analytic SystemTimely Year Two: Lessons Learned Building a Scalable Metrics Analytic System
Timely Year Two: Lessons Learned Building a Scalable Metrics Analytic System
Accumulo Summit
 

Similar to Back end analytics_platform_2013_v1.0 (20)

Bringing OLTP woth OLAP: Lumos on Hadoop
Bringing OLTP woth OLAP: Lumos on HadoopBringing OLTP woth OLAP: Lumos on Hadoop
Bringing OLTP woth OLAP: Lumos on Hadoop
 
Hadoop World 2011: Building Web Analytics Processing on Hadoop at CBS Interac...
Hadoop World 2011: Building Web Analytics Processing on Hadoop at CBS Interac...Hadoop World 2011: Building Web Analytics Processing on Hadoop at CBS Interac...
Hadoop World 2011: Building Web Analytics Processing on Hadoop at CBS Interac...
 
Log Data Analysis Platform by Valentin Kropov
Log Data Analysis Platform by Valentin KropovLog Data Analysis Platform by Valentin Kropov
Log Data Analysis Platform by Valentin Kropov
 
Log Data Analysis Platform
Log Data Analysis PlatformLog Data Analysis Platform
Log Data Analysis Platform
 
Time series data monitoring at 99acres.com
Time series data monitoring at 99acres.comTime series data monitoring at 99acres.com
Time series data monitoring at 99acres.com
 
Hive @ Hadoop day seattle_2010
Hive @ Hadoop day seattle_2010Hive @ Hadoop day seattle_2010
Hive @ Hadoop day seattle_2010
 
Scaling TensorFlow with Hops, Global AI Conference Santa Clara
Scaling TensorFlow with Hops, Global AI Conference Santa ClaraScaling TensorFlow with Hops, Global AI Conference Santa Clara
Scaling TensorFlow with Hops, Global AI Conference Santa Clara
 
Real-time Stream Processing with Apache Flink
Real-time Stream Processing with Apache FlinkReal-time Stream Processing with Apache Flink
Real-time Stream Processing with Apache Flink
 
Fluentd and Embulk Game Server 4
Fluentd and Embulk Game Server 4Fluentd and Embulk Game Server 4
Fluentd and Embulk Game Server 4
 
Planning for-high-performance-web-application
Planning for-high-performance-web-applicationPlanning for-high-performance-web-application
Planning for-high-performance-web-application
 
Metadata and Provenance for ML Pipelines with Hopsworks
Metadata and Provenance for ML Pipelines with Hopsworks Metadata and Provenance for ML Pipelines with Hopsworks
Metadata and Provenance for ML Pipelines with Hopsworks
 
Hive Training -- Motivations and Real World Use Cases
Hive Training -- Motivations and Real World Use CasesHive Training -- Motivations and Real World Use Cases
Hive Training -- Motivations and Real World Use Cases
 
Honu - A Large Scale Streaming Data Collection and Processing Pipeline__Hadoo...
Honu - A Large Scale Streaming Data Collection and Processing Pipeline__Hadoo...Honu - A Large Scale Streaming Data Collection and Processing Pipeline__Hadoo...
Honu - A Large Scale Streaming Data Collection and Processing Pipeline__Hadoo...
 
Fluentd Unified Logging Layer At Fossasia
Fluentd Unified Logging Layer At FossasiaFluentd Unified Logging Layer At Fossasia
Fluentd Unified Logging Layer At Fossasia
 
Managing the logs of your (Rails) applications - RailsWayCon 2011
Managing the logs of your (Rails) applications - RailsWayCon 2011Managing the logs of your (Rails) applications - RailsWayCon 2011
Managing the logs of your (Rails) applications - RailsWayCon 2011
 
Apache Flink@ Strata & Hadoop World London
Apache Flink@ Strata & Hadoop World LondonApache Flink@ Strata & Hadoop World London
Apache Flink@ Strata & Hadoop World London
 
Building Scalable Data Pipelines - 2016 DataPalooza Seattle
Building Scalable Data Pipelines - 2016 DataPalooza SeattleBuilding Scalable Data Pipelines - 2016 DataPalooza Seattle
Building Scalable Data Pipelines - 2016 DataPalooza Seattle
 
Pro PostgreSQL, OSCon 2008
Pro PostgreSQL, OSCon 2008Pro PostgreSQL, OSCon 2008
Pro PostgreSQL, OSCon 2008
 
LPAR2RRD on CZ/SK common 2014
LPAR2RRD on CZ/SK common 2014LPAR2RRD on CZ/SK common 2014
LPAR2RRD on CZ/SK common 2014
 
Timely Year Two: Lessons Learned Building a Scalable Metrics Analytic System
Timely Year Two: Lessons Learned Building a Scalable Metrics Analytic SystemTimely Year Two: Lessons Learned Building a Scalable Metrics Analytic System
Timely Year Two: Lessons Learned Building a Scalable Metrics Analytic System
 

More from Sentifi

More from Sentifi (6)

Gnt Flurry
Gnt FlurryGnt Flurry
Gnt Flurry
 
Introduce play
Introduce playIntroduce play
Introduce play
 
Keynote joearmstrong
Keynote joearmstrongKeynote joearmstrong
Keynote joearmstrong
 
Joe armstrong erlanga_languageforprogrammingreliablesystems
Joe armstrong erlanga_languageforprogrammingreliablesystemsJoe armstrong erlanga_languageforprogrammingreliablesystems
Joe armstrong erlanga_languageforprogrammingreliablesystems
 
Japan palaces
Japan palacesJapan palaces
Japan palaces
 
Virtual cluster thesis
Virtual   cluster thesisVirtual   cluster thesis
Virtual cluster thesis
 

Recently uploaded

Top profile Call Girls In dimapur [ 7014168258 ] Call Me For Genuine Models W...
Top profile Call Girls In dimapur [ 7014168258 ] Call Me For Genuine Models W...Top profile Call Girls In dimapur [ 7014168258 ] Call Me For Genuine Models W...
Top profile Call Girls In dimapur [ 7014168258 ] Call Me For Genuine Models W...
gajnagarg
 
Gartner's Data Analytics Maturity Model.pptx
Gartner's Data Analytics Maturity Model.pptxGartner's Data Analytics Maturity Model.pptx
Gartner's Data Analytics Maturity Model.pptx
chadhar227
 
In Riyadh ((+919101817206)) Cytotec kit @ Abortion Pills Saudi Arabia
In Riyadh ((+919101817206)) Cytotec kit @ Abortion Pills Saudi ArabiaIn Riyadh ((+919101817206)) Cytotec kit @ Abortion Pills Saudi Arabia
In Riyadh ((+919101817206)) Cytotec kit @ Abortion Pills Saudi Arabia
ahmedjiabur940
 
Computer science Sql cheat sheet.pdf.pdf
Computer science Sql cheat sheet.pdf.pdfComputer science Sql cheat sheet.pdf.pdf
Computer science Sql cheat sheet.pdf.pdf
SayantanBiswas37
 
Top profile Call Girls In Purnia [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Purnia [ 7014168258 ] Call Me For Genuine Models We...Top profile Call Girls In Purnia [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Purnia [ 7014168258 ] Call Me For Genuine Models We...
nirzagarg
 
Top profile Call Girls In Hapur [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Hapur [ 7014168258 ] Call Me For Genuine Models We ...Top profile Call Girls In Hapur [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Hapur [ 7014168258 ] Call Me For Genuine Models We ...
nirzagarg
 
Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...
Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...
Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...
gajnagarg
 
Top profile Call Girls In Bihar Sharif [ 7014168258 ] Call Me For Genuine Mod...
Top profile Call Girls In Bihar Sharif [ 7014168258 ] Call Me For Genuine Mod...Top profile Call Girls In Bihar Sharif [ 7014168258 ] Call Me For Genuine Mod...
Top profile Call Girls In Bihar Sharif [ 7014168258 ] Call Me For Genuine Mod...
nirzagarg
 
Jual obat aborsi Bandung ( 085657271886 ) Cytote pil telat bulan penggugur ka...
Jual obat aborsi Bandung ( 085657271886 ) Cytote pil telat bulan penggugur ka...Jual obat aborsi Bandung ( 085657271886 ) Cytote pil telat bulan penggugur ka...
Jual obat aborsi Bandung ( 085657271886 ) Cytote pil telat bulan penggugur ka...
Klinik kandungan
 
Abortion pills in Jeddah | +966572737505 | Get Cytotec
Abortion pills in Jeddah | +966572737505 | Get CytotecAbortion pills in Jeddah | +966572737505 | Get Cytotec
Abortion pills in Jeddah | +966572737505 | Get Cytotec
Abortion pills in Riyadh +966572737505 get cytotec
 
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
ZurliaSoop
 

Recently uploaded (20)

Gulbai Tekra * Cheap Call Girls In Ahmedabad Phone No 8005736733 Elite Escort...
Gulbai Tekra * Cheap Call Girls In Ahmedabad Phone No 8005736733 Elite Escort...Gulbai Tekra * Cheap Call Girls In Ahmedabad Phone No 8005736733 Elite Escort...
Gulbai Tekra * Cheap Call Girls In Ahmedabad Phone No 8005736733 Elite Escort...
 
Top profile Call Girls In dimapur [ 7014168258 ] Call Me For Genuine Models W...
Top profile Call Girls In dimapur [ 7014168258 ] Call Me For Genuine Models W...Top profile Call Girls In dimapur [ 7014168258 ] Call Me For Genuine Models W...
Top profile Call Girls In dimapur [ 7014168258 ] Call Me For Genuine Models W...
 
Gartner's Data Analytics Maturity Model.pptx
Gartner's Data Analytics Maturity Model.pptxGartner's Data Analytics Maturity Model.pptx
Gartner's Data Analytics Maturity Model.pptx
 
Aspirational Block Program Block Syaldey District - Almora
Aspirational Block Program Block Syaldey District - AlmoraAspirational Block Program Block Syaldey District - Almora
Aspirational Block Program Block Syaldey District - Almora
 
In Riyadh ((+919101817206)) Cytotec kit @ Abortion Pills Saudi Arabia
In Riyadh ((+919101817206)) Cytotec kit @ Abortion Pills Saudi ArabiaIn Riyadh ((+919101817206)) Cytotec kit @ Abortion Pills Saudi Arabia
In Riyadh ((+919101817206)) Cytotec kit @ Abortion Pills Saudi Arabia
 
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed
 
Nirala Nagar / Cheap Call Girls In Lucknow Phone No 9548273370 Elite Escort S...
Nirala Nagar / Cheap Call Girls In Lucknow Phone No 9548273370 Elite Escort S...Nirala Nagar / Cheap Call Girls In Lucknow Phone No 9548273370 Elite Escort S...
Nirala Nagar / Cheap Call Girls In Lucknow Phone No 9548273370 Elite Escort S...
 
Computer science Sql cheat sheet.pdf.pdf
Computer science Sql cheat sheet.pdf.pdfComputer science Sql cheat sheet.pdf.pdf
Computer science Sql cheat sheet.pdf.pdf
 
Top profile Call Girls In Purnia [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Purnia [ 7014168258 ] Call Me For Genuine Models We...Top profile Call Girls In Purnia [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Purnia [ 7014168258 ] Call Me For Genuine Models We...
 
Top profile Call Girls In Hapur [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Hapur [ 7014168258 ] Call Me For Genuine Models We ...Top profile Call Girls In Hapur [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Hapur [ 7014168258 ] Call Me For Genuine Models We ...
 
Predicting HDB Resale Prices - Conducting Linear Regression Analysis With Orange
Predicting HDB Resale Prices - Conducting Linear Regression Analysis With OrangePredicting HDB Resale Prices - Conducting Linear Regression Analysis With Orange
Predicting HDB Resale Prices - Conducting Linear Regression Analysis With Orange
 
Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...
Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...
Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...
 
Top profile Call Girls In Bihar Sharif [ 7014168258 ] Call Me For Genuine Mod...
Top profile Call Girls In Bihar Sharif [ 7014168258 ] Call Me For Genuine Mod...Top profile Call Girls In Bihar Sharif [ 7014168258 ] Call Me For Genuine Mod...
Top profile Call Girls In Bihar Sharif [ 7014168258 ] Call Me For Genuine Mod...
 
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...
 
Gomti Nagar & best call girls in Lucknow | 9548273370 Independent Escorts & D...
Gomti Nagar & best call girls in Lucknow | 9548273370 Independent Escorts & D...Gomti Nagar & best call girls in Lucknow | 9548273370 Independent Escorts & D...
Gomti Nagar & best call girls in Lucknow | 9548273370 Independent Escorts & D...
 
SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...
SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...
SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...
 
DATA SUMMIT 24 Building Real-Time Pipelines With FLaNK
DATA SUMMIT 24  Building Real-Time Pipelines With FLaNKDATA SUMMIT 24  Building Real-Time Pipelines With FLaNK
DATA SUMMIT 24 Building Real-Time Pipelines With FLaNK
 
Jual obat aborsi Bandung ( 085657271886 ) Cytote pil telat bulan penggugur ka...
Jual obat aborsi Bandung ( 085657271886 ) Cytote pil telat bulan penggugur ka...Jual obat aborsi Bandung ( 085657271886 ) Cytote pil telat bulan penggugur ka...
Jual obat aborsi Bandung ( 085657271886 ) Cytote pil telat bulan penggugur ka...
 
Abortion pills in Jeddah | +966572737505 | Get Cytotec
Abortion pills in Jeddah | +966572737505 | Get CytotecAbortion pills in Jeddah | +966572737505 | Get Cytotec
Abortion pills in Jeddah | +966572737505 | Get Cytotec
 
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 

Back end analytics_platform_2013_v1.0