SlideShare a Scribd company logo
1 of 77
Using Pentaho & Tableau
with MariaDB ColumnStore
GOTO Satoru
Customer Solutions Engineer
MariaDB Corporation
Note
● we have ≈ 5 minutes for Q&A at the end of
the session
○ In order to get through all slides
Agenda
● Motivation
● What is MariaDB ColumnStore
● What is Tableau
● Analytics with Tableau & ColumnStore
● What is Pantaho
● MariaDB ColumnStore bulk load plugin for Pentaho Data
Integration(PDI)
● Using Pentaho EE Analyzer with MariaDB ColumnStore
Motivation
Motivation to use Tableau/Pentaho Analyzer
with MariaDB ColumnStore
● MariaDB Corp. do not provide GUI tool
● For interactive analytics, GUI front end needed
Motivation of MariaDB ColumnStore bulk
load plugin for PDI on Windows
● ColumnStore Server only supports Linux
● end BI users are not familiar with Linux, enterprise
end users use Windows
● GUI bulk loader needed
What is
MariaDB ColumnStore
MariaDB ColumnStore architecture
Columnar Distributed Data Storage
Local Storage | SAN | NAS | EBS | GlusterFS
BI Tool SQL Client Custom
Big Data App
Application
MariaDB
SQL Front
End - UM
Distributed
Query
Engine - PM
Data Storage
MariaDB ColumnStore architecture
• Massively parallel
architecture (MPP)
– Linear scalability
• Horizontal scaling
– Add new data nodes
as your data grows
– Continue read queries
when adding new nodes
Shared-Nothing Distributed Data Storage
Highly Compressed by default
User
Module
(UM)
Performance
Module
(PM)
Data Storage
Test environment
Test environment
Software OS
MariaDB ColumnStore 1.2.2 CentOS 7
MariaDB Connector/J 2.3.0 OS independent
MariaDB Connector/ODBC 3.0.8 Microsoft Windows 10 Pro
Tableau Desktop 2019.1 Microsoft Windows 10 Pro
MariaDB Pentaho Kettle bulk loader plugin 1.2.2 Microsoft Windows 10 Pro
Pentaho EE 8.2 (PDI included) Microsoft Windows 10 Pro
What is Tableau
What is Tableau Desktop
● Widely used interactive data visualization tool for
BI(Business Intelligence) / Analytics
● Tableau Desktop 2019.1 now officially supports
MariaDB Connector/ODBC
Place Image Here
Analytics with
Tableau Desktop
2019.1 & MariaDB
ColumnStore
Sample data set
● https://github.com/mariadb-corporation/mariadb-columnstore-samples
● ‘Flights’ sample
○ on-time performance dataset for US based flights by US
Department of Transportation
Connect to MariaDB ColumnStore w/
Tableau 2019.1
● For the 1st time, you
need to download
and install MariaDB
Connector/ODBC
disabled
Download MariaDB Connector/ODBC
https://mariadb.com/downloads/#connectors
Install MariaDB Connector/ODBC
mariadb-connector-odbc-3.0.8-
win64.msi
Connect to ColumnStore via Connector/ODBC
● Restart of Tableau is
needed
● After restart of Tableau
Desktop 2019.1, you can
select MariaDB Data
Source
Connect to ColumnStore via Connector/ODBC
● “Sign In” button will
be enabled
Connect to ColumnStore via Connector/ODBC
● Select database
● Drag & drop tables
Analytics with Tableau: JOINs
flights.carrier =
airlines.iata_code
flights.dest =
airports.iata_code
Sample data set : flights
Analytics with Tableau: average delay / airline
• Rows:
airline
• Marks:
AVG(Arr Delay)
Analytics with Tableau: average delay / airline
What is Pentaho
What is Pentaho
● Developed by Hitachi Vantara
(Pentaho Corporation was acquired by Hitachi in 2015)
● Pentaho Server : Business Analytics Platform
● PDI (Pentaho Data Integration) : ETL engine
○ a.k.a. Kettle
https://www.hitachivantara.com/go/pentaho.html
Install
Pentaho EE 8.2
Download Pentaho EE 8.2
from Hitachi Vantara
Click to install
Download MariaDB Connector/J 2.3.0
Pentaho :
Java
application
Copy MariaDB Connector/J
Copy mariadb-java-client-2.3.0.jar to
C:Pentahodesign-toolsdata-integrationlib
Download Pentaho Kettle bulk loader plugin
Extract Pentaho Kettle bulk loader plugin
Unzip mariadb-columnstore-kettle-bulk-exporter-
plugin-1.2.2-1-x64-win.zip to PDI 8.2 plugins folder
Windows 10 dependencies
● Visual C++ Redistributable for Visual Studio 2015 (x64)
is required to use the Bulk Write SDK
https://github.com/mariadb-corporation/mariadb-columnstore-data-
adapters/tree/master/kettle-columnstore-bulk-exporter-plugin
CSV bulk load into ColumnStore
with PDI 8.2 Kettle plugin
Start Pentaho Data Generation(PDI/Spoon)
Bulk load Kettle plugin : CSV file input step
● drag “CSV file input”
step into to the canvas
● Click “CSV file input”
https://help.pentaho.com/Documentation/8.2/Products/Data_Integration/Transformati
on_Step_Reference/CSV_File_Input
Bulk load Kettle plugin : CSV file input step
● Recommended to
have “header row”
in CSV
(for fields mapping)
● Otherwise you need
to map all fields by
hand
● Click “Get Fields”
Bulk load Kettle plugin : MCS Bulk loader step
canvas
Bulk load Kettle plugin : connect 2 steps
Bulk load Kettle plugin : MCS Bulk loader step
Bulk load Kettle plugin : DB connection
Bulk load Kettle plugin : Columnstore.xml
Replace all 127.0.0.1 to IP address of ColumnStore server in
Columnstore.xml :
<?xml version="1.0" encoding="UTF-8"?>
<!-- $Id: Columnstore.xml 3713 2013-08-16 20:04:47Z wweeks $ -->
<!-- WARNING: Do not make changes to this file unless directed to do so by
MariaDB service engineers. Incorrect settings can render your system
unusable and will require a service call to correct.
-->
<Columnstore Version="V1.0.0">
<ExeMgr1>
<IPAddr>192.168.2.12</IPAddr>
<Port>8601</Port>
<Module>pm1</Module>
</ExeMgr1>
Bulk load Kettle plugin : fields mapping
• Choose “Field
mapping” tab
• Click “Custom
mapping”
Bulk load Kettle plugin : fields mapping
Bulk load Kettle plugin : Run Transformation
Bulk load Kettle plugin : bulk load performance
445,827 rows
loaded
in 52.8 sec.
Import InnoDB table data into
ColumnStore w/ PDI Kettle plugin
Import from MariaDB Server InnoDB table
● Import with
‘Table input’
step
Import from MariaDB Server InnoDB table
● DB connection
● Connection
type: MariaDB
● Acess:
Native(JDBC)
Import from MariaDB Server InnoDB table
Place Image Here
Using Pentaho
Server w/
ColumnStore
via MariaDB Connector/J
Install MariaDB Connector/J to
Pentaho EE 8.2
Login to Pentaho User Console
● Browse http://localhost:8080
● Select “Login as an Evaluator”
● GO
DB connection setting w/o MariaDB Connector/J
cannot connect to MariaDB ColumnStore server
No MariaDB
No MySQL
Database Type
Install MariaDB Connector/J
Copy mariadb-java-client-2.3.0.jar into
C:Pentahoserverpentaho-servertomcatlib
Restart Pentaho server
compmgmt.msc
restart Pentaho Server
Re-login to Pentaho User
Console
Pentaho EE data source and
connection setting
Sample data set
● https://github.com/mariadb-corporation/mariadb-columnstore-samples
● ‘Flights’ sample
○ US Department of Transportation on-time performance
dataset for US based flights
Manage Data Sources
● Pentaho User Console
● Select
Manage Data Sources
Manage Data Sources
● Click
New Data Source
Manage Data Sources
● Source Type:
Database Tables(s)
● Click + icon to add new source
Manage Data Sources : connection setting
● Now MariaDB can
be selected
● Click Test to test
connection
Manage Data Sources
● Select the new
connection
(MCS_flights)
● Click Next
Manage Data Sources : table selection
Manage Data Sources : fact table selection
● Fact Table:
flights.flights
● Click Next
Manage Data Sources: tables joins
Place Image Here
Pentaho EE
Analysis Report w/
ColumnStore
Pentaho EE Analysis Report
● Create New -
Analysis Report
Analysis Report : select Data Source
● Select created
ColumnStore
Data Source
● Click OK
Analysis Report
Analysis Report : average arrival delay
Analysis Report : average arrival delay
● Drag ‘Airline’ to
‘Rows’
● Drag ‘Arr Delay’ to
‘Measures’
Analysis Report : average arrival delay table
● Switch to Chart
format by clicking
● or Ctrl+Alt+C
Analysis Report : average arrival delay chart
Summary
Summary
● Interactive Analytics using Tableau Desktop
connecting to ColumnStore via MariaDB
Connector/ODBC
● Data bulk load to MariaDB ColumnStore using PDI
Kettle plugin
● Interactive Analytics using Pentaho EE connecting
to ColumnStore via MariaDB Connector/J
Thank you

More Related Content

What's hot

What's hot (20)

Infinispan, a distributed in-memory key/value data grid and cache
 Infinispan, a distributed in-memory key/value data grid and cache Infinispan, a distributed in-memory key/value data grid and cache
Infinispan, a distributed in-memory key/value data grid and cache
 
Snowflake: Your Data. No Limits (Session sponsored by Snowflake) - AWS Summit...
Snowflake: Your Data. No Limits (Session sponsored by Snowflake) - AWS Summit...Snowflake: Your Data. No Limits (Session sponsored by Snowflake) - AWS Summit...
Snowflake: Your Data. No Limits (Session sponsored by Snowflake) - AWS Summit...
 
TiDB Introduction
TiDB IntroductionTiDB Introduction
TiDB Introduction
 
Hadoop Meetup Jan 2019 - Overview of Ozone
Hadoop Meetup Jan 2019 - Overview of OzoneHadoop Meetup Jan 2019 - Overview of Ozone
Hadoop Meetup Jan 2019 - Overview of Ozone
 
Event-Driven Messaging and Actions using Apache Flink and Apache NiFi
Event-Driven Messaging and Actions using Apache Flink and Apache NiFiEvent-Driven Messaging and Actions using Apache Flink and Apache NiFi
Event-Driven Messaging and Actions using Apache Flink and Apache NiFi
 
Cloud dw benchmark using tpd-ds( Snowflake vs Redshift vs EMR Hive )
Cloud dw benchmark using tpd-ds( Snowflake vs Redshift vs EMR Hive )Cloud dw benchmark using tpd-ds( Snowflake vs Redshift vs EMR Hive )
Cloud dw benchmark using tpd-ds( Snowflake vs Redshift vs EMR Hive )
 
Giải pháp xử lý big data trên apache spark
Giải pháp xử lý big data trên apache sparkGiải pháp xử lý big data trên apache spark
Giải pháp xử lý big data trên apache spark
 
Chicago Data Summit: Apache HBase: An Introduction
Chicago Data Summit: Apache HBase: An IntroductionChicago Data Summit: Apache HBase: An Introduction
Chicago Data Summit: Apache HBase: An Introduction
 
Zero to Snowflake Presentation
Zero to Snowflake Presentation Zero to Snowflake Presentation
Zero to Snowflake Presentation
 
Impala: Real-time Queries in Hadoop
Impala: Real-time Queries in HadoopImpala: Real-time Queries in Hadoop
Impala: Real-time Queries in Hadoop
 
Hadoop 기반 빅데이터 이해
Hadoop 기반 빅데이터 이해Hadoop 기반 빅데이터 이해
Hadoop 기반 빅데이터 이해
 
A Closer Look at Apache Kudu
A Closer Look at Apache KuduA Closer Look at Apache Kudu
A Closer Look at Apache Kudu
 
YARN Federation
YARN Federation YARN Federation
YARN Federation
 
Apache Hadoop In Theory And Practice
Apache Hadoop In Theory And PracticeApache Hadoop In Theory And Practice
Apache Hadoop In Theory And Practice
 
The Future of Column-Oriented Data Processing With Apache Arrow and Apache Pa...
The Future of Column-Oriented Data Processing With Apache Arrow and Apache Pa...The Future of Column-Oriented Data Processing With Apache Arrow and Apache Pa...
The Future of Column-Oriented Data Processing With Apache Arrow and Apache Pa...
 
Introduction to snowflake
Introduction to snowflakeIntroduction to snowflake
Introduction to snowflake
 
HBaseConAsia2018 Keynote 2: Recent Development of HBase in Alibaba and Cloud
HBaseConAsia2018 Keynote 2: Recent Development of HBase in Alibaba and CloudHBaseConAsia2018 Keynote 2: Recent Development of HBase in Alibaba and Cloud
HBaseConAsia2018 Keynote 2: Recent Development of HBase in Alibaba and Cloud
 
Big Data and the Cloud a Best Friend Story
Big Data and the Cloud a Best Friend StoryBig Data and the Cloud a Best Friend Story
Big Data and the Cloud a Best Friend Story
 
Snowflake: The Good, the Bad, and the Ugly
Snowflake: The Good, the Bad, and the UglySnowflake: The Good, the Bad, and the Ugly
Snowflake: The Good, the Bad, and the Ugly
 
Open Source DataViz with Apache Superset
Open Source DataViz with Apache SupersetOpen Source DataViz with Apache Superset
Open Source DataViz with Apache Superset
 

Similar to Using Pentaho with MariaDB ColumnStore

Dashbuilder community overview
Dashbuilder community overviewDashbuilder community overview
Dashbuilder community overview
dashbuilder
 

Similar to Using Pentaho with MariaDB ColumnStore (20)

OpenWorks2019 - Using Pentaho/Tableau with MariaDB ColumnStore
OpenWorks2019 - Using Pentaho/Tableau with MariaDB ColumnStoreOpenWorks2019 - Using Pentaho/Tableau with MariaDB ColumnStore
OpenWorks2019 - Using Pentaho/Tableau with MariaDB ColumnStore
 
DDS_UI_WFs_13012022.pptx
DDS_UI_WFs_13012022.pptxDDS_UI_WFs_13012022.pptx
DDS_UI_WFs_13012022.pptx
 
Case study migration from cm13 to cm14 - Oracle Primavera P6 Collaborate 14
Case study migration from cm13 to cm14 - Oracle Primavera P6 Collaborate 14Case study migration from cm13 to cm14 - Oracle Primavera P6 Collaborate 14
Case study migration from cm13 to cm14 - Oracle Primavera P6 Collaborate 14
 
Tableau Architecture
Tableau ArchitectureTableau Architecture
Tableau Architecture
 
Installating and Configuring Java, MySQL and BIRT.
Installating and Configuring Java, MySQL and BIRT.Installating and Configuring Java, MySQL and BIRT.
Installating and Configuring Java, MySQL and BIRT.
 
Checklist for Upgrades and Migrations
Checklist for Upgrades and MigrationsChecklist for Upgrades and Migrations
Checklist for Upgrades and Migrations
 
SQL Server 2019 Big Data Cluster
SQL Server 2019 Big Data ClusterSQL Server 2019 Big Data Cluster
SQL Server 2019 Big Data Cluster
 
Supercharge your data analytics with BigQuery
Supercharge your data analytics with BigQuerySupercharge your data analytics with BigQuery
Supercharge your data analytics with BigQuery
 
Dashbuilder community overview
Dashbuilder community overviewDashbuilder community overview
Dashbuilder community overview
 
MongoDB .local Houston 2019: Wide Ranging Analytical Solutions on MongoDB
MongoDB .local Houston 2019: Wide Ranging Analytical Solutions on MongoDBMongoDB .local Houston 2019: Wide Ranging Analytical Solutions on MongoDB
MongoDB .local Houston 2019: Wide Ranging Analytical Solutions on MongoDB
 
Sprint 59
Sprint 59Sprint 59
Sprint 59
 
14 Easy Steps to End-User Empowerment: Convert Custom Reports to BI Publisher
14 Easy Steps to End-User Empowerment: Convert Custom Reports to BI Publisher14 Easy Steps to End-User Empowerment: Convert Custom Reports to BI Publisher
14 Easy Steps to End-User Empowerment: Convert Custom Reports to BI Publisher
 
Sprint 45 review
Sprint 45 reviewSprint 45 review
Sprint 45 review
 
Birt Integration
Birt IntegrationBirt Integration
Birt Integration
 
Precomputing recommendations with Apache Beam
Precomputing recommendations with Apache BeamPrecomputing recommendations with Apache Beam
Precomputing recommendations with Apache Beam
 
Big data should be simple
Big data should be simpleBig data should be simple
Big data should be simple
 
Sap bw lo extraction
Sap bw lo extractionSap bw lo extraction
Sap bw lo extraction
 
Storage Optimization and Operational Simplicity in SAP Adaptive Server Enter...
Storage Optimization and Operational Simplicity in SAP  Adaptive Server Enter...Storage Optimization and Operational Simplicity in SAP  Adaptive Server Enter...
Storage Optimization and Operational Simplicity in SAP Adaptive Server Enter...
 
OTN EMEA TOUR 2016 - OBIEE12c New Features for End-Users, Developers and Sys...
OTN EMEA TOUR 2016  - OBIEE12c New Features for End-Users, Developers and Sys...OTN EMEA TOUR 2016  - OBIEE12c New Features for End-Users, Developers and Sys...
OTN EMEA TOUR 2016 - OBIEE12c New Features for End-Users, Developers and Sys...
 
About The Event-Driven Data Layer & Adobe Analytics
About The Event-Driven Data Layer & Adobe AnalyticsAbout The Event-Driven Data Layer & Adobe Analytics
About The Event-Driven Data Layer & Adobe Analytics
 

More from MariaDB plc

More from MariaDB plc (20)

MariaDB Paris Workshop 2023 - MaxScale 23.02.x
MariaDB Paris Workshop 2023 - MaxScale 23.02.xMariaDB Paris Workshop 2023 - MaxScale 23.02.x
MariaDB Paris Workshop 2023 - MaxScale 23.02.x
 
MariaDB Paris Workshop 2023 - Newpharma
MariaDB Paris Workshop 2023 - NewpharmaMariaDB Paris Workshop 2023 - Newpharma
MariaDB Paris Workshop 2023 - Newpharma
 
MariaDB Paris Workshop 2023 - Cloud
MariaDB Paris Workshop 2023 - CloudMariaDB Paris Workshop 2023 - Cloud
MariaDB Paris Workshop 2023 - Cloud
 
MariaDB Paris Workshop 2023 - MariaDB Enterprise
MariaDB Paris Workshop 2023 - MariaDB EnterpriseMariaDB Paris Workshop 2023 - MariaDB Enterprise
MariaDB Paris Workshop 2023 - MariaDB Enterprise
 
MariaDB Paris Workshop 2023 - Performance Optimization
MariaDB Paris Workshop 2023 - Performance OptimizationMariaDB Paris Workshop 2023 - Performance Optimization
MariaDB Paris Workshop 2023 - Performance Optimization
 
MariaDB Paris Workshop 2023 - MaxScale
MariaDB Paris Workshop 2023 - MaxScale MariaDB Paris Workshop 2023 - MaxScale
MariaDB Paris Workshop 2023 - MaxScale
 
MariaDB Paris Workshop 2023 - novadys presentation
MariaDB Paris Workshop 2023 - novadys presentationMariaDB Paris Workshop 2023 - novadys presentation
MariaDB Paris Workshop 2023 - novadys presentation
 
MariaDB Paris Workshop 2023 - DARVA presentation
MariaDB Paris Workshop 2023 - DARVA presentationMariaDB Paris Workshop 2023 - DARVA presentation
MariaDB Paris Workshop 2023 - DARVA presentation
 
MariaDB Tech und Business Update Hamburg 2023 - MariaDB Enterprise Server
MariaDB Tech und Business Update Hamburg 2023 - MariaDB Enterprise Server MariaDB Tech und Business Update Hamburg 2023 - MariaDB Enterprise Server
MariaDB Tech und Business Update Hamburg 2023 - MariaDB Enterprise Server
 
MariaDB SkySQL Autonome Skalierung, Observability, Cloud-Backup
MariaDB SkySQL Autonome Skalierung, Observability, Cloud-BackupMariaDB SkySQL Autonome Skalierung, Observability, Cloud-Backup
MariaDB SkySQL Autonome Skalierung, Observability, Cloud-Backup
 
Einführung : MariaDB Tech und Business Update Hamburg 2023
Einführung : MariaDB Tech und Business Update Hamburg 2023Einführung : MariaDB Tech und Business Update Hamburg 2023
Einführung : MariaDB Tech und Business Update Hamburg 2023
 
Hochverfügbarkeitslösungen mit MariaDB
Hochverfügbarkeitslösungen mit MariaDBHochverfügbarkeitslösungen mit MariaDB
Hochverfügbarkeitslösungen mit MariaDB
 
Die Neuheiten in MariaDB Enterprise Server
Die Neuheiten in MariaDB Enterprise ServerDie Neuheiten in MariaDB Enterprise Server
Die Neuheiten in MariaDB Enterprise Server
 
Global Data Replication with Galera for Ansell Guardian®
Global Data Replication with Galera for Ansell Guardian®Global Data Replication with Galera for Ansell Guardian®
Global Data Replication with Galera for Ansell Guardian®
 
Introducing workload analysis
Introducing workload analysisIntroducing workload analysis
Introducing workload analysis
 
Under the hood: SkySQL monitoring
Under the hood: SkySQL monitoringUnder the hood: SkySQL monitoring
Under the hood: SkySQL monitoring
 
Introducing the R2DBC async Java connector
Introducing the R2DBC async Java connectorIntroducing the R2DBC async Java connector
Introducing the R2DBC async Java connector
 
MariaDB Enterprise Tools introduction
MariaDB Enterprise Tools introductionMariaDB Enterprise Tools introduction
MariaDB Enterprise Tools introduction
 
Faster, better, stronger: The new InnoDB
Faster, better, stronger: The new InnoDBFaster, better, stronger: The new InnoDB
Faster, better, stronger: The new InnoDB
 
The architecture of SkySQL
The architecture of SkySQLThe architecture of SkySQL
The architecture of SkySQL
 

Recently uploaded

%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
masabamasaba
 
Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...
Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...
Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...
chiefasafspells
 
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
masabamasaba
 
%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...
%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...
%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...
masabamasaba
 

Recently uploaded (20)

Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...
 
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
 
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
 
%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrand%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrand
 
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
 
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
 
Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...
Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...
Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...
 
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
 
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
 
Announcing Codolex 2.0 from GDK Software
Announcing Codolex 2.0 from GDK SoftwareAnnouncing Codolex 2.0 from GDK Software
Announcing Codolex 2.0 from GDK Software
 
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
 
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
 
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
 
%in Harare+277-882-255-28 abortion pills for sale in Harare
%in Harare+277-882-255-28 abortion pills for sale in Harare%in Harare+277-882-255-28 abortion pills for sale in Harare
%in Harare+277-882-255-28 abortion pills for sale in Harare
 
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
 
Payment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdf
Payment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdfPayment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdf
Payment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdf
 
WSO2CON 2024 - Does Open Source Still Matter?
WSO2CON 2024 - Does Open Source Still Matter?WSO2CON 2024 - Does Open Source Still Matter?
WSO2CON 2024 - Does Open Source Still Matter?
 
%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...
%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...
%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...
 
tonesoftg
tonesoftgtonesoftg
tonesoftg
 
%in kempton park+277-882-255-28 abortion pills for sale in kempton park
%in kempton park+277-882-255-28 abortion pills for sale in kempton park %in kempton park+277-882-255-28 abortion pills for sale in kempton park
%in kempton park+277-882-255-28 abortion pills for sale in kempton park
 

Using Pentaho with MariaDB ColumnStore