SlideShare a Scribd company logo
Introducing DataStax Enterprise 4.7
Purpose built for web, mobile, and IoT applications
Robin Schumacher
VP Products
Thank you for joining. We will begin shortly.
All attendees
placed on mute
Input questions at any time
using the online interface
Webinar Housekeeping
Agenda
• Overview of DataStax
• Common need of modern Web, mobile, and IoT applications
• Overview of what’s new in DSE 4.7
• Details of DSE 4.7:
• DSE Search enhancements
• DSE Analytics enhancements
• DSE In-Memory enhancements
• DSE Advanced Security enhancements
• Other DSE enhancements
• What’s new in OpsCenter 5.1?
• Sneak peek at OpsCenter 5.2
• Wrap up
3
Your Life With DataStax
5
• DataStax delivers Apache Cassandra in a
database platform purpose built for the
performance and availability demands of
Web, Mobile, and IOT applications.
• Gives enterprises a secure always-on
database that remains operationally simple
when scaled in a single datacenter or
across multiple datacenters and clouds.
Users Spanning All Verticals
6
Cassandra – What’s the Difference?
7
Cassandra can then
DELIVER…
 Disaster Avoidance
 Multi Datacenter and Cloud
 Predictable Performance
Cassandra is DESIGNED
to solve…
 Relentless Availability
 High Performance
 Linear Scale
Cassandra is DIFFERENT
because…
 NO Primary or Master
 Fully Distributed
 Operationally Simple
Cassandra – Leading in Performance
What do all Modern Web/Mobile/IoT Apps Have in Common?
Mixed Workload!
• All modern Web/Mobile/IoT applications have “mixed workload” requirements.
• Transactional, analytical, search, in-memory, etc., workloads have different data
access patterns, needs, and demands.
• Having mixed workloads run on one database is bad because the different
workload compete for data and compute resources and often block each other.
• Architects have typically “sharded” or separated workloads by using different
databases /vendors for an application.
• Difficult to do because you have multiple databases to deal with and pay for, data
is constantly being unloaded/loaded into all the systems.
• Security risk – multiple opportunities for hackers.
©2015 DataStax Confidential. Do not distribute without consent. Transactions Analytics Search
DSE – the Only Database Platform Solving Mixed Workload
©2015 DataStax Confidential. Do not distribute without consent.
Typical Sharded Mixed Workload Application DataStax Enterprise
Multiple databases/vendors/education One database platform/vendor/education
Manually separate & maintain data across different systems Automatic maintenance & separation of data in one system
Oftentimes requires expensive extract-transform-load tools No need to ETL tools
Multiple security paradigms/multiple hacker opportunities One, uniform security paradigm
Multiple management tools needed One management tool needed
It’s Easy with DSE
12
Going into
production with
Cassandra?
Need mixed
workload
support?
©2015 DataStax Confidential. Do not distribute without consent.
Mixed Workload Management – How Does it Work?
• When DataStax Enterprise is installed, you specify what nodes will be dedicated
to OLTP, analytic, and enterprise search processing.
• Existing clusters can also be expanded to include analytic/search nodes.
• Replica groups are created that keep all data distributed and replicated across
the transactional, analytic groups, and search groups.
• Reads and writes can be handled on any node.
©2015 DataStax Confidential. Do not distribute without consent.
Announcing DataStax Enterprise 4.7
• Faster and more flexible enterprise search, upgraded analytics with
auto-high availability, enhanced in-memory computing support,
improved security, and production-certified Cassandra 2.1.
• DSE continues to be the first and best database choice for Web,
Mobile and IoT applications that have mixed workloads.
14
DataStax Enterprise 4.7
15
Let’s Talk About Search…
16©2015 DataStax Confidential. Do not distribute without consent.
DSE Search – “Live Indexing”
17
What is it? Benefit
Live Indexing makes new,
incoming data accessible
to search requests very
quickly.
• Ensures little to no gap between new data entering a
system and when customers can find it
• Not available in open source Solr or Elasticsearch
©2015 DataStax Confidential. Do not distribute without consent.
DSE Search – Enabling “Search-Lytics”
18
What is it? Benefit
Spark SparkSQL query
language can use Solr
syntax to search and
analyze data.
• Greatly extends SparkSQL query abilities to be even more
powerful
• Delivers potential for faster response times for Spark
queries
©2015 DataStax Confidential. Do not distribute without consent.
Example wildcard query using both DSE Analytics and DSE Search:
val table = sc.cassandraTable("music","solr")
val result =
table.select("id","artist_name").where("solr_query='artist_name:Miles*'").collect
DSE Search – Faster, More Flexible, and Upgraded
19
What Benefit
Fault tolerant search automatically
retries search queries on other nodes if
original search node containing data
goes down
• Faster response times for queries that are interrupted
• No need for manual intervention or application code to
retry search queries
Run DSE Analytics and DSE Search
on same node(s)
• Reduces amount of hardware needed for use cases that
allow analytics and search to run together
• Reduces amount of data replicated between nodes
Smart Query Routing transparently
sends search queries to the best
performing nodes in a cluster.
• Helps ensure fastest possible response times for each
individual search request
• Transparent to application; no additional work needed on
part of developers or admins
• Not available in open source Solr or Elasticsearch
Production certification of Solr 4.10 • Delivers over 22 new features that help developers build
applications that need search support
©2015 DataStax Confidential. Do not distribute without consent.
Does Elasticsearch or Apache Solr have…
20
Live indexing that makes data quickly available for search? No.
Intelligent query routing that ensures best search response times? No.
Ability to tightly integrate Spark analytics and search? No.
Functionality to auto-retry failed search requests? No.
Ability to easily scale across multiple data center / clouds? No.
©2015 DataStax Confidential. Do not distribute without consent.
DSE Search
“We had another, distinct Elasticsearch cluster running for search tasks. With DSE, we get
Spark built-in to a database cluster as well as search capabilities via DSE Search, which
removes the need to have separate clusters of Spark and Elasticsearch. We’re using DSE
Search today and will be migrating our separate Spark cluster to DSE soon.” – CIO, Wattgo
21
DSE Analytics – Always On and Upgraded
22
What Benefit
Automatic high availability for real time
analytics (Spark)
• Ensures analytic operations don’t go down
• Removes need for manual involvement in providing failover for
down analytics nodes
Production certification for machine
learning analytics (Spark Mlib)
• Delivers the ability for developers to create applications that utilize
machine learning (e.g. a healthcare app that predicts ER wait times)
New Spark tuning support in DSE
Performance Service
• Provides insight into Spark performance
• Automatically collects important Spark diagnostic data
• Reduces the time to troubleshoot and tune analytics performance
Production certification of Spark 1.2 • Increased performance, improved streaming data support, and
simpler development
JDBC Support • Services applications and tools (e.g. BI tools) wanting to run analytic
operations on Cassandra via JDBC
©2015 DataStax Confidential. Do not distribute without consent.
British Gas Tackles Internet-of-Things with DataStax
Connected Homes, a new business unit, handles IoT-based customer systems
Provides remote control over thermostats and boilers via smart phones/tablets
Delivers analytics on energy usage to customers
Will be using predictive analysis to forecast things like boiler failures
Uses DataStax Enterprise for transactional data consumption and real-time analytics
DSE In-Memory – More Memory Please
24
What Benefit
Increased memory utilization
that uses both Java and non-
Java RAM options
• Increases the amount of data that in in-memory tables can store
by about 50x
• Good for the read-intensive parts of an application where data
changes very little or changes are confined to specific load periods
DSE In-Memory:
• Delivers in-memory computing abilities to Cassandra for applications that
need both in-memory and disk data management.
• Transparent to applications and easy to control / modify.
• Easily monitored in OpsCenter, with alerts and forecasting of future growth
push-button simple.
©2015 DataStax Confidential. Do not distribute without consent.
Improved Data Protection and Security
25
What Benefit
Enhanced transparent data
encryption (TDE) that
separates the encryption keys
(used to ‘unlock’ encrypted
data) from the actual data
• Adds extra data protection by keeping sensitive, encrypted data
and the keys needed to utilize the data apart and on different
servers (think not keeping your ATM card and PIN together in your
wallet)
• Works with partner security products like Vormetric
©2015 DataStax Confidential. Do not distribute without consent.
Netflix Ensures Constant Uptime with DataStax Enterprise
World’s leading streaming media provider with digital revenue $1.5BN+
95% of all Netflix data stored in DSE
Introduction of ‘Profiles’ drove throughput to over 10M transactions per second
Does 1 trillion transactions/day with DSE
Replaced Oracle in six data centers, worldwide, 100% in the cloud
Moved to DSE for advanced security; PCI and SOX compliance
26
Certified Cassandra 2.1
27
What Benefit
Production-certification for
Cassandra 2.1
• Delivers many customer-requested enhancements that improve
maintenance operations and simplify application development
• Supplies dramatic performance increases depending on the use
case (e.g. 75-95% faster)
©2015 DataStax Confidential. Do not distribute without consent.
Intuit Services Millions of Concurrent Customers with DataStax
TurboTax mission critical to Intuit driving 34% of revenue
Turned from Oracle to DataStax for high velocity, always on architecture
Fantastic performance, exceeded Intuit’s 99.99% SLA by delivering 100% uptime
Fast snapshots, rolling upgrades and easy management with Cassandra
56
Mapping DSE 4.7 to Key Personas
29
4.7 Feature Area Developer Admin/Operations CIO/CTO
DSE Search New features for more quickly
developing apps needing
search, no need to code search
retry operations, and no manual
data sharding
Simpler administration,
easier monitoring, and
reduced tuning efforts, and
no separate search system
to manage
Quicker access to new search data for
customers, less hardware costs for
applications needing both search and
analytics, and no need for additional
search vendor
DSE Analytics Additional analytic tools (e.g.
machine learning) for building
analytical app components, and
no manual data sharding
Simplified analytics tuning
and less involvement
needed for analytics high
availability, and no
separate analytics DB to
manage
Constant uptime and smarter
capabilities for analytics applications
and no need for additional analytics
vendor
DSE In-Memory Simple application development
for both disk-based and in-
memory use cases, and no
manual data sharding
Another option to speed
performance for
applications, and no in-
memory cache to manage
Fast application performance and no
need for additional in-memory vendor
DSE Security No application burden
encountered when accessing
sensitive, encrypted data
More options for encrypting
and guarding sensitive data
More protection against hackers and
data thieves
DSE Cassandra 2.1 New features for developing
Web, Mobile, IoT apps
Easier and faster
maintenance operations
Greater speed and capabilities for
critical business systems
©2015 DataStax Confidential. Do not distribute without consent.
Mapping DSE 4.7 to Key Business Challenges
30
Challenge Addressed in DSE 4.7…
Meeting/exceeding performance
SLA’s for IoT, Web, Mobile apps
• More efficient consistency maintenance (repair) functionality in
Cassandra 2.1
• General Cassandra speed improvements in version 2.1
• Improved search speeds with b
• Enhanced DSE In-Memory
Quickly searching for, locating, and
analyzing customer requested data
in IoT, Web, Mobile apps.
• DSE Search Live Indexing
• Smart search query routing
• Automatic retry for search query failures
• Automatic high-availability for Spark analytics
• Ability to run Search and Analytics on same nodes in a cluster
• Extending SparkSQL with Solr search abilities
• New Solr 4.10 application development features
Data privacy and preventing data
breaches.
• Enhanced transparent data encryption that provides separation
of data and keys needed to access encrypted data
©2015 DataStax Confidential. Do not distribute without consent.
OpsCenter 5.1!
• Support for Cassandra incremental repairs in Repair Service.
• Easier monitoring for in-memory option.
• Alerts for transparent data encryption off-server key management.
• Integration with Spark console.
• Percentile graphs.
31©2015 DataStax Confidential. Do not distribute without consent.
Sneak Peek – OpsCenter 5.2!
• More easily provision/add new datacenters and cloud zones.
• Enhanced security with LDAP/Active directory support.
• More intelligent monitoring with built-in guidance on finding hotspots and
bottlenecks, with recommendations on improvements.
• More efficient maintenance of data consistency across a cluster.
32©2015 DataStax Confidential. Do not distribute without consent.
DataStax Enterprise Editions
33
For More Information…
• Downloads of DSE 4.7 and OpsCenter 5.1.2 now available.
• Downloads of DSE Sandbox.
• Online documentation.
• End Point NoSQL benchmark white paper.
• Customer case studies.
• Lots more…
34©2015 DataStax Confidential. Do not distribute without consent.
35©2015 DataStax Confidential. Do not distribute without consent.
36©2015 DataStax Confidential. Do not distribute without consent.
DSE – The Database Platform for Web, Mobile, and IoT
37©2015 DataStax Confidential. Do not distribute without consent.
Q&A - Input questions at any time
using the online interface
Thank You!

More Related Content

What's hot

Cassandra Community Webinar: MySQL to Cassandra - What I Wish I'd Known
Cassandra Community Webinar: MySQL to Cassandra - What I Wish I'd KnownCassandra Community Webinar: MySQL to Cassandra - What I Wish I'd Known
Cassandra Community Webinar: MySQL to Cassandra - What I Wish I'd Known
DataStax
 
Real-time personal trainer on the SMACK stack
Real-time personal trainer on the SMACK stackReal-time personal trainer on the SMACK stack
Real-time personal trainer on the SMACK stack
Anirvan Chakraborty
 
Workshop - How to benchmark your database
Workshop - How to benchmark your databaseWorkshop - How to benchmark your database
Workshop - How to benchmark your database
ScyllaDB
 
Cisco: Cassandra adoption on Cisco UCS & OpenStack
Cisco: Cassandra adoption on Cisco UCS & OpenStackCisco: Cassandra adoption on Cisco UCS & OpenStack
Cisco: Cassandra adoption on Cisco UCS & OpenStack
DataStax Academy
 
Webinar: Get On-Demand Education Anytime, Anywhere with Coursera and DataStax
Webinar: Get On-Demand Education Anytime, Anywhere with Coursera and DataStaxWebinar: Get On-Demand Education Anytime, Anywhere with Coursera and DataStax
Webinar: Get On-Demand Education Anytime, Anywhere with Coursera and DataStax
DataStax
 
Webinar: Dyn + DataStax - helping companies deliver exceptional end-user expe...
Webinar: Dyn + DataStax - helping companies deliver exceptional end-user expe...Webinar: Dyn + DataStax - helping companies deliver exceptional end-user expe...
Webinar: Dyn + DataStax - helping companies deliver exceptional end-user expe...
DataStax
 
Real Time Analytics with Dse
Real Time Analytics with DseReal Time Analytics with Dse
Real Time Analytics with Dse
DataStax Academy
 
Cassandra Community Webinar: From Mongo to Cassandra, Architectural Lessons
Cassandra Community Webinar: From Mongo to Cassandra, Architectural LessonsCassandra Community Webinar: From Mongo to Cassandra, Architectural Lessons
Cassandra Community Webinar: From Mongo to Cassandra, Architectural Lessons
DataStax
 
There are More Clouds! Azure and Cassandra (Carlos Rolo, Pythian) | C* Summit...
There are More Clouds! Azure and Cassandra (Carlos Rolo, Pythian) | C* Summit...There are More Clouds! Azure and Cassandra (Carlos Rolo, Pythian) | C* Summit...
There are More Clouds! Azure and Cassandra (Carlos Rolo, Pythian) | C* Summit...
DataStax
 
Cassandra Development Nirvana
Cassandra Development Nirvana Cassandra Development Nirvana
Cassandra Development Nirvana
DataStax
 
Keeping your application’s latency SLAs no matter what
Keeping your application’s latency SLAs no matter whatKeeping your application’s latency SLAs no matter what
Keeping your application’s latency SLAs no matter what
ScyllaDB
 
Cassandra Core Concepts
Cassandra Core ConceptsCassandra Core Concepts
Cassandra Core Concepts
DataStax Academy
 
Webinar | Introducing DataStax Enterprise 4.6
Webinar | Introducing DataStax Enterprise 4.6Webinar | Introducing DataStax Enterprise 4.6
Webinar | Introducing DataStax Enterprise 4.6
DataStax
 
The Last Pickle: Distributed Tracing from Application to Database
The Last Pickle: Distributed Tracing from Application to DatabaseThe Last Pickle: Distributed Tracing from Application to Database
The Last Pickle: Distributed Tracing from Application to Database
DataStax Academy
 
Cassandra Community Webinar: Apache Spark Analytics at The Weather Channel - ...
Cassandra Community Webinar: Apache Spark Analytics at The Weather Channel - ...Cassandra Community Webinar: Apache Spark Analytics at The Weather Channel - ...
Cassandra Community Webinar: Apache Spark Analytics at The Weather Channel - ...
DataStax Academy
 
Managing Cassandra Databases with OpenStack Trove
Managing Cassandra Databases with OpenStack TroveManaging Cassandra Databases with OpenStack Trove
Managing Cassandra Databases with OpenStack Trove
Tesora
 
Webinar: DataStax Training - Everything you need to become a Cassandra Rockstar
Webinar: DataStax Training - Everything you need to become a Cassandra RockstarWebinar: DataStax Training - Everything you need to become a Cassandra Rockstar
Webinar: DataStax Training - Everything you need to become a Cassandra Rockstar
DataStax
 
How jKool Analyzes Streaming Data in Real Time with DataStax
How jKool Analyzes Streaming Data in Real Time with DataStaxHow jKool Analyzes Streaming Data in Real Time with DataStax
How jKool Analyzes Streaming Data in Real Time with DataStax
DataStax
 
C* Summit 2013: Searching for a Needle in a Big Data Haystack by Jason Ruther...
C* Summit 2013: Searching for a Needle in a Big Data Haystack by Jason Ruther...C* Summit 2013: Searching for a Needle in a Big Data Haystack by Jason Ruther...
C* Summit 2013: Searching for a Needle in a Big Data Haystack by Jason Ruther...
DataStax Academy
 
Webinar: Buckle Up: The Future of the Distributed Database is Here - DataStax...
Webinar: Buckle Up: The Future of the Distributed Database is Here - DataStax...Webinar: Buckle Up: The Future of the Distributed Database is Here - DataStax...
Webinar: Buckle Up: The Future of the Distributed Database is Here - DataStax...
DataStax
 

What's hot (20)

Cassandra Community Webinar: MySQL to Cassandra - What I Wish I'd Known
Cassandra Community Webinar: MySQL to Cassandra - What I Wish I'd KnownCassandra Community Webinar: MySQL to Cassandra - What I Wish I'd Known
Cassandra Community Webinar: MySQL to Cassandra - What I Wish I'd Known
 
Real-time personal trainer on the SMACK stack
Real-time personal trainer on the SMACK stackReal-time personal trainer on the SMACK stack
Real-time personal trainer on the SMACK stack
 
Workshop - How to benchmark your database
Workshop - How to benchmark your databaseWorkshop - How to benchmark your database
Workshop - How to benchmark your database
 
Cisco: Cassandra adoption on Cisco UCS & OpenStack
Cisco: Cassandra adoption on Cisco UCS & OpenStackCisco: Cassandra adoption on Cisco UCS & OpenStack
Cisco: Cassandra adoption on Cisco UCS & OpenStack
 
Webinar: Get On-Demand Education Anytime, Anywhere with Coursera and DataStax
Webinar: Get On-Demand Education Anytime, Anywhere with Coursera and DataStaxWebinar: Get On-Demand Education Anytime, Anywhere with Coursera and DataStax
Webinar: Get On-Demand Education Anytime, Anywhere with Coursera and DataStax
 
Webinar: Dyn + DataStax - helping companies deliver exceptional end-user expe...
Webinar: Dyn + DataStax - helping companies deliver exceptional end-user expe...Webinar: Dyn + DataStax - helping companies deliver exceptional end-user expe...
Webinar: Dyn + DataStax - helping companies deliver exceptional end-user expe...
 
Real Time Analytics with Dse
Real Time Analytics with DseReal Time Analytics with Dse
Real Time Analytics with Dse
 
Cassandra Community Webinar: From Mongo to Cassandra, Architectural Lessons
Cassandra Community Webinar: From Mongo to Cassandra, Architectural LessonsCassandra Community Webinar: From Mongo to Cassandra, Architectural Lessons
Cassandra Community Webinar: From Mongo to Cassandra, Architectural Lessons
 
There are More Clouds! Azure and Cassandra (Carlos Rolo, Pythian) | C* Summit...
There are More Clouds! Azure and Cassandra (Carlos Rolo, Pythian) | C* Summit...There are More Clouds! Azure and Cassandra (Carlos Rolo, Pythian) | C* Summit...
There are More Clouds! Azure and Cassandra (Carlos Rolo, Pythian) | C* Summit...
 
Cassandra Development Nirvana
Cassandra Development Nirvana Cassandra Development Nirvana
Cassandra Development Nirvana
 
Keeping your application’s latency SLAs no matter what
Keeping your application’s latency SLAs no matter whatKeeping your application’s latency SLAs no matter what
Keeping your application’s latency SLAs no matter what
 
Cassandra Core Concepts
Cassandra Core ConceptsCassandra Core Concepts
Cassandra Core Concepts
 
Webinar | Introducing DataStax Enterprise 4.6
Webinar | Introducing DataStax Enterprise 4.6Webinar | Introducing DataStax Enterprise 4.6
Webinar | Introducing DataStax Enterprise 4.6
 
The Last Pickle: Distributed Tracing from Application to Database
The Last Pickle: Distributed Tracing from Application to DatabaseThe Last Pickle: Distributed Tracing from Application to Database
The Last Pickle: Distributed Tracing from Application to Database
 
Cassandra Community Webinar: Apache Spark Analytics at The Weather Channel - ...
Cassandra Community Webinar: Apache Spark Analytics at The Weather Channel - ...Cassandra Community Webinar: Apache Spark Analytics at The Weather Channel - ...
Cassandra Community Webinar: Apache Spark Analytics at The Weather Channel - ...
 
Managing Cassandra Databases with OpenStack Trove
Managing Cassandra Databases with OpenStack TroveManaging Cassandra Databases with OpenStack Trove
Managing Cassandra Databases with OpenStack Trove
 
Webinar: DataStax Training - Everything you need to become a Cassandra Rockstar
Webinar: DataStax Training - Everything you need to become a Cassandra RockstarWebinar: DataStax Training - Everything you need to become a Cassandra Rockstar
Webinar: DataStax Training - Everything you need to become a Cassandra Rockstar
 
How jKool Analyzes Streaming Data in Real Time with DataStax
How jKool Analyzes Streaming Data in Real Time with DataStaxHow jKool Analyzes Streaming Data in Real Time with DataStax
How jKool Analyzes Streaming Data in Real Time with DataStax
 
C* Summit 2013: Searching for a Needle in a Big Data Haystack by Jason Ruther...
C* Summit 2013: Searching for a Needle in a Big Data Haystack by Jason Ruther...C* Summit 2013: Searching for a Needle in a Big Data Haystack by Jason Ruther...
C* Summit 2013: Searching for a Needle in a Big Data Haystack by Jason Ruther...
 
Webinar: Buckle Up: The Future of the Distributed Database is Here - DataStax...
Webinar: Buckle Up: The Future of the Distributed Database is Here - DataStax...Webinar: Buckle Up: The Future of the Distributed Database is Here - DataStax...
Webinar: Buckle Up: The Future of the Distributed Database is Here - DataStax...
 

Viewers also liked

Understanding DSE Search by Matt Stump
Understanding DSE Search by Matt StumpUnderstanding DSE Search by Matt Stump
Understanding DSE Search by Matt Stump
DataStax
 
An Introduction to Distributed Search with Cassandra and Solr
An Introduction to Distributed Search with Cassandra and SolrAn Introduction to Distributed Search with Cassandra and Solr
An Introduction to Distributed Search with Cassandra and Solr
DataStax Academy
 
C*ollege Credit: Data Modeling for Apache Cassandra
C*ollege Credit: Data Modeling for Apache CassandraC*ollege Credit: Data Modeling for Apache Cassandra
C*ollege Credit: Data Modeling for Apache Cassandra
DataStax
 
Webinar - Security and Manageability: Key Criteria in Selecting Enterprise-Gr...
Webinar - Security and Manageability: Key Criteria in Selecting Enterprise-Gr...Webinar - Security and Manageability: Key Criteria in Selecting Enterprise-Gr...
Webinar - Security and Manageability: Key Criteria in Selecting Enterprise-Gr...
DataStax
 
What is DataStax Enterprise?
What is DataStax Enterprise?What is DataStax Enterprise?
What is DataStax Enterprise?
DataStax
 
C*ollege Credit: An Introduction to Apache Cassandra
C*ollege Credit: An Introduction to Apache CassandraC*ollege Credit: An Introduction to Apache Cassandra
C*ollege Credit: An Introduction to Apache Cassandra
DataStax
 
A Cassandra + Solr + Spark Love Triangle Using DataStax Enterprise
A Cassandra + Solr + Spark Love Triangle Using DataStax EnterpriseA Cassandra + Solr + Spark Love Triangle Using DataStax Enterprise
A Cassandra + Solr + Spark Love Triangle Using DataStax Enterprise
Patrick McFadin
 
Community Webinar: 15 Commandments of Cassandra DBAs
Community Webinar: 15 Commandments of Cassandra DBAsCommunity Webinar: 15 Commandments of Cassandra DBAs
Community Webinar: 15 Commandments of Cassandra DBAs
DataStax
 
Cassandra Community Webinar | The World's Next Top Data Model
Cassandra Community Webinar | The World's Next Top Data ModelCassandra Community Webinar | The World's Next Top Data Model
Cassandra Community Webinar | The World's Next Top Data Model
DataStax
 
Cassandra Community Webinar | Data Model on Fire
Cassandra Community Webinar | Data Model on FireCassandra Community Webinar | Data Model on Fire
Cassandra Community Webinar | Data Model on Fire
DataStax
 
Understanding Data Consistency in Apache Cassandra
Understanding Data Consistency in Apache CassandraUnderstanding Data Consistency in Apache Cassandra
Understanding Data Consistency in Apache Cassandra
DataStax
 
Using Spark to Load Oracle Data into Cassandra (Jim Hatcher, IHS Markit) | C*...
Using Spark to Load Oracle Data into Cassandra (Jim Hatcher, IHS Markit) | C*...Using Spark to Load Oracle Data into Cassandra (Jim Hatcher, IHS Markit) | C*...
Using Spark to Load Oracle Data into Cassandra (Jim Hatcher, IHS Markit) | C*...
DataStax
 
Data Modeling a Scheduling App (Adam Hutson, DataScale) | Cassandra Summit 2016
Data Modeling a Scheduling App (Adam Hutson, DataScale) | Cassandra Summit 2016Data Modeling a Scheduling App (Adam Hutson, DataScale) | Cassandra Summit 2016
Data Modeling a Scheduling App (Adam Hutson, DataScale) | Cassandra Summit 2016
DataStax
 
What We Learned About Cassandra While Building go90 (Christopher Webster & Th...
What We Learned About Cassandra While Building go90 (Christopher Webster & Th...What We Learned About Cassandra While Building go90 (Christopher Webster & Th...
What We Learned About Cassandra While Building go90 (Christopher Webster & Th...
DataStax
 
Understanding Data Partitioning and Replication in Apache Cassandra
Understanding Data Partitioning and Replication in Apache CassandraUnderstanding Data Partitioning and Replication in Apache Cassandra
Understanding Data Partitioning and Replication in Apache Cassandra
DataStax
 
What is in All of Those SSTable Files Not Just the Data One but All the Rest ...
What is in All of Those SSTable Files Not Just the Data One but All the Rest ...What is in All of Those SSTable Files Not Just the Data One but All the Rest ...
What is in All of Those SSTable Files Not Just the Data One but All the Rest ...
DataStax
 
An Overview of Apache Cassandra
An Overview of Apache CassandraAn Overview of Apache Cassandra
An Overview of Apache Cassandra
DataStax
 
Webinar - DataStax Enterprise 5.1: 3X the operational analytics speed, help f...
Webinar - DataStax Enterprise 5.1: 3X the operational analytics speed, help f...Webinar - DataStax Enterprise 5.1: 3X the operational analytics speed, help f...
Webinar - DataStax Enterprise 5.1: 3X the operational analytics speed, help f...
DataStax
 
Cassandra DataTables Using RESTful API
Cassandra DataTables Using RESTful APICassandra DataTables Using RESTful API
Cassandra DataTables Using RESTful API
Simran Kedia
 

Viewers also liked (19)

Understanding DSE Search by Matt Stump
Understanding DSE Search by Matt StumpUnderstanding DSE Search by Matt Stump
Understanding DSE Search by Matt Stump
 
An Introduction to Distributed Search with Cassandra and Solr
An Introduction to Distributed Search with Cassandra and SolrAn Introduction to Distributed Search with Cassandra and Solr
An Introduction to Distributed Search with Cassandra and Solr
 
C*ollege Credit: Data Modeling for Apache Cassandra
C*ollege Credit: Data Modeling for Apache CassandraC*ollege Credit: Data Modeling for Apache Cassandra
C*ollege Credit: Data Modeling for Apache Cassandra
 
Webinar - Security and Manageability: Key Criteria in Selecting Enterprise-Gr...
Webinar - Security and Manageability: Key Criteria in Selecting Enterprise-Gr...Webinar - Security and Manageability: Key Criteria in Selecting Enterprise-Gr...
Webinar - Security and Manageability: Key Criteria in Selecting Enterprise-Gr...
 
What is DataStax Enterprise?
What is DataStax Enterprise?What is DataStax Enterprise?
What is DataStax Enterprise?
 
C*ollege Credit: An Introduction to Apache Cassandra
C*ollege Credit: An Introduction to Apache CassandraC*ollege Credit: An Introduction to Apache Cassandra
C*ollege Credit: An Introduction to Apache Cassandra
 
A Cassandra + Solr + Spark Love Triangle Using DataStax Enterprise
A Cassandra + Solr + Spark Love Triangle Using DataStax EnterpriseA Cassandra + Solr + Spark Love Triangle Using DataStax Enterprise
A Cassandra + Solr + Spark Love Triangle Using DataStax Enterprise
 
Community Webinar: 15 Commandments of Cassandra DBAs
Community Webinar: 15 Commandments of Cassandra DBAsCommunity Webinar: 15 Commandments of Cassandra DBAs
Community Webinar: 15 Commandments of Cassandra DBAs
 
Cassandra Community Webinar | The World's Next Top Data Model
Cassandra Community Webinar | The World's Next Top Data ModelCassandra Community Webinar | The World's Next Top Data Model
Cassandra Community Webinar | The World's Next Top Data Model
 
Cassandra Community Webinar | Data Model on Fire
Cassandra Community Webinar | Data Model on FireCassandra Community Webinar | Data Model on Fire
Cassandra Community Webinar | Data Model on Fire
 
Understanding Data Consistency in Apache Cassandra
Understanding Data Consistency in Apache CassandraUnderstanding Data Consistency in Apache Cassandra
Understanding Data Consistency in Apache Cassandra
 
Using Spark to Load Oracle Data into Cassandra (Jim Hatcher, IHS Markit) | C*...
Using Spark to Load Oracle Data into Cassandra (Jim Hatcher, IHS Markit) | C*...Using Spark to Load Oracle Data into Cassandra (Jim Hatcher, IHS Markit) | C*...
Using Spark to Load Oracle Data into Cassandra (Jim Hatcher, IHS Markit) | C*...
 
Data Modeling a Scheduling App (Adam Hutson, DataScale) | Cassandra Summit 2016
Data Modeling a Scheduling App (Adam Hutson, DataScale) | Cassandra Summit 2016Data Modeling a Scheduling App (Adam Hutson, DataScale) | Cassandra Summit 2016
Data Modeling a Scheduling App (Adam Hutson, DataScale) | Cassandra Summit 2016
 
What We Learned About Cassandra While Building go90 (Christopher Webster & Th...
What We Learned About Cassandra While Building go90 (Christopher Webster & Th...What We Learned About Cassandra While Building go90 (Christopher Webster & Th...
What We Learned About Cassandra While Building go90 (Christopher Webster & Th...
 
Understanding Data Partitioning and Replication in Apache Cassandra
Understanding Data Partitioning and Replication in Apache CassandraUnderstanding Data Partitioning and Replication in Apache Cassandra
Understanding Data Partitioning and Replication in Apache Cassandra
 
What is in All of Those SSTable Files Not Just the Data One but All the Rest ...
What is in All of Those SSTable Files Not Just the Data One but All the Rest ...What is in All of Those SSTable Files Not Just the Data One but All the Rest ...
What is in All of Those SSTable Files Not Just the Data One but All the Rest ...
 
An Overview of Apache Cassandra
An Overview of Apache CassandraAn Overview of Apache Cassandra
An Overview of Apache Cassandra
 
Webinar - DataStax Enterprise 5.1: 3X the operational analytics speed, help f...
Webinar - DataStax Enterprise 5.1: 3X the operational analytics speed, help f...Webinar - DataStax Enterprise 5.1: 3X the operational analytics speed, help f...
Webinar - DataStax Enterprise 5.1: 3X the operational analytics speed, help f...
 
Cassandra DataTables Using RESTful API
Cassandra DataTables Using RESTful APICassandra DataTables Using RESTful API
Cassandra DataTables Using RESTful API
 

Similar to Introducing DataStax Enterprise 4.7

Webinar: DataStax Enterprise 5.0 What’s New and How It’ll Make Your Life Easier
Webinar: DataStax Enterprise 5.0 What’s New and How It’ll Make Your Life EasierWebinar: DataStax Enterprise 5.0 What’s New and How It’ll Make Your Life Easier
Webinar: DataStax Enterprise 5.0 What’s New and How It’ll Make Your Life Easier
DataStax
 
Datastax enterprise presentation
Datastax enterprise presentationDatastax enterprise presentation
Datastax enterprise presentation
Duyhai Doan
 
Apache Cassandra Lunch #75: Getting Started with DataStax Enterprise on Docker
Apache Cassandra Lunch #75: Getting Started with DataStax Enterprise on DockerApache Cassandra Lunch #75: Getting Started with DataStax Enterprise on Docker
Apache Cassandra Lunch #75: Getting Started with DataStax Enterprise on Docker
Anant Corporation
 
BlueData DataSheet
BlueData DataSheetBlueData DataSheet
BlueData DataSheet
Greg Kirchoff
 
Big Data Fabric: A Necessity For Any Successful Big Data Initiative
Big Data Fabric: A Necessity For Any Successful Big Data InitiativeBig Data Fabric: A Necessity For Any Successful Big Data Initiative
Big Data Fabric: A Necessity For Any Successful Big Data Initiative
Denodo
 
Webinar: Comparing DataStax Enterprise with Open Source Apache Cassandra
Webinar: Comparing DataStax Enterprise with Open Source Apache CassandraWebinar: Comparing DataStax Enterprise with Open Source Apache Cassandra
Webinar: Comparing DataStax Enterprise with Open Source Apache Cassandra
DataStax
 
Data virtualization
Data virtualizationData virtualization
Data virtualization
Hamed Hatami
 
Designing a modern data warehouse in azure
Designing a modern data warehouse in azure   Designing a modern data warehouse in azure
Designing a modern data warehouse in azure
Antonios Chatzipavlis
 
Designing a modern data warehouse in azure
Designing a modern data warehouse in azure   Designing a modern data warehouse in azure
Designing a modern data warehouse in azure
Antonios Chatzipavlis
 
How to Build Multi-disciplinary Analytics Applications on a Shared Data Platform
How to Build Multi-disciplinary Analytics Applications on a Shared Data PlatformHow to Build Multi-disciplinary Analytics Applications on a Shared Data Platform
How to Build Multi-disciplinary Analytics Applications on a Shared Data Platform
Cloudera, Inc.
 
2022 Trends in Enterprise Analytics
2022 Trends in Enterprise Analytics2022 Trends in Enterprise Analytics
2022 Trends in Enterprise Analytics
DATAVERSITY
 
Multidisziplinäre Analyseanwendungen auf einer gemeinsamen Datenplattform ers...
Multidisziplinäre Analyseanwendungen auf einer gemeinsamen Datenplattform ers...Multidisziplinäre Analyseanwendungen auf einer gemeinsamen Datenplattform ers...
Multidisziplinäre Analyseanwendungen auf einer gemeinsamen Datenplattform ers...
Cloudera, Inc.
 
Cassandra Summit 2014: Internet of Complex Things Analytics with Apache Cassa...
Cassandra Summit 2014: Internet of Complex Things Analytics with Apache Cassa...Cassandra Summit 2014: Internet of Complex Things Analytics with Apache Cassa...
Cassandra Summit 2014: Internet of Complex Things Analytics with Apache Cassa...
DataStax Academy
 
QuerySurge Slide Deck for Big Data Testing Webinar
QuerySurge Slide Deck for Big Data Testing WebinarQuerySurge Slide Deck for Big Data Testing Webinar
QuerySurge Slide Deck for Big Data Testing Webinar
RTTS
 
How To Tell if Your Business Needs NoSQL
How To Tell if Your Business Needs NoSQLHow To Tell if Your Business Needs NoSQL
How To Tell if Your Business Needs NoSQL
DataStax
 
ADV Slides: When and How Data Lakes Fit into a Modern Data Architecture
ADV Slides: When and How Data Lakes Fit into a Modern Data ArchitectureADV Slides: When and How Data Lakes Fit into a Modern Data Architecture
ADV Slides: When and How Data Lakes Fit into a Modern Data Architecture
DATAVERSITY
 
Webinar: The Performance Challenge: Providing an Amazing Customer Experience ...
Webinar: The Performance Challenge: Providing an Amazing Customer Experience ...Webinar: The Performance Challenge: Providing an Amazing Customer Experience ...
Webinar: The Performance Challenge: Providing an Amazing Customer Experience ...
DataStax
 
Demystifying Data Warehouse as a Service (DWaaS)
Demystifying Data Warehouse as a Service (DWaaS)Demystifying Data Warehouse as a Service (DWaaS)
Demystifying Data Warehouse as a Service (DWaaS)
Kent Graziano
 
Data Lakehouse, Data Mesh, and Data Fabric (r2)
Data Lakehouse, Data Mesh, and Data Fabric (r2)Data Lakehouse, Data Mesh, and Data Fabric (r2)
Data Lakehouse, Data Mesh, and Data Fabric (r2)
James Serra
 
Azure synapse by usama whaba khan
Azure synapse by usama whaba khanAzure synapse by usama whaba khan
Azure synapse by usama whaba khan
Usama Wahab Khan Cloud, Data and AI
 

Similar to Introducing DataStax Enterprise 4.7 (20)

Webinar: DataStax Enterprise 5.0 What’s New and How It’ll Make Your Life Easier
Webinar: DataStax Enterprise 5.0 What’s New and How It’ll Make Your Life EasierWebinar: DataStax Enterprise 5.0 What’s New and How It’ll Make Your Life Easier
Webinar: DataStax Enterprise 5.0 What’s New and How It’ll Make Your Life Easier
 
Datastax enterprise presentation
Datastax enterprise presentationDatastax enterprise presentation
Datastax enterprise presentation
 
Apache Cassandra Lunch #75: Getting Started with DataStax Enterprise on Docker
Apache Cassandra Lunch #75: Getting Started with DataStax Enterprise on DockerApache Cassandra Lunch #75: Getting Started with DataStax Enterprise on Docker
Apache Cassandra Lunch #75: Getting Started with DataStax Enterprise on Docker
 
BlueData DataSheet
BlueData DataSheetBlueData DataSheet
BlueData DataSheet
 
Big Data Fabric: A Necessity For Any Successful Big Data Initiative
Big Data Fabric: A Necessity For Any Successful Big Data InitiativeBig Data Fabric: A Necessity For Any Successful Big Data Initiative
Big Data Fabric: A Necessity For Any Successful Big Data Initiative
 
Webinar: Comparing DataStax Enterprise with Open Source Apache Cassandra
Webinar: Comparing DataStax Enterprise with Open Source Apache CassandraWebinar: Comparing DataStax Enterprise with Open Source Apache Cassandra
Webinar: Comparing DataStax Enterprise with Open Source Apache Cassandra
 
Data virtualization
Data virtualizationData virtualization
Data virtualization
 
Designing a modern data warehouse in azure
Designing a modern data warehouse in azure   Designing a modern data warehouse in azure
Designing a modern data warehouse in azure
 
Designing a modern data warehouse in azure
Designing a modern data warehouse in azure   Designing a modern data warehouse in azure
Designing a modern data warehouse in azure
 
How to Build Multi-disciplinary Analytics Applications on a Shared Data Platform
How to Build Multi-disciplinary Analytics Applications on a Shared Data PlatformHow to Build Multi-disciplinary Analytics Applications on a Shared Data Platform
How to Build Multi-disciplinary Analytics Applications on a Shared Data Platform
 
2022 Trends in Enterprise Analytics
2022 Trends in Enterprise Analytics2022 Trends in Enterprise Analytics
2022 Trends in Enterprise Analytics
 
Multidisziplinäre Analyseanwendungen auf einer gemeinsamen Datenplattform ers...
Multidisziplinäre Analyseanwendungen auf einer gemeinsamen Datenplattform ers...Multidisziplinäre Analyseanwendungen auf einer gemeinsamen Datenplattform ers...
Multidisziplinäre Analyseanwendungen auf einer gemeinsamen Datenplattform ers...
 
Cassandra Summit 2014: Internet of Complex Things Analytics with Apache Cassa...
Cassandra Summit 2014: Internet of Complex Things Analytics with Apache Cassa...Cassandra Summit 2014: Internet of Complex Things Analytics with Apache Cassa...
Cassandra Summit 2014: Internet of Complex Things Analytics with Apache Cassa...
 
QuerySurge Slide Deck for Big Data Testing Webinar
QuerySurge Slide Deck for Big Data Testing WebinarQuerySurge Slide Deck for Big Data Testing Webinar
QuerySurge Slide Deck for Big Data Testing Webinar
 
How To Tell if Your Business Needs NoSQL
How To Tell if Your Business Needs NoSQLHow To Tell if Your Business Needs NoSQL
How To Tell if Your Business Needs NoSQL
 
ADV Slides: When and How Data Lakes Fit into a Modern Data Architecture
ADV Slides: When and How Data Lakes Fit into a Modern Data ArchitectureADV Slides: When and How Data Lakes Fit into a Modern Data Architecture
ADV Slides: When and How Data Lakes Fit into a Modern Data Architecture
 
Webinar: The Performance Challenge: Providing an Amazing Customer Experience ...
Webinar: The Performance Challenge: Providing an Amazing Customer Experience ...Webinar: The Performance Challenge: Providing an Amazing Customer Experience ...
Webinar: The Performance Challenge: Providing an Amazing Customer Experience ...
 
Demystifying Data Warehouse as a Service (DWaaS)
Demystifying Data Warehouse as a Service (DWaaS)Demystifying Data Warehouse as a Service (DWaaS)
Demystifying Data Warehouse as a Service (DWaaS)
 
Data Lakehouse, Data Mesh, and Data Fabric (r2)
Data Lakehouse, Data Mesh, and Data Fabric (r2)Data Lakehouse, Data Mesh, and Data Fabric (r2)
Data Lakehouse, Data Mesh, and Data Fabric (r2)
 
Azure synapse by usama whaba khan
Azure synapse by usama whaba khanAzure synapse by usama whaba khan
Azure synapse by usama whaba khan
 

More from DataStax

Is Your Enterprise Ready to Shine This Holiday Season?
Is Your Enterprise Ready to Shine This Holiday Season?Is Your Enterprise Ready to Shine This Holiday Season?
Is Your Enterprise Ready to Shine This Holiday Season?
DataStax
 
Designing Fault-Tolerant Applications with DataStax Enterprise and Apache Cas...
Designing Fault-Tolerant Applications with DataStax Enterprise and Apache Cas...Designing Fault-Tolerant Applications with DataStax Enterprise and Apache Cas...
Designing Fault-Tolerant Applications with DataStax Enterprise and Apache Cas...
DataStax
 
Running DataStax Enterprise in VMware Cloud and Hybrid Environments
Running DataStax Enterprise in VMware Cloud and Hybrid EnvironmentsRunning DataStax Enterprise in VMware Cloud and Hybrid Environments
Running DataStax Enterprise in VMware Cloud and Hybrid Environments
DataStax
 
Best Practices for Getting to Production with DataStax Enterprise Graph
Best Practices for Getting to Production with DataStax Enterprise GraphBest Practices for Getting to Production with DataStax Enterprise Graph
Best Practices for Getting to Production with DataStax Enterprise Graph
DataStax
 
Webinar | Data Management for Hybrid and Multi-Cloud: A Four-Step Journey
Webinar | Data Management for Hybrid and Multi-Cloud: A Four-Step JourneyWebinar | Data Management for Hybrid and Multi-Cloud: A Four-Step Journey
Webinar | Data Management for Hybrid and Multi-Cloud: A Four-Step Journey
DataStax
 
Webinar | How to Understand Apache Cassandra™ Performance Through Read/Writ...
Webinar  |  How to Understand Apache Cassandra™ Performance Through Read/Writ...Webinar  |  How to Understand Apache Cassandra™ Performance Through Read/Writ...
Webinar | How to Understand Apache Cassandra™ Performance Through Read/Writ...
DataStax
 
Webinar | Better Together: Apache Cassandra and Apache Kafka
Webinar  |  Better Together: Apache Cassandra and Apache KafkaWebinar  |  Better Together: Apache Cassandra and Apache Kafka
Webinar | Better Together: Apache Cassandra and Apache Kafka
DataStax
 
Top 10 Best Practices for Apache Cassandra and DataStax Enterprise
Top 10 Best Practices for Apache Cassandra and DataStax EnterpriseTop 10 Best Practices for Apache Cassandra and DataStax Enterprise
Top 10 Best Practices for Apache Cassandra and DataStax Enterprise
DataStax
 
Introduction to Apache Cassandra™ + What’s New in 4.0
Introduction to Apache Cassandra™ + What’s New in 4.0Introduction to Apache Cassandra™ + What’s New in 4.0
Introduction to Apache Cassandra™ + What’s New in 4.0
DataStax
 
Webinar: How Active Everywhere Database Architecture Accelerates Hybrid Cloud...
Webinar: How Active Everywhere Database Architecture Accelerates Hybrid Cloud...Webinar: How Active Everywhere Database Architecture Accelerates Hybrid Cloud...
Webinar: How Active Everywhere Database Architecture Accelerates Hybrid Cloud...
DataStax
 
Webinar | Aligning GDPR Requirements with Today's Hybrid Cloud Realities
Webinar  |  Aligning GDPR Requirements with Today's Hybrid Cloud RealitiesWebinar  |  Aligning GDPR Requirements with Today's Hybrid Cloud Realities
Webinar | Aligning GDPR Requirements with Today's Hybrid Cloud Realities
DataStax
 
Designing a Distributed Cloud Database for Dummies
Designing a Distributed Cloud Database for DummiesDesigning a Distributed Cloud Database for Dummies
Designing a Distributed Cloud Database for Dummies
DataStax
 
How to Power Innovation with Geo-Distributed Data Management in Hybrid Cloud
How to Power Innovation with Geo-Distributed Data Management in Hybrid CloudHow to Power Innovation with Geo-Distributed Data Management in Hybrid Cloud
How to Power Innovation with Geo-Distributed Data Management in Hybrid Cloud
DataStax
 
How to Evaluate Cloud Databases for eCommerce
How to Evaluate Cloud Databases for eCommerceHow to Evaluate Cloud Databases for eCommerce
How to Evaluate Cloud Databases for eCommerce
DataStax
 
Webinar: DataStax Enterprise 6: 10 Ways to Multiply the Power of Apache Cassa...
Webinar: DataStax Enterprise 6: 10 Ways to Multiply the Power of Apache Cassa...Webinar: DataStax Enterprise 6: 10 Ways to Multiply the Power of Apache Cassa...
Webinar: DataStax Enterprise 6: 10 Ways to Multiply the Power of Apache Cassa...
DataStax
 
Webinar: DataStax and Microsoft Azure: Empowering the Right-Now Enterprise wi...
Webinar: DataStax and Microsoft Azure: Empowering the Right-Now Enterprise wi...Webinar: DataStax and Microsoft Azure: Empowering the Right-Now Enterprise wi...
Webinar: DataStax and Microsoft Azure: Empowering the Right-Now Enterprise wi...
DataStax
 
Webinar - Real-Time Customer Experience for the Right-Now Enterprise featurin...
Webinar - Real-Time Customer Experience for the Right-Now Enterprise featurin...Webinar - Real-Time Customer Experience for the Right-Now Enterprise featurin...
Webinar - Real-Time Customer Experience for the Right-Now Enterprise featurin...
DataStax
 
Datastax - The Architect's guide to customer experience (CX)
Datastax - The Architect's guide to customer experience (CX)Datastax - The Architect's guide to customer experience (CX)
Datastax - The Architect's guide to customer experience (CX)
DataStax
 
An Operational Data Layer is Critical for Transformative Banking Applications
An Operational Data Layer is Critical for Transformative Banking ApplicationsAn Operational Data Layer is Critical for Transformative Banking Applications
An Operational Data Layer is Critical for Transformative Banking Applications
DataStax
 
Becoming a Customer-Centric Enterprise Via Real-Time Data and Design Thinking
Becoming a Customer-Centric Enterprise Via Real-Time Data and Design ThinkingBecoming a Customer-Centric Enterprise Via Real-Time Data and Design Thinking
Becoming a Customer-Centric Enterprise Via Real-Time Data and Design Thinking
DataStax
 

More from DataStax (20)

Is Your Enterprise Ready to Shine This Holiday Season?
Is Your Enterprise Ready to Shine This Holiday Season?Is Your Enterprise Ready to Shine This Holiday Season?
Is Your Enterprise Ready to Shine This Holiday Season?
 
Designing Fault-Tolerant Applications with DataStax Enterprise and Apache Cas...
Designing Fault-Tolerant Applications with DataStax Enterprise and Apache Cas...Designing Fault-Tolerant Applications with DataStax Enterprise and Apache Cas...
Designing Fault-Tolerant Applications with DataStax Enterprise and Apache Cas...
 
Running DataStax Enterprise in VMware Cloud and Hybrid Environments
Running DataStax Enterprise in VMware Cloud and Hybrid EnvironmentsRunning DataStax Enterprise in VMware Cloud and Hybrid Environments
Running DataStax Enterprise in VMware Cloud and Hybrid Environments
 
Best Practices for Getting to Production with DataStax Enterprise Graph
Best Practices for Getting to Production with DataStax Enterprise GraphBest Practices for Getting to Production with DataStax Enterprise Graph
Best Practices for Getting to Production with DataStax Enterprise Graph
 
Webinar | Data Management for Hybrid and Multi-Cloud: A Four-Step Journey
Webinar | Data Management for Hybrid and Multi-Cloud: A Four-Step JourneyWebinar | Data Management for Hybrid and Multi-Cloud: A Four-Step Journey
Webinar | Data Management for Hybrid and Multi-Cloud: A Four-Step Journey
 
Webinar | How to Understand Apache Cassandra™ Performance Through Read/Writ...
Webinar  |  How to Understand Apache Cassandra™ Performance Through Read/Writ...Webinar  |  How to Understand Apache Cassandra™ Performance Through Read/Writ...
Webinar | How to Understand Apache Cassandra™ Performance Through Read/Writ...
 
Webinar | Better Together: Apache Cassandra and Apache Kafka
Webinar  |  Better Together: Apache Cassandra and Apache KafkaWebinar  |  Better Together: Apache Cassandra and Apache Kafka
Webinar | Better Together: Apache Cassandra and Apache Kafka
 
Top 10 Best Practices for Apache Cassandra and DataStax Enterprise
Top 10 Best Practices for Apache Cassandra and DataStax EnterpriseTop 10 Best Practices for Apache Cassandra and DataStax Enterprise
Top 10 Best Practices for Apache Cassandra and DataStax Enterprise
 
Introduction to Apache Cassandra™ + What’s New in 4.0
Introduction to Apache Cassandra™ + What’s New in 4.0Introduction to Apache Cassandra™ + What’s New in 4.0
Introduction to Apache Cassandra™ + What’s New in 4.0
 
Webinar: How Active Everywhere Database Architecture Accelerates Hybrid Cloud...
Webinar: How Active Everywhere Database Architecture Accelerates Hybrid Cloud...Webinar: How Active Everywhere Database Architecture Accelerates Hybrid Cloud...
Webinar: How Active Everywhere Database Architecture Accelerates Hybrid Cloud...
 
Webinar | Aligning GDPR Requirements with Today's Hybrid Cloud Realities
Webinar  |  Aligning GDPR Requirements with Today's Hybrid Cloud RealitiesWebinar  |  Aligning GDPR Requirements with Today's Hybrid Cloud Realities
Webinar | Aligning GDPR Requirements with Today's Hybrid Cloud Realities
 
Designing a Distributed Cloud Database for Dummies
Designing a Distributed Cloud Database for DummiesDesigning a Distributed Cloud Database for Dummies
Designing a Distributed Cloud Database for Dummies
 
How to Power Innovation with Geo-Distributed Data Management in Hybrid Cloud
How to Power Innovation with Geo-Distributed Data Management in Hybrid CloudHow to Power Innovation with Geo-Distributed Data Management in Hybrid Cloud
How to Power Innovation with Geo-Distributed Data Management in Hybrid Cloud
 
How to Evaluate Cloud Databases for eCommerce
How to Evaluate Cloud Databases for eCommerceHow to Evaluate Cloud Databases for eCommerce
How to Evaluate Cloud Databases for eCommerce
 
Webinar: DataStax Enterprise 6: 10 Ways to Multiply the Power of Apache Cassa...
Webinar: DataStax Enterprise 6: 10 Ways to Multiply the Power of Apache Cassa...Webinar: DataStax Enterprise 6: 10 Ways to Multiply the Power of Apache Cassa...
Webinar: DataStax Enterprise 6: 10 Ways to Multiply the Power of Apache Cassa...
 
Webinar: DataStax and Microsoft Azure: Empowering the Right-Now Enterprise wi...
Webinar: DataStax and Microsoft Azure: Empowering the Right-Now Enterprise wi...Webinar: DataStax and Microsoft Azure: Empowering the Right-Now Enterprise wi...
Webinar: DataStax and Microsoft Azure: Empowering the Right-Now Enterprise wi...
 
Webinar - Real-Time Customer Experience for the Right-Now Enterprise featurin...
Webinar - Real-Time Customer Experience for the Right-Now Enterprise featurin...Webinar - Real-Time Customer Experience for the Right-Now Enterprise featurin...
Webinar - Real-Time Customer Experience for the Right-Now Enterprise featurin...
 
Datastax - The Architect's guide to customer experience (CX)
Datastax - The Architect's guide to customer experience (CX)Datastax - The Architect's guide to customer experience (CX)
Datastax - The Architect's guide to customer experience (CX)
 
An Operational Data Layer is Critical for Transformative Banking Applications
An Operational Data Layer is Critical for Transformative Banking ApplicationsAn Operational Data Layer is Critical for Transformative Banking Applications
An Operational Data Layer is Critical for Transformative Banking Applications
 
Becoming a Customer-Centric Enterprise Via Real-Time Data and Design Thinking
Becoming a Customer-Centric Enterprise Via Real-Time Data and Design ThinkingBecoming a Customer-Centric Enterprise Via Real-Time Data and Design Thinking
Becoming a Customer-Centric Enterprise Via Real-Time Data and Design Thinking
 

Recently uploaded

Freshworks Rethinks NoSQL for Rapid Scaling & Cost-Efficiency
Freshworks Rethinks NoSQL for Rapid Scaling & Cost-EfficiencyFreshworks Rethinks NoSQL for Rapid Scaling & Cost-Efficiency
Freshworks Rethinks NoSQL for Rapid Scaling & Cost-Efficiency
ScyllaDB
 
“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...
“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...
“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...
Edge AI and Vision Alliance
 
Connector Corner: Seamlessly power UiPath Apps, GenAI with prebuilt connectors
Connector Corner: Seamlessly power UiPath Apps, GenAI with prebuilt connectorsConnector Corner: Seamlessly power UiPath Apps, GenAI with prebuilt connectors
Connector Corner: Seamlessly power UiPath Apps, GenAI with prebuilt connectors
DianaGray10
 
Leveraging the Graph for Clinical Trials and Standards
Leveraging the Graph for Clinical Trials and StandardsLeveraging the Graph for Clinical Trials and Standards
Leveraging the Graph for Clinical Trials and Standards
Neo4j
 
June Patch Tuesday
June Patch TuesdayJune Patch Tuesday
June Patch Tuesday
Ivanti
 
HCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAUHCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAU
panagenda
 
Monitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdfMonitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdf
Tosin Akinosho
 
GraphRAG for LifeSciences Hands-On with the Clinical Knowledge Graph
GraphRAG for LifeSciences Hands-On with the Clinical Knowledge GraphGraphRAG for LifeSciences Hands-On with the Clinical Knowledge Graph
GraphRAG for LifeSciences Hands-On with the Clinical Knowledge Graph
Neo4j
 
Nordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptxNordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptx
MichaelKnudsen27
 
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development ProvidersYour One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
akankshawande
 
[OReilly Superstream] Occupy the Space: A grassroots guide to engineering (an...
[OReilly Superstream] Occupy the Space: A grassroots guide to engineering (an...[OReilly Superstream] Occupy the Space: A grassroots guide to engineering (an...
[OReilly Superstream] Occupy the Space: A grassroots guide to engineering (an...
Jason Yip
 
Astute Business Solutions | Oracle Cloud Partner |
Astute Business Solutions | Oracle Cloud Partner |Astute Business Solutions | Oracle Cloud Partner |
Astute Business Solutions | Oracle Cloud Partner |
AstuteBusiness
 
Biomedical Knowledge Graphs for Data Scientists and Bioinformaticians
Biomedical Knowledge Graphs for Data Scientists and BioinformaticiansBiomedical Knowledge Graphs for Data Scientists and Bioinformaticians
Biomedical Knowledge Graphs for Data Scientists and Bioinformaticians
Neo4j
 
"Frontline Battles with DDoS: Best practices and Lessons Learned", Igor Ivaniuk
"Frontline Battles with DDoS: Best practices and Lessons Learned",  Igor Ivaniuk"Frontline Battles with DDoS: Best practices and Lessons Learned",  Igor Ivaniuk
"Frontline Battles with DDoS: Best practices and Lessons Learned", Igor Ivaniuk
Fwdays
 
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
saastr
 
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
saastr
 
Introduction of Cybersecurity with OSS at Code Europe 2024
Introduction of Cybersecurity with OSS  at Code Europe 2024Introduction of Cybersecurity with OSS  at Code Europe 2024
Introduction of Cybersecurity with OSS at Code Europe 2024
Hiroshi SHIBATA
 
Essentials of Automations: Exploring Attributes & Automation Parameters
Essentials of Automations: Exploring Attributes & Automation ParametersEssentials of Automations: Exploring Attributes & Automation Parameters
Essentials of Automations: Exploring Attributes & Automation Parameters
Safe Software
 
GNSS spoofing via SDR (Criptored Talks 2024)
GNSS spoofing via SDR (Criptored Talks 2024)GNSS spoofing via SDR (Criptored Talks 2024)
GNSS spoofing via SDR (Criptored Talks 2024)
Javier Junquera
 
9 CEO's who hit $100m ARR Share Their Top Growth Tactics Nathan Latka, Founde...
9 CEO's who hit $100m ARR Share Their Top Growth Tactics Nathan Latka, Founde...9 CEO's who hit $100m ARR Share Their Top Growth Tactics Nathan Latka, Founde...
9 CEO's who hit $100m ARR Share Their Top Growth Tactics Nathan Latka, Founde...
saastr
 

Recently uploaded (20)

Freshworks Rethinks NoSQL for Rapid Scaling & Cost-Efficiency
Freshworks Rethinks NoSQL for Rapid Scaling & Cost-EfficiencyFreshworks Rethinks NoSQL for Rapid Scaling & Cost-Efficiency
Freshworks Rethinks NoSQL for Rapid Scaling & Cost-Efficiency
 
“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...
“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...
“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...
 
Connector Corner: Seamlessly power UiPath Apps, GenAI with prebuilt connectors
Connector Corner: Seamlessly power UiPath Apps, GenAI with prebuilt connectorsConnector Corner: Seamlessly power UiPath Apps, GenAI with prebuilt connectors
Connector Corner: Seamlessly power UiPath Apps, GenAI with prebuilt connectors
 
Leveraging the Graph for Clinical Trials and Standards
Leveraging the Graph for Clinical Trials and StandardsLeveraging the Graph for Clinical Trials and Standards
Leveraging the Graph for Clinical Trials and Standards
 
June Patch Tuesday
June Patch TuesdayJune Patch Tuesday
June Patch Tuesday
 
HCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAUHCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAU
 
Monitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdfMonitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdf
 
GraphRAG for LifeSciences Hands-On with the Clinical Knowledge Graph
GraphRAG for LifeSciences Hands-On with the Clinical Knowledge GraphGraphRAG for LifeSciences Hands-On with the Clinical Knowledge Graph
GraphRAG for LifeSciences Hands-On with the Clinical Knowledge Graph
 
Nordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptxNordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptx
 
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development ProvidersYour One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
 
[OReilly Superstream] Occupy the Space: A grassroots guide to engineering (an...
[OReilly Superstream] Occupy the Space: A grassroots guide to engineering (an...[OReilly Superstream] Occupy the Space: A grassroots guide to engineering (an...
[OReilly Superstream] Occupy the Space: A grassroots guide to engineering (an...
 
Astute Business Solutions | Oracle Cloud Partner |
Astute Business Solutions | Oracle Cloud Partner |Astute Business Solutions | Oracle Cloud Partner |
Astute Business Solutions | Oracle Cloud Partner |
 
Biomedical Knowledge Graphs for Data Scientists and Bioinformaticians
Biomedical Knowledge Graphs for Data Scientists and BioinformaticiansBiomedical Knowledge Graphs for Data Scientists and Bioinformaticians
Biomedical Knowledge Graphs for Data Scientists and Bioinformaticians
 
"Frontline Battles with DDoS: Best practices and Lessons Learned", Igor Ivaniuk
"Frontline Battles with DDoS: Best practices and Lessons Learned",  Igor Ivaniuk"Frontline Battles with DDoS: Best practices and Lessons Learned",  Igor Ivaniuk
"Frontline Battles with DDoS: Best practices and Lessons Learned", Igor Ivaniuk
 
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
 
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
 
Introduction of Cybersecurity with OSS at Code Europe 2024
Introduction of Cybersecurity with OSS  at Code Europe 2024Introduction of Cybersecurity with OSS  at Code Europe 2024
Introduction of Cybersecurity with OSS at Code Europe 2024
 
Essentials of Automations: Exploring Attributes & Automation Parameters
Essentials of Automations: Exploring Attributes & Automation ParametersEssentials of Automations: Exploring Attributes & Automation Parameters
Essentials of Automations: Exploring Attributes & Automation Parameters
 
GNSS spoofing via SDR (Criptored Talks 2024)
GNSS spoofing via SDR (Criptored Talks 2024)GNSS spoofing via SDR (Criptored Talks 2024)
GNSS spoofing via SDR (Criptored Talks 2024)
 
9 CEO's who hit $100m ARR Share Their Top Growth Tactics Nathan Latka, Founde...
9 CEO's who hit $100m ARR Share Their Top Growth Tactics Nathan Latka, Founde...9 CEO's who hit $100m ARR Share Their Top Growth Tactics Nathan Latka, Founde...
9 CEO's who hit $100m ARR Share Their Top Growth Tactics Nathan Latka, Founde...
 

Introducing DataStax Enterprise 4.7

  • 1. Introducing DataStax Enterprise 4.7 Purpose built for web, mobile, and IoT applications Robin Schumacher VP Products Thank you for joining. We will begin shortly.
  • 2. All attendees placed on mute Input questions at any time using the online interface Webinar Housekeeping
  • 3. Agenda • Overview of DataStax • Common need of modern Web, mobile, and IoT applications • Overview of what’s new in DSE 4.7 • Details of DSE 4.7: • DSE Search enhancements • DSE Analytics enhancements • DSE In-Memory enhancements • DSE Advanced Security enhancements • Other DSE enhancements • What’s new in OpsCenter 5.1? • Sneak peek at OpsCenter 5.2 • Wrap up 3
  • 4.
  • 5. Your Life With DataStax 5 • DataStax delivers Apache Cassandra in a database platform purpose built for the performance and availability demands of Web, Mobile, and IOT applications. • Gives enterprises a secure always-on database that remains operationally simple when scaled in a single datacenter or across multiple datacenters and clouds.
  • 6. Users Spanning All Verticals 6
  • 7. Cassandra – What’s the Difference? 7 Cassandra can then DELIVER…  Disaster Avoidance  Multi Datacenter and Cloud  Predictable Performance Cassandra is DESIGNED to solve…  Relentless Availability  High Performance  Linear Scale Cassandra is DIFFERENT because…  NO Primary or Master  Fully Distributed  Operationally Simple
  • 8. Cassandra – Leading in Performance
  • 9. What do all Modern Web/Mobile/IoT Apps Have in Common?
  • 10. Mixed Workload! • All modern Web/Mobile/IoT applications have “mixed workload” requirements. • Transactional, analytical, search, in-memory, etc., workloads have different data access patterns, needs, and demands. • Having mixed workloads run on one database is bad because the different workload compete for data and compute resources and often block each other. • Architects have typically “sharded” or separated workloads by using different databases /vendors for an application. • Difficult to do because you have multiple databases to deal with and pay for, data is constantly being unloaded/loaded into all the systems. • Security risk – multiple opportunities for hackers. ©2015 DataStax Confidential. Do not distribute without consent. Transactions Analytics Search
  • 11. DSE – the Only Database Platform Solving Mixed Workload ©2015 DataStax Confidential. Do not distribute without consent. Typical Sharded Mixed Workload Application DataStax Enterprise Multiple databases/vendors/education One database platform/vendor/education Manually separate & maintain data across different systems Automatic maintenance & separation of data in one system Oftentimes requires expensive extract-transform-load tools No need to ETL tools Multiple security paradigms/multiple hacker opportunities One, uniform security paradigm Multiple management tools needed One management tool needed
  • 12. It’s Easy with DSE 12 Going into production with Cassandra? Need mixed workload support? ©2015 DataStax Confidential. Do not distribute without consent.
  • 13. Mixed Workload Management – How Does it Work? • When DataStax Enterprise is installed, you specify what nodes will be dedicated to OLTP, analytic, and enterprise search processing. • Existing clusters can also be expanded to include analytic/search nodes. • Replica groups are created that keep all data distributed and replicated across the transactional, analytic groups, and search groups. • Reads and writes can be handled on any node. ©2015 DataStax Confidential. Do not distribute without consent.
  • 14. Announcing DataStax Enterprise 4.7 • Faster and more flexible enterprise search, upgraded analytics with auto-high availability, enhanced in-memory computing support, improved security, and production-certified Cassandra 2.1. • DSE continues to be the first and best database choice for Web, Mobile and IoT applications that have mixed workloads. 14 DataStax Enterprise 4.7
  • 15. 15
  • 16. Let’s Talk About Search… 16©2015 DataStax Confidential. Do not distribute without consent.
  • 17. DSE Search – “Live Indexing” 17 What is it? Benefit Live Indexing makes new, incoming data accessible to search requests very quickly. • Ensures little to no gap between new data entering a system and when customers can find it • Not available in open source Solr or Elasticsearch ©2015 DataStax Confidential. Do not distribute without consent.
  • 18. DSE Search – Enabling “Search-Lytics” 18 What is it? Benefit Spark SparkSQL query language can use Solr syntax to search and analyze data. • Greatly extends SparkSQL query abilities to be even more powerful • Delivers potential for faster response times for Spark queries ©2015 DataStax Confidential. Do not distribute without consent. Example wildcard query using both DSE Analytics and DSE Search: val table = sc.cassandraTable("music","solr") val result = table.select("id","artist_name").where("solr_query='artist_name:Miles*'").collect
  • 19. DSE Search – Faster, More Flexible, and Upgraded 19 What Benefit Fault tolerant search automatically retries search queries on other nodes if original search node containing data goes down • Faster response times for queries that are interrupted • No need for manual intervention or application code to retry search queries Run DSE Analytics and DSE Search on same node(s) • Reduces amount of hardware needed for use cases that allow analytics and search to run together • Reduces amount of data replicated between nodes Smart Query Routing transparently sends search queries to the best performing nodes in a cluster. • Helps ensure fastest possible response times for each individual search request • Transparent to application; no additional work needed on part of developers or admins • Not available in open source Solr or Elasticsearch Production certification of Solr 4.10 • Delivers over 22 new features that help developers build applications that need search support ©2015 DataStax Confidential. Do not distribute without consent.
  • 20. Does Elasticsearch or Apache Solr have… 20 Live indexing that makes data quickly available for search? No. Intelligent query routing that ensures best search response times? No. Ability to tightly integrate Spark analytics and search? No. Functionality to auto-retry failed search requests? No. Ability to easily scale across multiple data center / clouds? No. ©2015 DataStax Confidential. Do not distribute without consent.
  • 21. DSE Search “We had another, distinct Elasticsearch cluster running for search tasks. With DSE, we get Spark built-in to a database cluster as well as search capabilities via DSE Search, which removes the need to have separate clusters of Spark and Elasticsearch. We’re using DSE Search today and will be migrating our separate Spark cluster to DSE soon.” – CIO, Wattgo 21
  • 22. DSE Analytics – Always On and Upgraded 22 What Benefit Automatic high availability for real time analytics (Spark) • Ensures analytic operations don’t go down • Removes need for manual involvement in providing failover for down analytics nodes Production certification for machine learning analytics (Spark Mlib) • Delivers the ability for developers to create applications that utilize machine learning (e.g. a healthcare app that predicts ER wait times) New Spark tuning support in DSE Performance Service • Provides insight into Spark performance • Automatically collects important Spark diagnostic data • Reduces the time to troubleshoot and tune analytics performance Production certification of Spark 1.2 • Increased performance, improved streaming data support, and simpler development JDBC Support • Services applications and tools (e.g. BI tools) wanting to run analytic operations on Cassandra via JDBC ©2015 DataStax Confidential. Do not distribute without consent.
  • 23. British Gas Tackles Internet-of-Things with DataStax Connected Homes, a new business unit, handles IoT-based customer systems Provides remote control over thermostats and boilers via smart phones/tablets Delivers analytics on energy usage to customers Will be using predictive analysis to forecast things like boiler failures Uses DataStax Enterprise for transactional data consumption and real-time analytics
  • 24. DSE In-Memory – More Memory Please 24 What Benefit Increased memory utilization that uses both Java and non- Java RAM options • Increases the amount of data that in in-memory tables can store by about 50x • Good for the read-intensive parts of an application where data changes very little or changes are confined to specific load periods DSE In-Memory: • Delivers in-memory computing abilities to Cassandra for applications that need both in-memory and disk data management. • Transparent to applications and easy to control / modify. • Easily monitored in OpsCenter, with alerts and forecasting of future growth push-button simple. ©2015 DataStax Confidential. Do not distribute without consent.
  • 25. Improved Data Protection and Security 25 What Benefit Enhanced transparent data encryption (TDE) that separates the encryption keys (used to ‘unlock’ encrypted data) from the actual data • Adds extra data protection by keeping sensitive, encrypted data and the keys needed to utilize the data apart and on different servers (think not keeping your ATM card and PIN together in your wallet) • Works with partner security products like Vormetric ©2015 DataStax Confidential. Do not distribute without consent.
  • 26. Netflix Ensures Constant Uptime with DataStax Enterprise World’s leading streaming media provider with digital revenue $1.5BN+ 95% of all Netflix data stored in DSE Introduction of ‘Profiles’ drove throughput to over 10M transactions per second Does 1 trillion transactions/day with DSE Replaced Oracle in six data centers, worldwide, 100% in the cloud Moved to DSE for advanced security; PCI and SOX compliance 26
  • 27. Certified Cassandra 2.1 27 What Benefit Production-certification for Cassandra 2.1 • Delivers many customer-requested enhancements that improve maintenance operations and simplify application development • Supplies dramatic performance increases depending on the use case (e.g. 75-95% faster) ©2015 DataStax Confidential. Do not distribute without consent.
  • 28. Intuit Services Millions of Concurrent Customers with DataStax TurboTax mission critical to Intuit driving 34% of revenue Turned from Oracle to DataStax for high velocity, always on architecture Fantastic performance, exceeded Intuit’s 99.99% SLA by delivering 100% uptime Fast snapshots, rolling upgrades and easy management with Cassandra 56
  • 29. Mapping DSE 4.7 to Key Personas 29 4.7 Feature Area Developer Admin/Operations CIO/CTO DSE Search New features for more quickly developing apps needing search, no need to code search retry operations, and no manual data sharding Simpler administration, easier monitoring, and reduced tuning efforts, and no separate search system to manage Quicker access to new search data for customers, less hardware costs for applications needing both search and analytics, and no need for additional search vendor DSE Analytics Additional analytic tools (e.g. machine learning) for building analytical app components, and no manual data sharding Simplified analytics tuning and less involvement needed for analytics high availability, and no separate analytics DB to manage Constant uptime and smarter capabilities for analytics applications and no need for additional analytics vendor DSE In-Memory Simple application development for both disk-based and in- memory use cases, and no manual data sharding Another option to speed performance for applications, and no in- memory cache to manage Fast application performance and no need for additional in-memory vendor DSE Security No application burden encountered when accessing sensitive, encrypted data More options for encrypting and guarding sensitive data More protection against hackers and data thieves DSE Cassandra 2.1 New features for developing Web, Mobile, IoT apps Easier and faster maintenance operations Greater speed and capabilities for critical business systems ©2015 DataStax Confidential. Do not distribute without consent.
  • 30. Mapping DSE 4.7 to Key Business Challenges 30 Challenge Addressed in DSE 4.7… Meeting/exceeding performance SLA’s for IoT, Web, Mobile apps • More efficient consistency maintenance (repair) functionality in Cassandra 2.1 • General Cassandra speed improvements in version 2.1 • Improved search speeds with b • Enhanced DSE In-Memory Quickly searching for, locating, and analyzing customer requested data in IoT, Web, Mobile apps. • DSE Search Live Indexing • Smart search query routing • Automatic retry for search query failures • Automatic high-availability for Spark analytics • Ability to run Search and Analytics on same nodes in a cluster • Extending SparkSQL with Solr search abilities • New Solr 4.10 application development features Data privacy and preventing data breaches. • Enhanced transparent data encryption that provides separation of data and keys needed to access encrypted data ©2015 DataStax Confidential. Do not distribute without consent.
  • 31. OpsCenter 5.1! • Support for Cassandra incremental repairs in Repair Service. • Easier monitoring for in-memory option. • Alerts for transparent data encryption off-server key management. • Integration with Spark console. • Percentile graphs. 31©2015 DataStax Confidential. Do not distribute without consent.
  • 32. Sneak Peek – OpsCenter 5.2! • More easily provision/add new datacenters and cloud zones. • Enhanced security with LDAP/Active directory support. • More intelligent monitoring with built-in guidance on finding hotspots and bottlenecks, with recommendations on improvements. • More efficient maintenance of data consistency across a cluster. 32©2015 DataStax Confidential. Do not distribute without consent.
  • 34. For More Information… • Downloads of DSE 4.7 and OpsCenter 5.1.2 now available. • Downloads of DSE Sandbox. • Online documentation. • End Point NoSQL benchmark white paper. • Customer case studies. • Lots more… 34©2015 DataStax Confidential. Do not distribute without consent.
  • 35. 35©2015 DataStax Confidential. Do not distribute without consent.
  • 36. 36©2015 DataStax Confidential. Do not distribute without consent.
  • 37. DSE – The Database Platform for Web, Mobile, and IoT 37©2015 DataStax Confidential. Do not distribute without consent.
  • 38. Q&A - Input questions at any time using the online interface Thank You!