SlideShare a Scribd company logo
DATA HARMONY
D H U G 2 0 2 1
CLOUD VERSION
2
M e e t i n g t h e g r o w i n g d e m a n d s f o r
d a t a a n a l y s i s
2
• What is the purpose of Data Harmony Cloud?
• To help meet the growing needs of our customers to index and process
increasingly large amounts of data
• Allow our customers to easily deploy scalable, responsive, and self-managing
services utilizing Data Harmony
• How do we achieve this?
• Centralized project management
• GIT driven project storage and version control
• Docker containers
• For ease of deployment and project loading
• Kubernetes clusters
• Highly scalable and self-managing clusters capable of mostly
administrating itself
DATA HARMONY CLOUD
3
S i m p l i f y i n g t h e p r o j e c t m a n a g e m e n t
w o r k f l o w
3
• Utilizing GIT style repositories for project storage and versioning
• BitBucket, GitHub, etc…
• What are the benefits of this approach?
• Allows for project development to be more agile
• Thesaurus features can be developed in sprints
• Development versions of the thesaurus can be deployed for
testing before deployment to production
• Thesauri can be versioned and branched for different portions
of the application
• Project management is greatly simplified at all levels
• Native integration with Jira, Trello, etc…
CENTRALIZED GIT PROJECT STORE
4
I n s t a n t D a t a H a r m o n y D e p l o y m e n t s
4
• Data Harmony is can now scale alongside our client’s
infrastructure
• Implementing Platform as a Service alongside our Software as a
Service offerings
• The amount of data being processed is scaling at a dramatic pace
• Our cloud implementation allows us to scale alongside our
customers seamlessly, through Docker containers
• Allow for development around Data Harmony to be streamlined
and integrate with agile practices
• Resources are available as needed
• Create production and staging environments when updating
service versions or implementing thesaurus changes
DOCKER CONTAINERS
DOCKER
BASICS
Image
The basis of a Docker container. The content atrest.
Container
The image when it is ‘running.’ The standard unit for app service
Engine
The software that executes commands for containers. Networking and volumes are part of
Engine. Can be clustered together.
Registry
Stores, distributes and manages Dockerimages
Control Plane
Management plane for container and clusterorchestration
• Kubernetes is an open-source system for automating deployment,
scaling, and management of containerized applications.
• Improves reliability
- Continuously monitors and manages your containers
- Will scale your application to handle changes in load
• Better use of infrastructure resources
- Helps reduce infrastructure requirements by gracefully scaling up
and down your entire platform via autoscaling
• Coordinates what containers run where and when across your system
• How do all the different types of containers in a system talk to each
other?
• Easily coordinate deployments of your system
- Which containers/projects need to be deployed
- Where should the containers be deployed
o Mars, AWS, Azure, SWCP, …
WHAT DOES KUBERNETES DO?
THE POD IS THE CORE KUBERNETES
COMPONENT
• The Pod is the core component of Kubernetes
• Collection of 1 or more containers
• Each pod should focus on one container, however sidecar containers
can be added to enhance features of the core container
spec:
template:
spec:
containers:
- name: accessinnovations/dataharmonyrepo
APIKEY: 384c1bb9-b539-420e-a647-a368e86b47b7
PODS CAN HANDLE SCALING AND
DEPLOYMENTS
• Once Kubernetes understands what is in a pod, multiple
management features are available:
• System Performance
- Scale up/down the number of pods based on CPU load or
other criteria
• System Monitoring
- Probes to check the health of each pod
- Any unhealthy ones get killed and new pod is put into service
• Deployments
- Deploy new versions of the container
- Control traffic to the new pods to test the new version
o Blue/Green deployments
o Rolling deployments
9
C o n t a i n e d H e r e i n
9
• Deployment Workflows
• Deploying, Upgrading, and maintaining
• Centralization of projects in BitBucket
• Porting Projects, Production/Development
• Agile platform development
• On-demand production environments
• Self-managing service with scaling logic provided
• Scalability of Data Harmony
• Cloud scalability
• AWS, Azure, Google, and On-Premise
HOW DOES THIS BENEFIT YOU
10
Deploying, Upgrading, and maintaining
10
• Seamless service deployments and upgrades
• Server upgrades are facilitated through the Docker service
• Reduces or eliminates any need for downtimes
• Project migration is handled automatically through the container’s
logic
• All server/project relationships are managed by the API keys
• Utilizing Docker to automate the deployment reduces deployment
time
• Rollover time to new versions or deployments reduced to
seconds
• Maintaining the service is handled automatically through the
container logic
DEPLOYMENT WORKFLOWS
11
Centralization of projects in BitBucket
11
• Projects are now maintained through centralized repositories
• BitBucket, GitHub, etc…
• Simplifies how projects are stored and tracked
• Data Harmony projects are now centralized in BitBucket
• Makes deploying projects through Docker extremely easy
• In fact, this process is automated through the deployment
process
• For new pipelines, workflows, or applications
• Single command line allows for immediate deployment
• Projects are now strictly versioned and branched
• Allows for app dependent version of thesauri
DEPLOYMENT WORKFLOWS
12
Porting Projects, Production/Development
12
• Simplified and efficient deployment/updates of your service
• Improved development/production cycle for your projects
• Implementing BitBucket and version control into the workflow
allows for a streamlined experience when working with
development versions of your thesauri.
• Centralizing the projects in BitBucket alleviates this issue
• Development projects are clones of a project on different a
different branch
• When all changes are finished, the changes can
merged/pushed to production
• Production version of the project on BitBucket can be
seamlessly pushed the containers
HOW YOUR PROJECT IS DEPLOYED
13
On-demand production environments
13
• Project deployment, upgrading, or migration is now simplified to
allow for swift platform changes
• DevOP’s, IT, and management have complete control over Data
Harmony services are deployed for resources that utilize it
• Allows for agile platform deployment
• Infrastructure planning minimized
• Staging environments for updates
• Development teams have access to deploy identical or development
versions of their Data Harmony stack
• Moving from staging to live is also streamlined once the system is
deemed ready for production
AGILE PLATFORM DEVELOPMENT
14
Self monitoring and disaster recovery
14
• Utilizing built in monitoring tools in our container, the Kubernetes
cluster or container can self-govern and heal itself
• With little to no intervention from DevOp’s the Data Harmony service
is capable of monitoring itself and taking steps to prevent service
interruptions.
• The logic for governing these behaviors is provided
• In the case of disaster on any infrastructure
• On boot of the server, the docker service will restore all known
containers of Data Harmony currently running
• Downtime reduced from potentially a day to a matter of minutes,
mitigating the worst-case scenario
SELF-MANAGING SERVICE
15
AWS, Azure, Google, and On-Premise
15
• Whether your use-case is to use on premise hardware, lease
hardware, or deploy in the cloud
• Data Harmony Cloud is platform agnostic and can be deployed
anywhere whether it’s AWS, Azure, Google Cloud, your own private
cloud, or a standard server.
• Combining the power of Docker and Kubernetes, the service can
be scaled to meet any indexing need
• Services can be configured to scale “infinitely” or finitely depending
on the use-case
• Kubernetes handles day-to-day management of the service
• Monitoring, roll-over, and automatic container deployment
depending on current system load
SCALABILITY OF DATA HARMONY
DEPLOYING A CONTAINER
DEMO
17
17
• When will this be ready?
• Data Harmony Cloud is available now
• How can I try it out
• Ask us for a trial!
• How complex is this to work with?
• For most people, just a single command line!
CONCLUSION
Data harmonycloudpowerpointclientfacing

More Related Content

What's hot

Modernize and Transform your IT with NetApp Storage and Catalogic Copy Data M...
Modernize and Transform your IT with NetApp Storage and Catalogic Copy Data M...Modernize and Transform your IT with NetApp Storage and Catalogic Copy Data M...
Modernize and Transform your IT with NetApp Storage and Catalogic Copy Data M...
Catalogic Software
 
Become an data driven organization through unified metadata using ODPi Egeria
Become an data driven organization through unified metadata using ODPi EgeriaBecome an data driven organization through unified metadata using ODPi Egeria
Become an data driven organization through unified metadata using ODPi Egeria
Data Con LA
 
Testing the brave new world of saa s applications quest 2018 v1
Testing the brave new world of saa s applications quest 2018 v1Testing the brave new world of saa s applications quest 2018 v1
Testing the brave new world of saa s applications quest 2018 v1
GerieOwen
 
Smart building mendix azure influx / smart City / IoT
Smart building mendix azure influx  / smart  City / IoT Smart building mendix azure influx  / smart  City / IoT
Smart building mendix azure influx / smart City / IoT
Conclusion Connect enabling industry 4.0 with IoT
 
Tips For a Successful Cloud Proof-of-Concept - RightScale Compute 2013
Tips For a Successful Cloud Proof-of-Concept - RightScale Compute 2013Tips For a Successful Cloud Proof-of-Concept - RightScale Compute 2013
Tips For a Successful Cloud Proof-of-Concept - RightScale Compute 2013
RightScale
 
SPCA2013 - Best Practices & Considerations for Designing Your SharePoint Logi...
SPCA2013 - Best Practices & Considerations for Designing Your SharePoint Logi...SPCA2013 - Best Practices & Considerations for Designing Your SharePoint Logi...
SPCA2013 - Best Practices & Considerations for Designing Your SharePoint Logi...
NCCOMMS
 
Tech Ed 2006 South East Asia Security And Compliance by Joel Oleson
Tech Ed 2006 South East Asia Security And Compliance by Joel OlesonTech Ed 2006 South East Asia Security And Compliance by Joel Oleson
Tech Ed 2006 South East Asia Security And Compliance by Joel Oleson
Joel Oleson
 
Extending DevOps to SQL Server
Extending DevOps to SQL ServerExtending DevOps to SQL Server
Extending DevOps to SQL Server
Grant Fritchey
 
Cloud Expo Santa Clara Nov 2010 General Session: Roadmap to Enterprise Cloud ...
Cloud Expo Santa Clara Nov 2010 General Session: Roadmap to Enterprise Cloud ...Cloud Expo Santa Clara Nov 2010 General Session: Roadmap to Enterprise Cloud ...
Cloud Expo Santa Clara Nov 2010 General Session: Roadmap to Enterprise Cloud ...Rex Wang
 
CTE_corporate_overview
CTE_corporate_overviewCTE_corporate_overview
CTE_corporate_overviewAniket Biswas
 
Cloud migration presentation
Cloud migration presentationCloud migration presentation
Cloud migration presentation
tyronechinnia
 
The Qa Testing Checklists for Successful Cloud Migration
The Qa Testing Checklists for Successful Cloud MigrationThe Qa Testing Checklists for Successful Cloud Migration
The Qa Testing Checklists for Successful Cloud Migration
TestingXperts
 
Oracle Real Application Testing: A Business Case
Oracle Real Application Testing: A Business CaseOracle Real Application Testing: A Business Case
Oracle Real Application Testing: A Business Caseoracleonthebrain
 
SharePoint Migration-What you need to know
SharePoint Migration-What you need to knowSharePoint Migration-What you need to know
SharePoint Migration-What you need to know
Oliver Wirkus
 
Databases: The Neglected Technology in DevOps
Databases: The Neglected Technology in DevOpsDatabases: The Neglected Technology in DevOps
Databases: The Neglected Technology in DevOps
DevOps.com
 
Mendix Cloud Hosting on CloudFoundry
Mendix Cloud Hosting on CloudFoundryMendix Cloud Hosting on CloudFoundry
Mendix Cloud Hosting on CloudFoundry
Jasper van der Hoek
 
Trivandrumtechcon20
Trivandrumtechcon20Trivandrumtechcon20
Trivandrumtechcon20
Jenkins NS
 
Correlate Log Data with Business Metrics Like a Jedi
Correlate Log Data with Business Metrics Like a JediCorrelate Log Data with Business Metrics Like a Jedi
Correlate Log Data with Business Metrics Like a Jedi
Trevor Parsons
 
AP Automation for EBS or PeopleSoft with Oracle WebCenter
AP Automation for EBS or PeopleSoft with Oracle WebCenterAP Automation for EBS or PeopleSoft with Oracle WebCenter
AP Automation for EBS or PeopleSoft with Oracle WebCenter
Brian Huff
 

What's hot (19)

Modernize and Transform your IT with NetApp Storage and Catalogic Copy Data M...
Modernize and Transform your IT with NetApp Storage and Catalogic Copy Data M...Modernize and Transform your IT with NetApp Storage and Catalogic Copy Data M...
Modernize and Transform your IT with NetApp Storage and Catalogic Copy Data M...
 
Become an data driven organization through unified metadata using ODPi Egeria
Become an data driven organization through unified metadata using ODPi EgeriaBecome an data driven organization through unified metadata using ODPi Egeria
Become an data driven organization through unified metadata using ODPi Egeria
 
Testing the brave new world of saa s applications quest 2018 v1
Testing the brave new world of saa s applications quest 2018 v1Testing the brave new world of saa s applications quest 2018 v1
Testing the brave new world of saa s applications quest 2018 v1
 
Smart building mendix azure influx / smart City / IoT
Smart building mendix azure influx  / smart  City / IoT Smart building mendix azure influx  / smart  City / IoT
Smart building mendix azure influx / smart City / IoT
 
Tips For a Successful Cloud Proof-of-Concept - RightScale Compute 2013
Tips For a Successful Cloud Proof-of-Concept - RightScale Compute 2013Tips For a Successful Cloud Proof-of-Concept - RightScale Compute 2013
Tips For a Successful Cloud Proof-of-Concept - RightScale Compute 2013
 
SPCA2013 - Best Practices & Considerations for Designing Your SharePoint Logi...
SPCA2013 - Best Practices & Considerations for Designing Your SharePoint Logi...SPCA2013 - Best Practices & Considerations for Designing Your SharePoint Logi...
SPCA2013 - Best Practices & Considerations for Designing Your SharePoint Logi...
 
Tech Ed 2006 South East Asia Security And Compliance by Joel Oleson
Tech Ed 2006 South East Asia Security And Compliance by Joel OlesonTech Ed 2006 South East Asia Security And Compliance by Joel Oleson
Tech Ed 2006 South East Asia Security And Compliance by Joel Oleson
 
Extending DevOps to SQL Server
Extending DevOps to SQL ServerExtending DevOps to SQL Server
Extending DevOps to SQL Server
 
Cloud Expo Santa Clara Nov 2010 General Session: Roadmap to Enterprise Cloud ...
Cloud Expo Santa Clara Nov 2010 General Session: Roadmap to Enterprise Cloud ...Cloud Expo Santa Clara Nov 2010 General Session: Roadmap to Enterprise Cloud ...
Cloud Expo Santa Clara Nov 2010 General Session: Roadmap to Enterprise Cloud ...
 
CTE_corporate_overview
CTE_corporate_overviewCTE_corporate_overview
CTE_corporate_overview
 
Cloud migration presentation
Cloud migration presentationCloud migration presentation
Cloud migration presentation
 
The Qa Testing Checklists for Successful Cloud Migration
The Qa Testing Checklists for Successful Cloud MigrationThe Qa Testing Checklists for Successful Cloud Migration
The Qa Testing Checklists for Successful Cloud Migration
 
Oracle Real Application Testing: A Business Case
Oracle Real Application Testing: A Business CaseOracle Real Application Testing: A Business Case
Oracle Real Application Testing: A Business Case
 
SharePoint Migration-What you need to know
SharePoint Migration-What you need to knowSharePoint Migration-What you need to know
SharePoint Migration-What you need to know
 
Databases: The Neglected Technology in DevOps
Databases: The Neglected Technology in DevOpsDatabases: The Neglected Technology in DevOps
Databases: The Neglected Technology in DevOps
 
Mendix Cloud Hosting on CloudFoundry
Mendix Cloud Hosting on CloudFoundryMendix Cloud Hosting on CloudFoundry
Mendix Cloud Hosting on CloudFoundry
 
Trivandrumtechcon20
Trivandrumtechcon20Trivandrumtechcon20
Trivandrumtechcon20
 
Correlate Log Data with Business Metrics Like a Jedi
Correlate Log Data with Business Metrics Like a JediCorrelate Log Data with Business Metrics Like a Jedi
Correlate Log Data with Business Metrics Like a Jedi
 
AP Automation for EBS or PeopleSoft with Oracle WebCenter
AP Automation for EBS or PeopleSoft with Oracle WebCenterAP Automation for EBS or PeopleSoft with Oracle WebCenter
AP Automation for EBS or PeopleSoft with Oracle WebCenter
 

Similar to Data harmonycloudpowerpointclientfacing

Mcroservices with docker kubernetes, goang and grpc, overview
Mcroservices with docker kubernetes, goang and grpc, overviewMcroservices with docker kubernetes, goang and grpc, overview
Mcroservices with docker kubernetes, goang and grpc, overview
Faculty of Technical Sciences, University of Novi Sad
 
Containers, microservices and serverless for realists
Containers, microservices and serverless for realistsContainers, microservices and serverless for realists
Containers, microservices and serverless for realists
Karthik Gaekwad
 
Why kubernetes matters
Why kubernetes mattersWhy kubernetes matters
Why kubernetes matters
Platform9
 
Cloud technology with practical knowledge
Cloud technology with practical knowledgeCloud technology with practical knowledge
Cloud technology with practical knowledge
AnshikaNigam8
 
Power of Choice in Docker EE 2.0 - Anoop - Docker - CC18
Power of Choice in Docker EE 2.0 - Anoop - Docker - CC18Power of Choice in Docker EE 2.0 - Anoop - Docker - CC18
Power of Choice in Docker EE 2.0 - Anoop - Docker - CC18
CodeOps Technologies LLP
 
Kubernetes is all you need
Kubernetes is all you needKubernetes is all you need
Kubernetes is all you need
Vishwas N
 
A curtain-raiser to the container world Docker & Kubernetes
A curtain-raiser to the container world Docker & KubernetesA curtain-raiser to the container world Docker & Kubernetes
A curtain-raiser to the container world Docker & Kubernetes
zekeLabs Technologies
 
Container Conf 2017: Rancher Kubernetes
Container Conf 2017: Rancher KubernetesContainer Conf 2017: Rancher Kubernetes
Container Conf 2017: Rancher Kubernetes
Vishal Biyani
 
DevOps and BigData Analytics
DevOps and BigData Analytics DevOps and BigData Analytics
DevOps and BigData Analytics
sbbabu
 
Modern big data and machine learning in the era of cloud, docker and kubernetes
Modern big data and machine learning in the era of cloud, docker and kubernetesModern big data and machine learning in the era of cloud, docker and kubernetes
Modern big data and machine learning in the era of cloud, docker and kubernetes
Slim Baltagi
 
Docker & aPaaS: Enterprise Innovation and Trends for 2015
Docker & aPaaS: Enterprise Innovation and Trends for 2015Docker & aPaaS: Enterprise Innovation and Trends for 2015
Docker & aPaaS: Enterprise Innovation and Trends for 2015
WaveMaker, Inc.
 
Docker Swarm vs. Kubernetes Which is the best
Docker Swarm vs. Kubernetes Which is the bestDocker Swarm vs. Kubernetes Which is the best
Docker Swarm vs. Kubernetes Which is the best
Calidad Infotech
 
Webinar : Docker in Production
Webinar : Docker in ProductionWebinar : Docker in Production
Webinar : Docker in Production
Newt Global Consulting LLC
 
Running and Managing Kubernetes on OpenStack
Running and Managing Kubernetes on OpenStackRunning and Managing Kubernetes on OpenStack
Running and Managing Kubernetes on OpenStack
Victor Palma
 
Why to Cloud Native
Why to Cloud NativeWhy to Cloud Native
Why to Cloud Native
Karthik Gaekwad
 
Containers and Microservices for Realists
Containers and Microservices for RealistsContainers and Microservices for Realists
Containers and Microservices for Realists
Oracle Developers
 
Containers and microservices for realists
Containers and microservices for realistsContainers and microservices for realists
Containers and microservices for realists
Karthik Gaekwad
 
CKA Training Online | Kubernetes Training in Ameerpet
CKA Training Online | Kubernetes Training in AmeerpetCKA Training Online | Kubernetes Training in Ameerpet
CKA Training Online | Kubernetes Training in Ameerpet
navyatejavisualpath
 
Docker for the enterprise
Docker for the enterpriseDocker for the enterprise
Docker for the enterprise
Bert Poller
 
Rami Sayar - Node microservices with Docker
Rami Sayar - Node microservices with DockerRami Sayar - Node microservices with Docker
Rami Sayar - Node microservices with Docker
Web à Québec
 

Similar to Data harmonycloudpowerpointclientfacing (20)

Mcroservices with docker kubernetes, goang and grpc, overview
Mcroservices with docker kubernetes, goang and grpc, overviewMcroservices with docker kubernetes, goang and grpc, overview
Mcroservices with docker kubernetes, goang and grpc, overview
 
Containers, microservices and serverless for realists
Containers, microservices and serverless for realistsContainers, microservices and serverless for realists
Containers, microservices and serverless for realists
 
Why kubernetes matters
Why kubernetes mattersWhy kubernetes matters
Why kubernetes matters
 
Cloud technology with practical knowledge
Cloud technology with practical knowledgeCloud technology with practical knowledge
Cloud technology with practical knowledge
 
Power of Choice in Docker EE 2.0 - Anoop - Docker - CC18
Power of Choice in Docker EE 2.0 - Anoop - Docker - CC18Power of Choice in Docker EE 2.0 - Anoop - Docker - CC18
Power of Choice in Docker EE 2.0 - Anoop - Docker - CC18
 
Kubernetes is all you need
Kubernetes is all you needKubernetes is all you need
Kubernetes is all you need
 
A curtain-raiser to the container world Docker & Kubernetes
A curtain-raiser to the container world Docker & KubernetesA curtain-raiser to the container world Docker & Kubernetes
A curtain-raiser to the container world Docker & Kubernetes
 
Container Conf 2017: Rancher Kubernetes
Container Conf 2017: Rancher KubernetesContainer Conf 2017: Rancher Kubernetes
Container Conf 2017: Rancher Kubernetes
 
DevOps and BigData Analytics
DevOps and BigData Analytics DevOps and BigData Analytics
DevOps and BigData Analytics
 
Modern big data and machine learning in the era of cloud, docker and kubernetes
Modern big data and machine learning in the era of cloud, docker and kubernetesModern big data and machine learning in the era of cloud, docker and kubernetes
Modern big data and machine learning in the era of cloud, docker and kubernetes
 
Docker & aPaaS: Enterprise Innovation and Trends for 2015
Docker & aPaaS: Enterprise Innovation and Trends for 2015Docker & aPaaS: Enterprise Innovation and Trends for 2015
Docker & aPaaS: Enterprise Innovation and Trends for 2015
 
Docker Swarm vs. Kubernetes Which is the best
Docker Swarm vs. Kubernetes Which is the bestDocker Swarm vs. Kubernetes Which is the best
Docker Swarm vs. Kubernetes Which is the best
 
Webinar : Docker in Production
Webinar : Docker in ProductionWebinar : Docker in Production
Webinar : Docker in Production
 
Running and Managing Kubernetes on OpenStack
Running and Managing Kubernetes on OpenStackRunning and Managing Kubernetes on OpenStack
Running and Managing Kubernetes on OpenStack
 
Why to Cloud Native
Why to Cloud NativeWhy to Cloud Native
Why to Cloud Native
 
Containers and Microservices for Realists
Containers and Microservices for RealistsContainers and Microservices for Realists
Containers and Microservices for Realists
 
Containers and microservices for realists
Containers and microservices for realistsContainers and microservices for realists
Containers and microservices for realists
 
CKA Training Online | Kubernetes Training in Ameerpet
CKA Training Online | Kubernetes Training in AmeerpetCKA Training Online | Kubernetes Training in Ameerpet
CKA Training Online | Kubernetes Training in Ameerpet
 
Docker for the enterprise
Docker for the enterpriseDocker for the enterprise
Docker for the enterprise
 
Rami Sayar - Node microservices with Docker
Rami Sayar - Node microservices with DockerRami Sayar - Node microservices with Docker
Rami Sayar - Node microservices with Docker
 

More from Access Innovations, Inc.

Supercharge your AI - SSP Industry Breakout Session 2024-v2_1.pdf
Supercharge your AI - SSP Industry Breakout Session 2024-v2_1.pdfSupercharge your AI - SSP Industry Breakout Session 2024-v2_1.pdf
Supercharge your AI - SSP Industry Breakout Session 2024-v2_1.pdf
Access Innovations, Inc.
 
Eureka, I found it! - Special Libraries Association 2021 Presentation
Eureka, I found it! - Special Libraries Association 2021 PresentationEureka, I found it! - Special Libraries Association 2021 Presentation
Eureka, I found it! - Special Libraries Association 2021 Presentation
Access Innovations, Inc.
 
Making AI Behave: Using Knowledge Domains to Produce Useful, Trustworthy Results
Making AI Behave: Using Knowledge Domains to Produce Useful, Trustworthy ResultsMaking AI Behave: Using Knowledge Domains to Produce Useful, Trustworthy Results
Making AI Behave: Using Knowledge Domains to Produce Useful, Trustworthy Results
Access Innovations, Inc.
 
ISO 25964-1Working Group ISO/TC 46/SC 9/WG 8
ISO 25964-1Working Group ISO/TC 46/SC 9/WG 8ISO 25964-1Working Group ISO/TC 46/SC 9/WG 8
ISO 25964-1Working Group ISO/TC 46/SC 9/WG 8
Access Innovations, Inc.
 
Smart submit
Smart submitSmart submit
Plos taxonomy beyond search dhug 2021
Plos taxonomy beyond search   dhug 2021Plos taxonomy beyond search   dhug 2021
Plos taxonomy beyond search dhug 2021
Access Innovations, Inc.
 
Hindawi taxonomy and personalization 27.10 (1)
Hindawi taxonomy and personalization 27.10 (1)Hindawi taxonomy and personalization 27.10 (1)
Hindawi taxonomy and personalization 27.10 (1)
Access Innovations, Inc.
 
Atypon dhug2021
Atypon dhug2021Atypon dhug2021
Atypon dhug2021
Access Innovations, Inc.
 
Asco using ai-taxos-for meta-titles-february-2021
Asco using ai-taxos-for meta-titles-february-2021Asco using ai-taxos-for meta-titles-february-2021
Asco using ai-taxos-for meta-titles-february-2021
Access Innovations, Inc.
 
Asce more than just topic taxonomies
Asce more than just topic taxonomiesAsce more than just topic taxonomies
Asce more than just topic taxonomies
Access Innovations, Inc.
 
Acs discoverability-dhug2021
Acs discoverability-dhug2021Acs discoverability-dhug2021
Acs discoverability-dhug2021
Access Innovations, Inc.
 
Ai webinar 2 -what's in a name (consolidated pdf)
Ai webinar 2 -what's in a name (consolidated pdf)Ai webinar 2 -what's in a name (consolidated pdf)
Ai webinar 2 -what's in a name (consolidated pdf)
Access Innovations, Inc.
 
Tagging overview - Why Keywords Don't Cut It
Tagging overview  - Why Keywords Don't Cut ItTagging overview  - Why Keywords Don't Cut It
Tagging overview - Why Keywords Don't Cut It
Access Innovations, Inc.
 
Health Affairs - Why Keywords Don't Cut It
Health Affairs - Why Keywords Don't Cut ItHealth Affairs - Why Keywords Don't Cut It
Health Affairs - Why Keywords Don't Cut It
Access Innovations, Inc.
 
Why Keywords Don't Cut It
Why Keywords Don't Cut ItWhy Keywords Don't Cut It
Why Keywords Don't Cut It
Access Innovations, Inc.
 
Data Harmony update 2020 final
Data Harmony update 2020 finalData Harmony update 2020 final
Data Harmony update 2020 final
Access Innovations, Inc.
 
Data Harmony Update 2020 final
Data Harmony Update 2020 finalData Harmony Update 2020 final
Data Harmony Update 2020 final
Access Innovations, Inc.
 
DHUG 2018: Towards Web-Centric Repository Interoperability
DHUG 2018: Towards Web-Centric Repository InteroperabilityDHUG 2018: Towards Web-Centric Repository Interoperability
DHUG 2018: Towards Web-Centric Repository Interoperability
Access Innovations, Inc.
 
DHUG 2018 - Florida Thesis OCR
DHUG 2018 - Florida Thesis OCRDHUG 2018 - Florida Thesis OCR
DHUG 2018 - Florida Thesis OCR
Access Innovations, Inc.
 
DHUG 2017 - Understanding ROI Just Enough to Get Your Project Funded
DHUG 2017 - Understanding ROI Just Enough to Get Your Project FundedDHUG 2017 - Understanding ROI Just Enough to Get Your Project Funded
DHUG 2017 - Understanding ROI Just Enough to Get Your Project Funded
Access Innovations, Inc.
 

More from Access Innovations, Inc. (20)

Supercharge your AI - SSP Industry Breakout Session 2024-v2_1.pdf
Supercharge your AI - SSP Industry Breakout Session 2024-v2_1.pdfSupercharge your AI - SSP Industry Breakout Session 2024-v2_1.pdf
Supercharge your AI - SSP Industry Breakout Session 2024-v2_1.pdf
 
Eureka, I found it! - Special Libraries Association 2021 Presentation
Eureka, I found it! - Special Libraries Association 2021 PresentationEureka, I found it! - Special Libraries Association 2021 Presentation
Eureka, I found it! - Special Libraries Association 2021 Presentation
 
Making AI Behave: Using Knowledge Domains to Produce Useful, Trustworthy Results
Making AI Behave: Using Knowledge Domains to Produce Useful, Trustworthy ResultsMaking AI Behave: Using Knowledge Domains to Produce Useful, Trustworthy Results
Making AI Behave: Using Knowledge Domains to Produce Useful, Trustworthy Results
 
ISO 25964-1Working Group ISO/TC 46/SC 9/WG 8
ISO 25964-1Working Group ISO/TC 46/SC 9/WG 8ISO 25964-1Working Group ISO/TC 46/SC 9/WG 8
ISO 25964-1Working Group ISO/TC 46/SC 9/WG 8
 
Smart submit
Smart submitSmart submit
Smart submit
 
Plos taxonomy beyond search dhug 2021
Plos taxonomy beyond search   dhug 2021Plos taxonomy beyond search   dhug 2021
Plos taxonomy beyond search dhug 2021
 
Hindawi taxonomy and personalization 27.10 (1)
Hindawi taxonomy and personalization 27.10 (1)Hindawi taxonomy and personalization 27.10 (1)
Hindawi taxonomy and personalization 27.10 (1)
 
Atypon dhug2021
Atypon dhug2021Atypon dhug2021
Atypon dhug2021
 
Asco using ai-taxos-for meta-titles-february-2021
Asco using ai-taxos-for meta-titles-february-2021Asco using ai-taxos-for meta-titles-february-2021
Asco using ai-taxos-for meta-titles-february-2021
 
Asce more than just topic taxonomies
Asce more than just topic taxonomiesAsce more than just topic taxonomies
Asce more than just topic taxonomies
 
Acs discoverability-dhug2021
Acs discoverability-dhug2021Acs discoverability-dhug2021
Acs discoverability-dhug2021
 
Ai webinar 2 -what's in a name (consolidated pdf)
Ai webinar 2 -what's in a name (consolidated pdf)Ai webinar 2 -what's in a name (consolidated pdf)
Ai webinar 2 -what's in a name (consolidated pdf)
 
Tagging overview - Why Keywords Don't Cut It
Tagging overview  - Why Keywords Don't Cut ItTagging overview  - Why Keywords Don't Cut It
Tagging overview - Why Keywords Don't Cut It
 
Health Affairs - Why Keywords Don't Cut It
Health Affairs - Why Keywords Don't Cut ItHealth Affairs - Why Keywords Don't Cut It
Health Affairs - Why Keywords Don't Cut It
 
Why Keywords Don't Cut It
Why Keywords Don't Cut ItWhy Keywords Don't Cut It
Why Keywords Don't Cut It
 
Data Harmony update 2020 final
Data Harmony update 2020 finalData Harmony update 2020 final
Data Harmony update 2020 final
 
Data Harmony Update 2020 final
Data Harmony Update 2020 finalData Harmony Update 2020 final
Data Harmony Update 2020 final
 
DHUG 2018: Towards Web-Centric Repository Interoperability
DHUG 2018: Towards Web-Centric Repository InteroperabilityDHUG 2018: Towards Web-Centric Repository Interoperability
DHUG 2018: Towards Web-Centric Repository Interoperability
 
DHUG 2018 - Florida Thesis OCR
DHUG 2018 - Florida Thesis OCRDHUG 2018 - Florida Thesis OCR
DHUG 2018 - Florida Thesis OCR
 
DHUG 2017 - Understanding ROI Just Enough to Get Your Project Funded
DHUG 2017 - Understanding ROI Just Enough to Get Your Project FundedDHUG 2017 - Understanding ROI Just Enough to Get Your Project Funded
DHUG 2017 - Understanding ROI Just Enough to Get Your Project Funded
 

Recently uploaded

Enhancing Research Orchestration Capabilities at ORNL.pdf
Enhancing Research Orchestration Capabilities at ORNL.pdfEnhancing Research Orchestration Capabilities at ORNL.pdf
Enhancing Research Orchestration Capabilities at ORNL.pdf
Globus
 
Graphic Design Crash Course for beginners
Graphic Design Crash Course for beginnersGraphic Design Crash Course for beginners
Graphic Design Crash Course for beginners
e20449
 
Large Language Models and the End of Programming
Large Language Models and the End of ProgrammingLarge Language Models and the End of Programming
Large Language Models and the End of Programming
Matt Welsh
 
Beyond Event Sourcing - Embracing CRUD for Wix Platform - Java.IL
Beyond Event Sourcing - Embracing CRUD for Wix Platform - Java.ILBeyond Event Sourcing - Embracing CRUD for Wix Platform - Java.IL
Beyond Event Sourcing - Embracing CRUD for Wix Platform - Java.IL
Natan Silnitsky
 
Dominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdf
Dominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdfDominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdf
Dominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdf
AMB-Review
 
Orion Context Broker introduction 20240604
Orion Context Broker introduction 20240604Orion Context Broker introduction 20240604
Orion Context Broker introduction 20240604
Fermin Galan
 
GlobusWorld 2024 Opening Keynote session
GlobusWorld 2024 Opening Keynote sessionGlobusWorld 2024 Opening Keynote session
GlobusWorld 2024 Opening Keynote session
Globus
 
Webinar: Salesforce Document Management 2.0 - Smarter, Faster, Better
Webinar: Salesforce Document Management 2.0 - Smarter, Faster, BetterWebinar: Salesforce Document Management 2.0 - Smarter, Faster, Better
Webinar: Salesforce Document Management 2.0 - Smarter, Faster, Better
XfilesPro
 
Into the Box 2024 - Keynote Day 2 Slides.pdf
Into the Box 2024 - Keynote Day 2 Slides.pdfInto the Box 2024 - Keynote Day 2 Slides.pdf
Into the Box 2024 - Keynote Day 2 Slides.pdf
Ortus Solutions, Corp
 
Climate Science Flows: Enabling Petabyte-Scale Climate Analysis with the Eart...
Climate Science Flows: Enabling Petabyte-Scale Climate Analysis with the Eart...Climate Science Flows: Enabling Petabyte-Scale Climate Analysis with the Eart...
Climate Science Flows: Enabling Petabyte-Scale Climate Analysis with the Eart...
Globus
 
First Steps with Globus Compute Multi-User Endpoints
First Steps with Globus Compute Multi-User EndpointsFirst Steps with Globus Compute Multi-User Endpoints
First Steps with Globus Compute Multi-User Endpoints
Globus
 
Lecture 1 Introduction to games development
Lecture 1 Introduction to games developmentLecture 1 Introduction to games development
Lecture 1 Introduction to games development
abdulrafaychaudhry
 
Developing Distributed High-performance Computing Capabilities of an Open Sci...
Developing Distributed High-performance Computing Capabilities of an Open Sci...Developing Distributed High-performance Computing Capabilities of an Open Sci...
Developing Distributed High-performance Computing Capabilities of an Open Sci...
Globus
 
Understanding Globus Data Transfers with NetSage
Understanding Globus Data Transfers with NetSageUnderstanding Globus Data Transfers with NetSage
Understanding Globus Data Transfers with NetSage
Globus
 
Vitthal Shirke Microservices Resume Montevideo
Vitthal Shirke Microservices Resume MontevideoVitthal Shirke Microservices Resume Montevideo
Vitthal Shirke Microservices Resume Montevideo
Vitthal Shirke
 
A Sighting of filterA in Typelevel Rite of Passage
A Sighting of filterA in Typelevel Rite of PassageA Sighting of filterA in Typelevel Rite of Passage
A Sighting of filterA in Typelevel Rite of Passage
Philip Schwarz
 
Enterprise Resource Planning System in Telangana
Enterprise Resource Planning System in TelanganaEnterprise Resource Planning System in Telangana
Enterprise Resource Planning System in Telangana
NYGGS Automation Suite
 
Enhancing Project Management Efficiency_ Leveraging AI Tools like ChatGPT.pdf
Enhancing Project Management Efficiency_ Leveraging AI Tools like ChatGPT.pdfEnhancing Project Management Efficiency_ Leveraging AI Tools like ChatGPT.pdf
Enhancing Project Management Efficiency_ Leveraging AI Tools like ChatGPT.pdf
Jay Das
 
Globus Connect Server Deep Dive - GlobusWorld 2024
Globus Connect Server Deep Dive - GlobusWorld 2024Globus Connect Server Deep Dive - GlobusWorld 2024
Globus Connect Server Deep Dive - GlobusWorld 2024
Globus
 
BoxLang: Review our Visionary Licenses of 2024
BoxLang: Review our Visionary Licenses of 2024BoxLang: Review our Visionary Licenses of 2024
BoxLang: Review our Visionary Licenses of 2024
Ortus Solutions, Corp
 

Recently uploaded (20)

Enhancing Research Orchestration Capabilities at ORNL.pdf
Enhancing Research Orchestration Capabilities at ORNL.pdfEnhancing Research Orchestration Capabilities at ORNL.pdf
Enhancing Research Orchestration Capabilities at ORNL.pdf
 
Graphic Design Crash Course for beginners
Graphic Design Crash Course for beginnersGraphic Design Crash Course for beginners
Graphic Design Crash Course for beginners
 
Large Language Models and the End of Programming
Large Language Models and the End of ProgrammingLarge Language Models and the End of Programming
Large Language Models and the End of Programming
 
Beyond Event Sourcing - Embracing CRUD for Wix Platform - Java.IL
Beyond Event Sourcing - Embracing CRUD for Wix Platform - Java.ILBeyond Event Sourcing - Embracing CRUD for Wix Platform - Java.IL
Beyond Event Sourcing - Embracing CRUD for Wix Platform - Java.IL
 
Dominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdf
Dominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdfDominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdf
Dominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdf
 
Orion Context Broker introduction 20240604
Orion Context Broker introduction 20240604Orion Context Broker introduction 20240604
Orion Context Broker introduction 20240604
 
GlobusWorld 2024 Opening Keynote session
GlobusWorld 2024 Opening Keynote sessionGlobusWorld 2024 Opening Keynote session
GlobusWorld 2024 Opening Keynote session
 
Webinar: Salesforce Document Management 2.0 - Smarter, Faster, Better
Webinar: Salesforce Document Management 2.0 - Smarter, Faster, BetterWebinar: Salesforce Document Management 2.0 - Smarter, Faster, Better
Webinar: Salesforce Document Management 2.0 - Smarter, Faster, Better
 
Into the Box 2024 - Keynote Day 2 Slides.pdf
Into the Box 2024 - Keynote Day 2 Slides.pdfInto the Box 2024 - Keynote Day 2 Slides.pdf
Into the Box 2024 - Keynote Day 2 Slides.pdf
 
Climate Science Flows: Enabling Petabyte-Scale Climate Analysis with the Eart...
Climate Science Flows: Enabling Petabyte-Scale Climate Analysis with the Eart...Climate Science Flows: Enabling Petabyte-Scale Climate Analysis with the Eart...
Climate Science Flows: Enabling Petabyte-Scale Climate Analysis with the Eart...
 
First Steps with Globus Compute Multi-User Endpoints
First Steps with Globus Compute Multi-User EndpointsFirst Steps with Globus Compute Multi-User Endpoints
First Steps with Globus Compute Multi-User Endpoints
 
Lecture 1 Introduction to games development
Lecture 1 Introduction to games developmentLecture 1 Introduction to games development
Lecture 1 Introduction to games development
 
Developing Distributed High-performance Computing Capabilities of an Open Sci...
Developing Distributed High-performance Computing Capabilities of an Open Sci...Developing Distributed High-performance Computing Capabilities of an Open Sci...
Developing Distributed High-performance Computing Capabilities of an Open Sci...
 
Understanding Globus Data Transfers with NetSage
Understanding Globus Data Transfers with NetSageUnderstanding Globus Data Transfers with NetSage
Understanding Globus Data Transfers with NetSage
 
Vitthal Shirke Microservices Resume Montevideo
Vitthal Shirke Microservices Resume MontevideoVitthal Shirke Microservices Resume Montevideo
Vitthal Shirke Microservices Resume Montevideo
 
A Sighting of filterA in Typelevel Rite of Passage
A Sighting of filterA in Typelevel Rite of PassageA Sighting of filterA in Typelevel Rite of Passage
A Sighting of filterA in Typelevel Rite of Passage
 
Enterprise Resource Planning System in Telangana
Enterprise Resource Planning System in TelanganaEnterprise Resource Planning System in Telangana
Enterprise Resource Planning System in Telangana
 
Enhancing Project Management Efficiency_ Leveraging AI Tools like ChatGPT.pdf
Enhancing Project Management Efficiency_ Leveraging AI Tools like ChatGPT.pdfEnhancing Project Management Efficiency_ Leveraging AI Tools like ChatGPT.pdf
Enhancing Project Management Efficiency_ Leveraging AI Tools like ChatGPT.pdf
 
Globus Connect Server Deep Dive - GlobusWorld 2024
Globus Connect Server Deep Dive - GlobusWorld 2024Globus Connect Server Deep Dive - GlobusWorld 2024
Globus Connect Server Deep Dive - GlobusWorld 2024
 
BoxLang: Review our Visionary Licenses of 2024
BoxLang: Review our Visionary Licenses of 2024BoxLang: Review our Visionary Licenses of 2024
BoxLang: Review our Visionary Licenses of 2024
 

Data harmonycloudpowerpointclientfacing

  • 1. DATA HARMONY D H U G 2 0 2 1 CLOUD VERSION
  • 2. 2 M e e t i n g t h e g r o w i n g d e m a n d s f o r d a t a a n a l y s i s 2 • What is the purpose of Data Harmony Cloud? • To help meet the growing needs of our customers to index and process increasingly large amounts of data • Allow our customers to easily deploy scalable, responsive, and self-managing services utilizing Data Harmony • How do we achieve this? • Centralized project management • GIT driven project storage and version control • Docker containers • For ease of deployment and project loading • Kubernetes clusters • Highly scalable and self-managing clusters capable of mostly administrating itself DATA HARMONY CLOUD
  • 3. 3 S i m p l i f y i n g t h e p r o j e c t m a n a g e m e n t w o r k f l o w 3 • Utilizing GIT style repositories for project storage and versioning • BitBucket, GitHub, etc… • What are the benefits of this approach? • Allows for project development to be more agile • Thesaurus features can be developed in sprints • Development versions of the thesaurus can be deployed for testing before deployment to production • Thesauri can be versioned and branched for different portions of the application • Project management is greatly simplified at all levels • Native integration with Jira, Trello, etc… CENTRALIZED GIT PROJECT STORE
  • 4. 4 I n s t a n t D a t a H a r m o n y D e p l o y m e n t s 4 • Data Harmony is can now scale alongside our client’s infrastructure • Implementing Platform as a Service alongside our Software as a Service offerings • The amount of data being processed is scaling at a dramatic pace • Our cloud implementation allows us to scale alongside our customers seamlessly, through Docker containers • Allow for development around Data Harmony to be streamlined and integrate with agile practices • Resources are available as needed • Create production and staging environments when updating service versions or implementing thesaurus changes DOCKER CONTAINERS
  • 5. DOCKER BASICS Image The basis of a Docker container. The content atrest. Container The image when it is ‘running.’ The standard unit for app service Engine The software that executes commands for containers. Networking and volumes are part of Engine. Can be clustered together. Registry Stores, distributes and manages Dockerimages Control Plane Management plane for container and clusterorchestration
  • 6. • Kubernetes is an open-source system for automating deployment, scaling, and management of containerized applications. • Improves reliability - Continuously monitors and manages your containers - Will scale your application to handle changes in load • Better use of infrastructure resources - Helps reduce infrastructure requirements by gracefully scaling up and down your entire platform via autoscaling • Coordinates what containers run where and when across your system • How do all the different types of containers in a system talk to each other? • Easily coordinate deployments of your system - Which containers/projects need to be deployed - Where should the containers be deployed o Mars, AWS, Azure, SWCP, … WHAT DOES KUBERNETES DO?
  • 7. THE POD IS THE CORE KUBERNETES COMPONENT • The Pod is the core component of Kubernetes • Collection of 1 or more containers • Each pod should focus on one container, however sidecar containers can be added to enhance features of the core container spec: template: spec: containers: - name: accessinnovations/dataharmonyrepo APIKEY: 384c1bb9-b539-420e-a647-a368e86b47b7
  • 8. PODS CAN HANDLE SCALING AND DEPLOYMENTS • Once Kubernetes understands what is in a pod, multiple management features are available: • System Performance - Scale up/down the number of pods based on CPU load or other criteria • System Monitoring - Probes to check the health of each pod - Any unhealthy ones get killed and new pod is put into service • Deployments - Deploy new versions of the container - Control traffic to the new pods to test the new version o Blue/Green deployments o Rolling deployments
  • 9. 9 C o n t a i n e d H e r e i n 9 • Deployment Workflows • Deploying, Upgrading, and maintaining • Centralization of projects in BitBucket • Porting Projects, Production/Development • Agile platform development • On-demand production environments • Self-managing service with scaling logic provided • Scalability of Data Harmony • Cloud scalability • AWS, Azure, Google, and On-Premise HOW DOES THIS BENEFIT YOU
  • 10. 10 Deploying, Upgrading, and maintaining 10 • Seamless service deployments and upgrades • Server upgrades are facilitated through the Docker service • Reduces or eliminates any need for downtimes • Project migration is handled automatically through the container’s logic • All server/project relationships are managed by the API keys • Utilizing Docker to automate the deployment reduces deployment time • Rollover time to new versions or deployments reduced to seconds • Maintaining the service is handled automatically through the container logic DEPLOYMENT WORKFLOWS
  • 11. 11 Centralization of projects in BitBucket 11 • Projects are now maintained through centralized repositories • BitBucket, GitHub, etc… • Simplifies how projects are stored and tracked • Data Harmony projects are now centralized in BitBucket • Makes deploying projects through Docker extremely easy • In fact, this process is automated through the deployment process • For new pipelines, workflows, or applications • Single command line allows for immediate deployment • Projects are now strictly versioned and branched • Allows for app dependent version of thesauri DEPLOYMENT WORKFLOWS
  • 12. 12 Porting Projects, Production/Development 12 • Simplified and efficient deployment/updates of your service • Improved development/production cycle for your projects • Implementing BitBucket and version control into the workflow allows for a streamlined experience when working with development versions of your thesauri. • Centralizing the projects in BitBucket alleviates this issue • Development projects are clones of a project on different a different branch • When all changes are finished, the changes can merged/pushed to production • Production version of the project on BitBucket can be seamlessly pushed the containers HOW YOUR PROJECT IS DEPLOYED
  • 13. 13 On-demand production environments 13 • Project deployment, upgrading, or migration is now simplified to allow for swift platform changes • DevOP’s, IT, and management have complete control over Data Harmony services are deployed for resources that utilize it • Allows for agile platform deployment • Infrastructure planning minimized • Staging environments for updates • Development teams have access to deploy identical or development versions of their Data Harmony stack • Moving from staging to live is also streamlined once the system is deemed ready for production AGILE PLATFORM DEVELOPMENT
  • 14. 14 Self monitoring and disaster recovery 14 • Utilizing built in monitoring tools in our container, the Kubernetes cluster or container can self-govern and heal itself • With little to no intervention from DevOp’s the Data Harmony service is capable of monitoring itself and taking steps to prevent service interruptions. • The logic for governing these behaviors is provided • In the case of disaster on any infrastructure • On boot of the server, the docker service will restore all known containers of Data Harmony currently running • Downtime reduced from potentially a day to a matter of minutes, mitigating the worst-case scenario SELF-MANAGING SERVICE
  • 15. 15 AWS, Azure, Google, and On-Premise 15 • Whether your use-case is to use on premise hardware, lease hardware, or deploy in the cloud • Data Harmony Cloud is platform agnostic and can be deployed anywhere whether it’s AWS, Azure, Google Cloud, your own private cloud, or a standard server. • Combining the power of Docker and Kubernetes, the service can be scaled to meet any indexing need • Services can be configured to scale “infinitely” or finitely depending on the use-case • Kubernetes handles day-to-day management of the service • Monitoring, roll-over, and automatic container deployment depending on current system load SCALABILITY OF DATA HARMONY
  • 17. 17 17 • When will this be ready? • Data Harmony Cloud is available now • How can I try it out • Ask us for a trial! • How complex is this to work with? • For most people, just a single command line! CONCLUSION