SlideShare a Scribd company logo
Saturday 24th october – version -0.1
@clunven | Cedrick.lunvenx@datastax.com
Cedrick Lunven| DataStax, Inc.
The gateway for multi-models Data API
About Me
🥑
Creator and
Maintainer of FF4j
 Training
 Teaching
 Reference applications
 Support
 Public Speaking
 Academy.datastax.com
 datastax.com/dev
 community.datastax.com
 YouTube Channel
Agenda
4 © 2020 Datastax, Inc. All rights reserved.
 Why: The rising of Data Gateways
 What: Architecture and Implementations
 How: Multi-models DB
 Demo, talk is cheap
 Who: Astra, the NEXT Generation Dbaas
“Start with Why” Simon Sinek
• Developers
• Do you like learning query languages (CQL, N1QL, GQL, SQL, graphQL, cypher, gremlin….)
• No. Save my JSON, give it to me back when I need it
• This is why Spring Data and ORM are so used nowadays
• Do you care about how your data is stored ?
• Physical data model part of the interface…yike
• Do you like installing and running Databases locally
• and specially distributed databases
© 2020 Datastax, Inc. All rights reserved.5
“Start with Why” Simon Sinek
• Ops and Databases Administrators…
• Do you allow developers to execute direct queries against your
DB ?
• Do you like opening port range like 0-65536 to allow
communications with applications, specially in the cloud.
• Do you like creating dedicated project and hiring people just to
create APIs to expose an existing treatment (digital
transformation FTW)
And when those 2 meet each other
DB ADMINDeveloper
Data Gateways rational
Ubiquitous, API-based Consumption
MICROSERVICES DEVELOPERS
Developers want the option
to use moden APIs and
development gateways.
Cassandra is a database
designed for the new
standard and the associated
APIs that facilitate the first
choice of developers.
Agenda
9 © 2020 Datastax, Inc. All rights reserved.
 Why: The rising of Data Gateways
 What: Architecture and Implementations
 How: Multi-models DB
 Demo, talk is cheap
 Who: Astra, the NEXT Generation Dbaas
Stargate Overview
An open source API framework for data
Stargate makes it easy to use a
database for any application
workload by adding plugin support for
new APIs, data types, and access
methods
MICROSERVICES DEVELOPERS
Logical Architecture
Integrations
Kafka
Spark
Hadoop
Snowflake
Jupyter
...
Spring
Quarkus
Stargate
JSONREST GraphQL SQL GRPC
StorageStorageStorage
React
Node.js
Swift
Flutter
Database
(Cassandra)
WebSocket Events
Separate Compute and Storage
1
2
3
46
5
Stargate Storage ClusterApplication
API Extension and Persistence Extensions
REST GraphQL KAFKA
(incubating)
Cassandra
Document
API
CQL
GA
Agenda
14 © 2020 Datastax, Inc. All rights reserved.
 Why: The rising of Data Gateways
 What: Architecture and Implementations
 How: Apache Cassandra Multi-models DB
 Demo, talk is cheap
 Who: Astra, the NEXT Generation Dbaas
Modules
Agenda
16 © 2020 Datastax, Inc. All rights reserved.
 Why: The rising of Data Gateways
 What: Architecture and Implementations
 How: Multi-models DB
 Demo, talk is cheap
 Who: Astra, the NEXT Generation Dbaas
NODE
NODE
NODE
NODE
NODE NODE
NODE
Apache Cassandra™
1 Installation = 1 NODE
 Capacity: ± 1TB
 Throughput: 3000 Tx/sec/core
Communication:
 Gossiping
DataCenter | Ring
= NoSQL Distributed Database
Scales Linearly
• Need more capacity?
• Need more throughput?
• Add nodes!
Data is Distributed
Country City Habitant
USA New York 8.000.000
USA Los Angeles 4.000.000
FR Paris 2.230.000
DE Berlin 3.350.000
UK London 9.200.000
AU Sydney 4.900.000
FR Toulouse 1.100.000
JP Tokyo 37.430.000
IN Mumbai 20.200.000
DE Nuremberg 500.000
CA Montreal 4.200.000
CA Toronto 6.200.000
Partition Key
Data Distributed Everywhere
20
• Geographic Distribution • Hybrid-Cloud and Multi-Cloud
On-premises
Cap Theorem
Consistency Availability
Partition
Tolerance
DefaultConfigure per
request
Immediate Consistency
Client
Write
CL = QUORUM
Read
CL = QUORUM
Client
Strongly Consistent : CL read + CL write > RF
Understanding Use Cases
High Throughput
High Volume
Heavy Writes
Heavy Reads
Event Streaming Log Analytics
Internet of Things Other Time Series
Mission-Critical
No Data Loss
Always-on
Scalability
Availability
Distributed
Cloud-native
Caching Pricing
Market Data Inventory
Banking Retail
Tracking / Logistics
Customer
Experience
API Layer Hybrid-cloud
Enterprise Data
Layer
Multi-cloud
Modern Cloud
Applications
Global Presence
Workload Mobility
Compliance / GDPR
Multi Model Database
• Tabular (with Tables as discussed before)
• Key Value (sub pattern of previous with single column)
• Document
− INSERT AND READ JSON with CQL but a schema is neede
− Stargate document API to the rescue
• TSDB
− Cassandra fit the time series data models with aggregations
• Graph
− DataStax Enterprise integrate a graph Engines
Agenda
25 © 2020 Datastax, Inc. All rights reserved.
 Why: The rising of Data Gateways
 What: Architecture and Implementations
 How: Multi-models DB
 Demo, talk is cheap
 Who: Astra, the NEXT Generation Dbaas
Agenda
26 © 2020 Datastax, Inc. All rights reserved.
 Why: The rising of Data Gateways
 What: Architecture and Implementations
 How: Multi-models DB
 Demo: talk is cheap
 Who: Astra, the NEXT Generation Dbaas
Introducing Astra
CASSANDRA-AS-A-SERVICE
Cloud-native Database-as-a-
Service built on Apache Cassandra
NO OPERATIONS
Eliminate the overhead to install,
operate, and scale Cassandra.
POWERFUL APIS
Out-of-the-box REST and
GraphQL endpoints and browser
CQL shell.
CLOUD NATIVE
Powered by our open-source
Kubernetes Operator for
Cassandra.
ZERO LOCK-IN
Deploy on AWS or GCP and
keep compatibility with open-
source Cassandra.
10 GIG FREE TIER
Launch a database in the
cloud with a few clicks, no
credit card required.
Simplify Application Development
INSERT INTO mytable
(id,name,address) VALUES
(1,’Bob Smith’,’1 Main
Street’)
SELECT * FROM mytable WHERE
id=1
UPDATE mytable SET
name=’Tom Smith’ WHERE id=1
DELETE FROM mytable WHERE
id=1
Familiar Language Easy Dev Tools Great Drivers
.. And Stargate Enabled
30 © 2020 Datastax, Inc. All rights reserved.
ENERGY
MEDIA / TELECOMMUNICATIONS RETAIL / FOOD & BEVERAGE
FINANCIAL SERVICES TRANSPORTATION / LOGISTICS
TECHNOLOGY & IT SERVICES
Thank You!
31 © 2020 Datastax, Inc. All rights reserved.

More Related Content

PDF
Machine Learning Data Lineage with MLflow and Delta Lake
PPTX
Microsoft Machine Learning Smackdown
PDF
Introducing the Hub for Data Orchestration
PDF
Redshift VS BigQuery
PDF
Presto & differences between popular SQL engines (Spark, Redshift, and Hive)
PPTX
Azure Big Data Story
PPTX
Options for Data Prep - A Survey of the Current Market
PPTX
Building Modern Data Pipelines on GCP via a FREE online Bootcamp
Machine Learning Data Lineage with MLflow and Delta Lake
Microsoft Machine Learning Smackdown
Introducing the Hub for Data Orchestration
Redshift VS BigQuery
Presto & differences between popular SQL engines (Spark, Redshift, and Hive)
Azure Big Data Story
Options for Data Prep - A Survey of the Current Market
Building Modern Data Pipelines on GCP via a FREE online Bootcamp

What's hot (20)

PPTX
Bleeding Edge Databases
PDF
Datalab 101 (Hadoop, Spark, ElasticSearch) par Jonathan Winandy - Paris Spark...
PDF
Databricks + Snowflake: Catalyzing Data and AI Initiatives
PDF
Data pipeline and data lake for autonomous driving
PDF
IBM Cloud Day January 2021 - A well architected data lake
PDF
Unified Data Analytics: Helping Data Teams Solve the World’s Toughest Problems
PPTX
Virtualizing Analytics with Apache Spark: Keynote by Arsalan Tavakoli
PPTX
Finding new Customers using D&B and Excel Power Query
PDF
Azure Databricks—Apache Spark as a Service with Sascha Dittmann
PDF
Modern Data architecture Design
PDF
Streaming 4 billion Messages per day. Lessons Learned.
PPTX
Machine Learning on the Microsoft Stack
PDF
Clinical Suspecting at Scale Using PySpark
PDF
Building Data Lakes with Apache Airflow
PDF
Analytics at the Real-Time Speed of Business: Spark Summit East talk by Manis...
PDF
Introduction to Hivemall
PDF
Marketing vs Technology
PDF
Modernizing Global Shared Data Analytics Platform and our Alluxio Journey
PDF
Simplify and Scale Data Engineering Pipelines with Delta Lake
PDF
Operationalizing Machine Learning at Scale at Starbucks
Bleeding Edge Databases
Datalab 101 (Hadoop, Spark, ElasticSearch) par Jonathan Winandy - Paris Spark...
Databricks + Snowflake: Catalyzing Data and AI Initiatives
Data pipeline and data lake for autonomous driving
IBM Cloud Day January 2021 - A well architected data lake
Unified Data Analytics: Helping Data Teams Solve the World’s Toughest Problems
Virtualizing Analytics with Apache Spark: Keynote by Arsalan Tavakoli
Finding new Customers using D&B and Excel Power Query
Azure Databricks—Apache Spark as a Service with Sascha Dittmann
Modern Data architecture Design
Streaming 4 billion Messages per day. Lessons Learned.
Machine Learning on the Microsoft Stack
Clinical Suspecting at Scale Using PySpark
Building Data Lakes with Apache Airflow
Analytics at the Real-Time Speed of Business: Spark Summit East talk by Manis...
Introduction to Hivemall
Marketing vs Technology
Modernizing Global Shared Data Analytics Platform and our Alluxio Journey
Simplify and Scale Data Engineering Pipelines with Delta Lake
Operationalizing Machine Learning at Scale at Starbucks
Ad

Similar to Stargate, the gateway for some multi-models data API (20)

PPTX
Qlik_Data_Integration_Platform_Sales_Deck_3.pptx
PDF
GSJUG: Mastering Data Streaming Pipelines 09May2023
PDF
Presto talk @ Global AI conference 2018 Boston
PDF
Lessons from Building Large-Scale, Multi-Cloud, SaaS Software at Databricks
PDF
What's New in Upcoming Apache Spark 2.3
PPTX
Building a Pluggable Analytics Stack with Cassandra (Jim Peregord, Element Co...
PPTX
Time Series Analytics Azure ADX
PPTX
Azure Data.pptx
PPTX
Spark Streaming with Azure Databricks
PDF
2018 02-08-what's-new-in-apache-spark-2.3
PDF
By Popular Demand: The Rise of Elastic SQL
PPTX
Azure Databricks - An Introduction 2019 Roadshow.pptx
PDF
Dev Ops Training
PPTX
What is the Oracle PaaS Cloud for Developers (Oracle Cloud Day, The Netherlan...
PPTX
Big data journey to the cloud 5.30.18 asher bartch
PDF
Solving Enterprise Data Challenges with Apache Arrow
PDF
Scaling up with Cisco Big Data: Data + Science = Data Science
PPTX
Jump Start with Apache Spark 2.0 on Databricks
PDF
Presto @ Zalando - Big Data Tech Warsaw 2020
PDF
Spark + AI Summit 2020 イベント概要
Qlik_Data_Integration_Platform_Sales_Deck_3.pptx
GSJUG: Mastering Data Streaming Pipelines 09May2023
Presto talk @ Global AI conference 2018 Boston
Lessons from Building Large-Scale, Multi-Cloud, SaaS Software at Databricks
What's New in Upcoming Apache Spark 2.3
Building a Pluggable Analytics Stack with Cassandra (Jim Peregord, Element Co...
Time Series Analytics Azure ADX
Azure Data.pptx
Spark Streaming with Azure Databricks
2018 02-08-what's-new-in-apache-spark-2.3
By Popular Demand: The Rise of Elastic SQL
Azure Databricks - An Introduction 2019 Roadshow.pptx
Dev Ops Training
What is the Oracle PaaS Cloud for Developers (Oracle Cloud Day, The Netherlan...
Big data journey to the cloud 5.30.18 asher bartch
Solving Enterprise Data Challenges with Apache Arrow
Scaling up with Cisco Big Data: Data + Science = Data Science
Jump Start with Apache Spark 2.0 on Databricks
Presto @ Zalando - Big Data Tech Warsaw 2020
Spark + AI Summit 2020 イベント概要
Ad

More from Data Con LA (20)

PPTX
Data Con LA 2022 Keynotes
PPTX
Data Con LA 2022 Keynotes
PDF
Data Con LA 2022 Keynote
PPTX
Data Con LA 2022 - Startup Showcase
PPTX
Data Con LA 2022 Keynote
PDF
Data Con LA 2022 - Using Google trends data to build product recommendations
PPTX
Data Con LA 2022 - AI Ethics
PDF
Data Con LA 2022 - Improving disaster response with machine learning
PDF
Data Con LA 2022 - What's new with MongoDB 6.0 and Atlas
PDF
Data Con LA 2022 - Real world consumer segmentation
PPTX
Data Con LA 2022 - Modernizing Analytics & AI for today's needs: Intuit Turbo...
PPTX
Data Con LA 2022 - Moving Data at Scale to AWS
PDF
Data Con LA 2022 - Collaborative Data Exploration using Conversational AI
PDF
Data Con LA 2022 - Why Database Modernization Makes Your Data Decisions More ...
PDF
Data Con LA 2022 - Intro to Data Science
PDF
Data Con LA 2022 - How are NFTs and DeFi Changing Entertainment
PPTX
Data Con LA 2022 - Why Data Quality vigilance requires an End-to-End, Automat...
PPTX
Data Con LA 2022-Perfect Viral Ad prediction of Superbowl 2022 using Tease, T...
PPTX
Data Con LA 2022- Embedding medical journeys with machine learning to improve...
PPTX
Data Con LA 2022 - Data Streaming with Kafka
Data Con LA 2022 Keynotes
Data Con LA 2022 Keynotes
Data Con LA 2022 Keynote
Data Con LA 2022 - Startup Showcase
Data Con LA 2022 Keynote
Data Con LA 2022 - Using Google trends data to build product recommendations
Data Con LA 2022 - AI Ethics
Data Con LA 2022 - Improving disaster response with machine learning
Data Con LA 2022 - What's new with MongoDB 6.0 and Atlas
Data Con LA 2022 - Real world consumer segmentation
Data Con LA 2022 - Modernizing Analytics & AI for today's needs: Intuit Turbo...
Data Con LA 2022 - Moving Data at Scale to AWS
Data Con LA 2022 - Collaborative Data Exploration using Conversational AI
Data Con LA 2022 - Why Database Modernization Makes Your Data Decisions More ...
Data Con LA 2022 - Intro to Data Science
Data Con LA 2022 - How are NFTs and DeFi Changing Entertainment
Data Con LA 2022 - Why Data Quality vigilance requires an End-to-End, Automat...
Data Con LA 2022-Perfect Viral Ad prediction of Superbowl 2022 using Tease, T...
Data Con LA 2022- Embedding medical journeys with machine learning to improve...
Data Con LA 2022 - Data Streaming with Kafka

Recently uploaded (20)

PDF
Mega Projects Data Mega Projects Data
PDF
168300704-gasification-ppt.pdfhghhhsjsjhsuxush
PPTX
Database Infoormation System (DBIS).pptx
PPTX
MODULE 8 - DISASTER risk PREPAREDNESS.pptx
PPTX
IBA_Chapter_11_Slides_Final_Accessible.pptx
PPTX
AI Strategy room jwfjksfksfjsjsjsjsjfsjfsj
PDF
Recruitment and Placement PPT.pdfbjfibjdfbjfobj
PPTX
mbdjdhjjodule 5-1 rhfhhfjtjjhafbrhfnfbbfnb
PDF
TRAFFIC-MANAGEMENT-AND-ACCIDENT-INVESTIGATION-WITH-DRIVING-PDF-FILE.pdf
PPT
Reliability_Chapter_ presentation 1221.5784
PPTX
Computer network topology notes for revision
PDF
Galatica Smart Energy Infrastructure Startup Pitch Deck
PPTX
IB Computer Science - Internal Assessment.pptx
PPTX
Qualitative Qantitative and Mixed Methods.pptx
PDF
Fluorescence-microscope_Botany_detailed content
PDF
Foundation of Data Science unit number two notes
PPTX
Acceptance and paychological effects of mandatory extra coach I classes.pptx
PPTX
Business Ppt On Nestle.pptx huunnnhhgfvu
PDF
annual-report-2024-2025 original latest.
Mega Projects Data Mega Projects Data
168300704-gasification-ppt.pdfhghhhsjsjhsuxush
Database Infoormation System (DBIS).pptx
MODULE 8 - DISASTER risk PREPAREDNESS.pptx
IBA_Chapter_11_Slides_Final_Accessible.pptx
AI Strategy room jwfjksfksfjsjsjsjsjfsjfsj
Recruitment and Placement PPT.pdfbjfibjdfbjfobj
mbdjdhjjodule 5-1 rhfhhfjtjjhafbrhfnfbbfnb
TRAFFIC-MANAGEMENT-AND-ACCIDENT-INVESTIGATION-WITH-DRIVING-PDF-FILE.pdf
Reliability_Chapter_ presentation 1221.5784
Computer network topology notes for revision
Galatica Smart Energy Infrastructure Startup Pitch Deck
IB Computer Science - Internal Assessment.pptx
Qualitative Qantitative and Mixed Methods.pptx
Fluorescence-microscope_Botany_detailed content
Foundation of Data Science unit number two notes
Acceptance and paychological effects of mandatory extra coach I classes.pptx
Business Ppt On Nestle.pptx huunnnhhgfvu
annual-report-2024-2025 original latest.

Stargate, the gateway for some multi-models data API

  • 1. Saturday 24th october – version -0.1 @clunven | Cedrick.lunvenx@datastax.com Cedrick Lunven| DataStax, Inc. The gateway for multi-models Data API
  • 2. About Me 🥑 Creator and Maintainer of FF4j  Training  Teaching  Reference applications  Support  Public Speaking
  • 3.  Academy.datastax.com  datastax.com/dev  community.datastax.com  YouTube Channel
  • 4. Agenda 4 © 2020 Datastax, Inc. All rights reserved.  Why: The rising of Data Gateways  What: Architecture and Implementations  How: Multi-models DB  Demo, talk is cheap  Who: Astra, the NEXT Generation Dbaas
  • 5. “Start with Why” Simon Sinek • Developers • Do you like learning query languages (CQL, N1QL, GQL, SQL, graphQL, cypher, gremlin….) • No. Save my JSON, give it to me back when I need it • This is why Spring Data and ORM are so used nowadays • Do you care about how your data is stored ? • Physical data model part of the interface…yike • Do you like installing and running Databases locally • and specially distributed databases © 2020 Datastax, Inc. All rights reserved.5
  • 6. “Start with Why” Simon Sinek • Ops and Databases Administrators… • Do you allow developers to execute direct queries against your DB ? • Do you like opening port range like 0-65536 to allow communications with applications, specially in the cloud. • Do you like creating dedicated project and hiring people just to create APIs to expose an existing treatment (digital transformation FTW)
  • 7. And when those 2 meet each other DB ADMINDeveloper
  • 8. Data Gateways rational Ubiquitous, API-based Consumption MICROSERVICES DEVELOPERS Developers want the option to use moden APIs and development gateways. Cassandra is a database designed for the new standard and the associated APIs that facilitate the first choice of developers.
  • 9. Agenda 9 © 2020 Datastax, Inc. All rights reserved.  Why: The rising of Data Gateways  What: Architecture and Implementations  How: Multi-models DB  Demo, talk is cheap  Who: Astra, the NEXT Generation Dbaas
  • 10. Stargate Overview An open source API framework for data Stargate makes it easy to use a database for any application workload by adding plugin support for new APIs, data types, and access methods MICROSERVICES DEVELOPERS
  • 11. Logical Architecture Integrations Kafka Spark Hadoop Snowflake Jupyter ... Spring Quarkus Stargate JSONREST GraphQL SQL GRPC StorageStorageStorage React Node.js Swift Flutter Database (Cassandra) WebSocket Events
  • 12. Separate Compute and Storage 1 2 3 46 5 Stargate Storage ClusterApplication
  • 13. API Extension and Persistence Extensions REST GraphQL KAFKA (incubating) Cassandra Document API CQL GA
  • 14. Agenda 14 © 2020 Datastax, Inc. All rights reserved.  Why: The rising of Data Gateways  What: Architecture and Implementations  How: Apache Cassandra Multi-models DB  Demo, talk is cheap  Who: Astra, the NEXT Generation Dbaas
  • 16. Agenda 16 © 2020 Datastax, Inc. All rights reserved.  Why: The rising of Data Gateways  What: Architecture and Implementations  How: Multi-models DB  Demo, talk is cheap  Who: Astra, the NEXT Generation Dbaas
  • 17. NODE NODE NODE NODE NODE NODE NODE Apache Cassandra™ 1 Installation = 1 NODE  Capacity: ± 1TB  Throughput: 3000 Tx/sec/core Communication:  Gossiping DataCenter | Ring = NoSQL Distributed Database
  • 18. Scales Linearly • Need more capacity? • Need more throughput? • Add nodes!
  • 19. Data is Distributed Country City Habitant USA New York 8.000.000 USA Los Angeles 4.000.000 FR Paris 2.230.000 DE Berlin 3.350.000 UK London 9.200.000 AU Sydney 4.900.000 FR Toulouse 1.100.000 JP Tokyo 37.430.000 IN Mumbai 20.200.000 DE Nuremberg 500.000 CA Montreal 4.200.000 CA Toronto 6.200.000 Partition Key
  • 20. Data Distributed Everywhere 20 • Geographic Distribution • Hybrid-Cloud and Multi-Cloud On-premises
  • 22. Immediate Consistency Client Write CL = QUORUM Read CL = QUORUM Client Strongly Consistent : CL read + CL write > RF
  • 23. Understanding Use Cases High Throughput High Volume Heavy Writes Heavy Reads Event Streaming Log Analytics Internet of Things Other Time Series Mission-Critical No Data Loss Always-on Scalability Availability Distributed Cloud-native Caching Pricing Market Data Inventory Banking Retail Tracking / Logistics Customer Experience API Layer Hybrid-cloud Enterprise Data Layer Multi-cloud Modern Cloud Applications Global Presence Workload Mobility Compliance / GDPR
  • 24. Multi Model Database • Tabular (with Tables as discussed before) • Key Value (sub pattern of previous with single column) • Document − INSERT AND READ JSON with CQL but a schema is neede − Stargate document API to the rescue • TSDB − Cassandra fit the time series data models with aggregations • Graph − DataStax Enterprise integrate a graph Engines
  • 25. Agenda 25 © 2020 Datastax, Inc. All rights reserved.  Why: The rising of Data Gateways  What: Architecture and Implementations  How: Multi-models DB  Demo, talk is cheap  Who: Astra, the NEXT Generation Dbaas
  • 26. Agenda 26 © 2020 Datastax, Inc. All rights reserved.  Why: The rising of Data Gateways  What: Architecture and Implementations  How: Multi-models DB  Demo: talk is cheap  Who: Astra, the NEXT Generation Dbaas
  • 27. Introducing Astra CASSANDRA-AS-A-SERVICE Cloud-native Database-as-a- Service built on Apache Cassandra NO OPERATIONS Eliminate the overhead to install, operate, and scale Cassandra. POWERFUL APIS Out-of-the-box REST and GraphQL endpoints and browser CQL shell. CLOUD NATIVE Powered by our open-source Kubernetes Operator for Cassandra. ZERO LOCK-IN Deploy on AWS or GCP and keep compatibility with open- source Cassandra. 10 GIG FREE TIER Launch a database in the cloud with a few clicks, no credit card required.
  • 28. Simplify Application Development INSERT INTO mytable (id,name,address) VALUES (1,’Bob Smith’,’1 Main Street’) SELECT * FROM mytable WHERE id=1 UPDATE mytable SET name=’Tom Smith’ WHERE id=1 DELETE FROM mytable WHERE id=1 Familiar Language Easy Dev Tools Great Drivers
  • 29. .. And Stargate Enabled
  • 30. 30 © 2020 Datastax, Inc. All rights reserved. ENERGY MEDIA / TELECOMMUNICATIONS RETAIL / FOOD & BEVERAGE FINANCIAL SERVICES TRANSPORTATION / LOGISTICS TECHNOLOGY & IT SERVICES
  • 31. Thank You! 31 © 2020 Datastax, Inc. All rights reserved.