SlideShare ist ein Scribd-Unternehmen logo
1 von 65
Downloaden Sie, um offline zu lesen
See-through software 
Using logs, metrics and visualization to see your app at 
runtime and share your vision with others
The best technical solutions are ones that 
solve for human relationships
Opaque software suffers 
from a lack of focus on the 
operations user experience
Software is opaque by default
Software is opaque by default 
What's it doing?
Software is opaque by default 
Is it going well?
Software is opaque by default 
When's it going to be done?
Software is opaque by default 
Does it need me to do anything?
When you write 
opaque software
This is the user experience of operations
This is the user experience of support
This is the user experience of your boss
Opaque software leads to 
• Misaligned priorities 
• Loss of productivity 
• A generally "unprofessional" experience for 
customers 
• The "us vs them" attitude that is the antithesis of 
DevOps culture
If you don’t provide facts, you encourage 
mythology
See-through software 
acknowledges the operations user 
experience of the entire 
organization
“A good user experience should make a user 
feel smart, powerful and safe.” 
–Jason Nemec
We feel smart when 
• We understand what's going 
on 
• We understand how to change 
things 
• Others share our 
understanding
We feel powerful when 
• We are able to change things 
• We see the results of our 
changes 
• We can find an answer to our 
questions
We feel safe when 
• We know there isn't a problem 
• We know if there is a problem, 
we'll be able to understand it 
• We can trust others to react on 
our behalf
These principles help to 
develop a roadmap to 
improving transparency
Transparent software gets 
your attention 
• Dashboarding 
• Alerting
Transparent software takes 
on a shape 
• Graphing 
• Modeling
Transparent software tells 
stories 
• Logging 
• Auditing 
• Reporting
Transparent software responds 
interactively to questions 
• Ad Hoc Queries 
• Post Hoc Analytics
Transparent software is 
democratic 
• Wikis 
• Shared visibility 
• Persistent chat rooms
Software does not become transparent 
as the result of any single project 
• Software evolves; its UX needs to evolve with it 
• Insight is rarely easy to produce, and easy to 
produce information is rarely insightful 
• Insight is frequently driven from the bottom up or 
from the outside in
Democratization means 
everybody benefits 
And everybody has a role to play
"Clearinghouse" services 
• Store data for people who 
can’t get it themselves 
• Collect and persist data from 
many different sources 
• Provide a single engine for 
serving information 
• Reduce pressure on critical 
infrastructure from interested 
users
"Visualization" services 
• Provide studio-like tools allow 
"non-technical" users feel safe 
to experiment 
• Allow for rapid, real-time 
development of new insights 
on old data 
• Allow for sharing and 
repurposing of insight
The see-through 
system at runtime 
Logging
Good logs tell a story 
• Each statement is a sentence: 
it needs verbs and nouns 
• Each statement has a setting 
-- where, when and who 
• It should be simple to 
reconstruct the story told by 
independent sentences
Aggregate your logs to 
create an epic 
• Discover systems that are 
acting aberrantly 
• Correlate errors between 
coordinating systems 
• Graph meaningful patterns in 
your stories
Index your logs to find 
interesting stories quickly 
• Audit individual chains of 
processing from start to finish 
• Slice up your reports so they 
interest a specific group or 
team 
• Build new reports quickly to 
solve unpredicted needs
Aggregation architecture 
Components: log to the fastest, convenient, least likely to 
fail store available (e.g. local disk)
Aggregation architecture 
Log shippers: asynchronously publish logs to an 
aggregator
Aggregation architecture 
Aggregator: parse, clean, enrich and store logs
Aggregation architecture 
Clearinghouse: hold data and standardize access
Aggregation architecture 
Visualization: Allows data to inform and be manipulated 
by end users
Log aggregations on private networks 
The ELK stack 
(Elasticsearch + Logstash + Kibana)
Log aggregation in the Cloud
Developing apps with 
log aggregation in mind
• Use Correlation IDs throughout your system 
• Don't log secrets 
• Build log strategies with shipping and rolling in 
mind 
• Have a way to capture crashes 
• Log using techniques that preserve context, such 
as JSON
The see-through 
system at runtime 
Dashboarding
Focus on UX
Make users feel smart 
• Dashboards should inform without a lot of 
explanation or prior knowledge 
• Dashboards should direct the user to the next step
Make users feel powerful 
• Dashboards should update frequently (aim for 
<10s) 
• Dashboards should help users perform their job 
• Dashboards should respond to the user's needs
Make users feel safe 
• Dashboards should not overwhelm 
• Dashboards accuracy should be known 
• Thresholds should be meaningful 
• Using a dashboard should not endanger the 
running software
How to build a 
dashboard item
Are you concerned with a 
technical or a business issue? 
• Technical: Machine 123 is slow, West Coast users 
are slow, we’re moving 80 GB/s 
• Business: Client ABC is slow, logins are slow, we’re 
moving 1000k orders/s
How does a stressed system look? 
How can you tell it from an unstressed system?
What kind of comparisons 
do you want to provide? 
• Time series vs flat 
• Machine vs Machine 
• Current vs Previous 
• Current vs Threshold
Dashboarding architecture 
Metric source: a process within an app that can produce 
a numeric value
Dashboarding architecture 
Metrics collection API: decouples the collection of metrics 
from their publishing; generally still part of the app
Dashboarding architecture 
Stats Aggregator: an out-of-process component that 
creates aggregate data points from a stream of metrics
Dashboarding architecture 
Metrics clearinghouse: hold data and standardize 
access
Dashboarding architecture 
Visualization: Allows a user to build and correlate graphs
Dashboarding architecture 
Dashboarding: Allows a user to share a distilled vision of 
data
Dashboarding on private networks 
StatsD + Graphite
Dashboarding in the cloud
Developing apps with 
dash boarding in mind
• Collect and report everything that’s “free” 
• Collect and report deep, valuable application 
metrics at runtime 
• Understand aggregation and know when to apply it 
• Be aware of multiplicative effects of metrics 
collection on bandwidth, storage and billing
ScoreKeeper 
Gather metrics from existing datasources into statsd/ 
Graphite
See-through software 
• Lets the people whose jobs 
depend on software 
understand what and how it's 
doing. 
• Empowers people to ask their 
own questions and share their 
insights
Help teams become more 
successful 
• By understanding when 
there's a problem 
• By focusing energy where it's 
needed most 
• By talking to customers in a 
competent and informed way
@DataMiller

Weitere ähnliche Inhalte

Was ist angesagt?

Workflows via Event driven architecture
Workflows via Event driven architectureWorkflows via Event driven architecture
Workflows via Event driven architectureMilan Patel
 
Plan Your IaaS Environment for Optimal Performance
Plan Your IaaS Environment for Optimal PerformancePlan Your IaaS Environment for Optimal Performance
Plan Your IaaS Environment for Optimal PerformanceRISC Networks
 
Three Pillars, Zero Answers: Rethinking Observability
Three Pillars, Zero Answers: Rethinking ObservabilityThree Pillars, Zero Answers: Rethinking Observability
Three Pillars, Zero Answers: Rethinking ObservabilityDevOps.com
 
Event Driven Architecture – Enabling Microservices
Event Driven Architecture – Enabling MicroservicesEvent Driven Architecture – Enabling Microservices
Event Driven Architecture – Enabling MicroservicesBradley Irby
 
Empathy in Monitoring
Empathy in MonitoringEmpathy in Monitoring
Empathy in MonitoringZenoss
 
Keynote : évolution et vision d'Elastic Observability
Keynote : évolution et vision d'Elastic ObservabilityKeynote : évolution et vision d'Elastic Observability
Keynote : évolution et vision d'Elastic ObservabilityElasticsearch
 
How to Align Your Daily Splunk Activities Breakout Session
How to Align Your Daily Splunk Activities Breakout SessionHow to Align Your Daily Splunk Activities Breakout Session
How to Align Your Daily Splunk Activities Breakout SessionSplunk
 
Mission IT operations for a good night's sleep
Mission IT operations for a good night's sleepMission IT operations for a good night's sleep
Mission IT operations for a good night's sleepwwwally
 
[WSO2Con Asia 2018] Building Reactive Applications Using Event-driven Archite...
[WSO2Con Asia 2018] Building Reactive Applications Using Event-driven Archite...[WSO2Con Asia 2018] Building Reactive Applications Using Event-driven Archite...
[WSO2Con Asia 2018] Building Reactive Applications Using Event-driven Archite...WSO2
 
crow canyon data sheet
crow canyon data sheetcrow canyon data sheet
crow canyon data sheetCarolyn Schuk
 
Scaling Data Science: Engineering a Platform
Scaling Data Science: Engineering a PlatformScaling Data Science: Engineering a Platform
Scaling Data Science: Engineering a PlatformDataScience
 
Building a centralized observability platform
Building a centralized observability platformBuilding a centralized observability platform
Building a centralized observability platformElasticsearch
 
Addressing the elephant in the room: what a post-Hadoop era looks like
Addressing the elephant in the room: what a post-Hadoop era looks likeAddressing the elephant in the room: what a post-Hadoop era looks like
Addressing the elephant in the room: what a post-Hadoop era looks likeJ On The Beach
 
Delivering Insights: Building the DataScience Web Application
Delivering Insights: Building the DataScience Web ApplicationDelivering Insights: Building the DataScience Web Application
Delivering Insights: Building the DataScience Web ApplicationDataScience
 
Azure Event Grid: Glue for the Internet
Azure Event Grid: Glue for the InternetAzure Event Grid: Glue for the Internet
Azure Event Grid: Glue for the InternetJeremy Likness
 
Why All the Buzz About Database Integration Solutions?
Why All the Buzz About Database Integration Solutions? Why All the Buzz About Database Integration Solutions?
Why All the Buzz About Database Integration Solutions? apricotbyctk
 
From concept to adoption - the maze of organizational readiness for Big Data ...
From concept to adoption - the maze of organizational readiness for Big Data ...From concept to adoption - the maze of organizational readiness for Big Data ...
From concept to adoption - the maze of organizational readiness for Big Data ...J On The Beach
 
GSS IT Infrastructure Transformation Services
GSS IT Infrastructure Transformation ServicesGSS IT Infrastructure Transformation Services
GSS IT Infrastructure Transformation ServicesMartin Gold
 

Was ist angesagt? (20)

Workflows via Event driven architecture
Workflows via Event driven architectureWorkflows via Event driven architecture
Workflows via Event driven architecture
 
Plan Your IaaS Environment for Optimal Performance
Plan Your IaaS Environment for Optimal PerformancePlan Your IaaS Environment for Optimal Performance
Plan Your IaaS Environment for Optimal Performance
 
Healthcare IT
Healthcare ITHealthcare IT
Healthcare IT
 
Three Pillars, Zero Answers: Rethinking Observability
Three Pillars, Zero Answers: Rethinking ObservabilityThree Pillars, Zero Answers: Rethinking Observability
Three Pillars, Zero Answers: Rethinking Observability
 
Event Driven Architecture – Enabling Microservices
Event Driven Architecture – Enabling MicroservicesEvent Driven Architecture – Enabling Microservices
Event Driven Architecture – Enabling Microservices
 
Empathy in Monitoring
Empathy in MonitoringEmpathy in Monitoring
Empathy in Monitoring
 
Keynote : évolution et vision d'Elastic Observability
Keynote : évolution et vision d'Elastic ObservabilityKeynote : évolution et vision d'Elastic Observability
Keynote : évolution et vision d'Elastic Observability
 
How to Align Your Daily Splunk Activities Breakout Session
How to Align Your Daily Splunk Activities Breakout SessionHow to Align Your Daily Splunk Activities Breakout Session
How to Align Your Daily Splunk Activities Breakout Session
 
Mission IT operations for a good night's sleep
Mission IT operations for a good night's sleepMission IT operations for a good night's sleep
Mission IT operations for a good night's sleep
 
[WSO2Con Asia 2018] Building Reactive Applications Using Event-driven Archite...
[WSO2Con Asia 2018] Building Reactive Applications Using Event-driven Archite...[WSO2Con Asia 2018] Building Reactive Applications Using Event-driven Archite...
[WSO2Con Asia 2018] Building Reactive Applications Using Event-driven Archite...
 
crow canyon data sheet
crow canyon data sheetcrow canyon data sheet
crow canyon data sheet
 
Scaling Data Science: Engineering a Platform
Scaling Data Science: Engineering a PlatformScaling Data Science: Engineering a Platform
Scaling Data Science: Engineering a Platform
 
Building a centralized observability platform
Building a centralized observability platformBuilding a centralized observability platform
Building a centralized observability platform
 
Addressing the elephant in the room: what a post-Hadoop era looks like
Addressing the elephant in the room: what a post-Hadoop era looks likeAddressing the elephant in the room: what a post-Hadoop era looks like
Addressing the elephant in the room: what a post-Hadoop era looks like
 
Delivering Insights: Building the DataScience Web Application
Delivering Insights: Building the DataScience Web ApplicationDelivering Insights: Building the DataScience Web Application
Delivering Insights: Building the DataScience Web Application
 
Azure Event Grid: Glue for the Internet
Azure Event Grid: Glue for the InternetAzure Event Grid: Glue for the Internet
Azure Event Grid: Glue for the Internet
 
Why All the Buzz About Database Integration Solutions?
Why All the Buzz About Database Integration Solutions? Why All the Buzz About Database Integration Solutions?
Why All the Buzz About Database Integration Solutions?
 
From concept to adoption - the maze of organizational readiness for Big Data ...
From concept to adoption - the maze of organizational readiness for Big Data ...From concept to adoption - the maze of organizational readiness for Big Data ...
From concept to adoption - the maze of organizational readiness for Big Data ...
 
Banerjee, "Large Consortium Systems: Making the Library Work With Other Libra...
Banerjee, "Large Consortium Systems: Making the Library Work With Other Libra...Banerjee, "Large Consortium Systems: Making the Library Work With Other Libra...
Banerjee, "Large Consortium Systems: Making the Library Work With Other Libra...
 
GSS IT Infrastructure Transformation Services
GSS IT Infrastructure Transformation ServicesGSS IT Infrastructure Transformation Services
GSS IT Infrastructure Transformation Services
 

Andere mochten auch

Your second job -- hacking your career
Your second job --  hacking your careerYour second job --  hacking your career
Your second job -- hacking your careerMatthew Mark Miller
 
41a9de75628e6af2f28971a195ff9e00d5a518ba
41a9de75628e6af2f28971a195ff9e00d5a518ba41a9de75628e6af2f28971a195ff9e00d5a518ba
41a9de75628e6af2f28971a195ff9e00d5a518baNishant Sharma
 
Role of Women in Kanthapura
Role of Women in KanthapuraRole of Women in Kanthapura
Role of Women in KanthapuraKrupali Lewade
 
Tragic Quality of the play "The Birthday Party"
Tragic Quality of the play "The Birthday Party"Tragic Quality of the play "The Birthday Party"
Tragic Quality of the play "The Birthday Party"Krupali Lewade
 
Mourning Becomes Electra.
Mourning Becomes Electra.Mourning Becomes Electra.
Mourning Becomes Electra.Krupali Lewade
 
Probability addition rule
Probability addition ruleProbability addition rule
Probability addition rulelrassbach
 
My presentation on psychology of Black in "Black skin white Mask".
My presentation on psychology of Black in "Black skin white Mask".My presentation on psychology of Black in "Black skin white Mask".
My presentation on psychology of Black in "Black skin white Mask".Krupali Lewade
 
Significance of the title 'Things Fall Apart''
Significance of the  title 'Things Fall Apart''Significance of the  title 'Things Fall Apart''
Significance of the title 'Things Fall Apart''Krupali Lewade
 
Adam & Eve in john Milton's Paradise Lost
Adam & Eve in john Milton's Paradise LostAdam & Eve in john Milton's Paradise Lost
Adam & Eve in john Milton's Paradise LostKrupali Lewade
 
Master Slave Relationship in Robinson Crusoe
Master Slave Relationship in Robinson CrusoeMaster Slave Relationship in Robinson Crusoe
Master Slave Relationship in Robinson CrusoeKrupali Lewade
 

Andere mochten auch (18)

Krupali12
Krupali12Krupali12
Krupali12
 
Furns tech
Furns techFurns tech
Furns tech
 
victorian literature
victorian literaturevictorian literature
victorian literature
 
Theory of catharsis
Theory of  catharsis Theory of  catharsis
Theory of catharsis
 
Your second job -- hacking your career
Your second job --  hacking your careerYour second job --  hacking your career
Your second job -- hacking your career
 
cultural studies
cultural studies cultural studies
cultural studies
 
41a9de75628e6af2f28971a195ff9e00d5a518ba
41a9de75628e6af2f28971a195ff9e00d5a518ba41a9de75628e6af2f28971a195ff9e00d5a518ba
41a9de75628e6af2f28971a195ff9e00d5a518ba
 
Role of Women in Kanthapura
Role of Women in KanthapuraRole of Women in Kanthapura
Role of Women in Kanthapura
 
Literary criticism
Literary criticismLiterary criticism
Literary criticism
 
Tragic Quality of the play "The Birthday Party"
Tragic Quality of the play "The Birthday Party"Tragic Quality of the play "The Birthday Party"
Tragic Quality of the play "The Birthday Party"
 
Probability
ProbabilityProbability
Probability
 
Mourning Becomes Electra.
Mourning Becomes Electra.Mourning Becomes Electra.
Mourning Becomes Electra.
 
Probability addition rule
Probability addition ruleProbability addition rule
Probability addition rule
 
My presentation on psychology of Black in "Black skin white Mask".
My presentation on psychology of Black in "Black skin white Mask".My presentation on psychology of Black in "Black skin white Mask".
My presentation on psychology of Black in "Black skin white Mask".
 
Google’s cloud strategy
Google’s cloud strategyGoogle’s cloud strategy
Google’s cloud strategy
 
Significance of the title 'Things Fall Apart''
Significance of the  title 'Things Fall Apart''Significance of the  title 'Things Fall Apart''
Significance of the title 'Things Fall Apart''
 
Adam & Eve in john Milton's Paradise Lost
Adam & Eve in john Milton's Paradise LostAdam & Eve in john Milton's Paradise Lost
Adam & Eve in john Milton's Paradise Lost
 
Master Slave Relationship in Robinson Crusoe
Master Slave Relationship in Robinson CrusoeMaster Slave Relationship in Robinson Crusoe
Master Slave Relationship in Robinson Crusoe
 

Ähnlich wie See through software

Distributed teams
Distributed teamsDistributed teams
Distributed teamsKush Shah
 
Building Information Systems using Event Modeling (Bobby Calderwood, Evident ...
Building Information Systems using Event Modeling (Bobby Calderwood, Evident ...Building Information Systems using Event Modeling (Bobby Calderwood, Evident ...
Building Information Systems using Event Modeling (Bobby Calderwood, Evident ...confluent
 
Designing and Implementing Information Systems with Event Modeling, Bobby Cal...
Designing and Implementing Information Systems with Event Modeling, Bobby Cal...Designing and Implementing Information Systems with Event Modeling, Bobby Cal...
Designing and Implementing Information Systems with Event Modeling, Bobby Cal...confluent
 
Navigator Systems ltd HireTrack NX questions
Navigator Systems ltd   HireTrack NX questionsNavigator Systems ltd   HireTrack NX questions
Navigator Systems ltd HireTrack NX questionsDavid Rose
 
How Celtra Optimizes its Advertising Platform with Databricks
How Celtra Optimizes its Advertising Platformwith DatabricksHow Celtra Optimizes its Advertising Platformwith Databricks
How Celtra Optimizes its Advertising Platform with DatabricksGrega Kespret
 
Visualising montioring and evaluation data
Visualising montioring and evaluation dataVisualising montioring and evaluation data
Visualising montioring and evaluation dataRob Worthington
 
Library mangement system project srs documentation.doc
Library mangement system project srs documentation.docLibrary mangement system project srs documentation.doc
Library mangement system project srs documentation.docjimmykhan
 
Clarisoft Software Development Process (Lunch & Learn Presentation)
Clarisoft Software Development Process (Lunch & Learn Presentation)Clarisoft Software Development Process (Lunch & Learn Presentation)
Clarisoft Software Development Process (Lunch & Learn Presentation)Robert Haines
 
Building a Real-Time Security Application Using Log Data and Machine Learning...
Building a Real-Time Security Application Using Log Data and Machine Learning...Building a Real-Time Security Application Using Log Data and Machine Learning...
Building a Real-Time Security Application Using Log Data and Machine Learning...Sri Ambati
 
Webinar: Accelerate Business Automation with APPSeCONNECT iPaaS
Webinar: Accelerate Business Automation with APPSeCONNECT iPaaSWebinar: Accelerate Business Automation with APPSeCONNECT iPaaS
Webinar: Accelerate Business Automation with APPSeCONNECT iPaaSAPPSeCONNECT
 
ADDO Open Source Observability Tools
ADDO Open Source Observability Tools ADDO Open Source Observability Tools
ADDO Open Source Observability Tools Mickey Boxell
 
Application Insights and Jupyter Notebook(Opensource) combo to analyze large ...
Application Insights and Jupyter Notebook(Opensource) combo to analyze large ...Application Insights and Jupyter Notebook(Opensource) combo to analyze large ...
Application Insights and Jupyter Notebook(Opensource) combo to analyze large ...Sajeetharan
 
Data warehouse and User interface
Data warehouse and User interface Data warehouse and User interface
Data warehouse and User interface RabiaIftikhar10
 
Library Management System using oracle database
Library Management System using oracle databaseLibrary Management System using oracle database
Library Management System using oracle databaseSaikot Roy
 
J2ee project lists:-Mumbai Academics
J2ee project lists:-Mumbai AcademicsJ2ee project lists:-Mumbai Academics
J2ee project lists:-Mumbai AcademicsMumbai Academisc
 

Ähnlich wie See through software (20)

Distributed teams
Distributed teamsDistributed teams
Distributed teams
 
Distributed_teams
Distributed_teamsDistributed_teams
Distributed_teams
 
Building Information Systems using Event Modeling (Bobby Calderwood, Evident ...
Building Information Systems using Event Modeling (Bobby Calderwood, Evident ...Building Information Systems using Event Modeling (Bobby Calderwood, Evident ...
Building Information Systems using Event Modeling (Bobby Calderwood, Evident ...
 
Designing and Implementing Information Systems with Event Modeling, Bobby Cal...
Designing and Implementing Information Systems with Event Modeling, Bobby Cal...Designing and Implementing Information Systems with Event Modeling, Bobby Cal...
Designing and Implementing Information Systems with Event Modeling, Bobby Cal...
 
Navigator Systems ltd HireTrack NX questions
Navigator Systems ltd   HireTrack NX questionsNavigator Systems ltd   HireTrack NX questions
Navigator Systems ltd HireTrack NX questions
 
How Celtra Optimizes its Advertising Platform with Databricks
How Celtra Optimizes its Advertising Platformwith DatabricksHow Celtra Optimizes its Advertising Platformwith Databricks
How Celtra Optimizes its Advertising Platform with Databricks
 
Visualising montioring and evaluation data
Visualising montioring and evaluation dataVisualising montioring and evaluation data
Visualising montioring and evaluation data
 
Library mangement system project srs documentation.doc
Library mangement system project srs documentation.docLibrary mangement system project srs documentation.doc
Library mangement system project srs documentation.doc
 
Library doc
Library docLibrary doc
Library doc
 
Clarisoft Software Development Process (Lunch & Learn Presentation)
Clarisoft Software Development Process (Lunch & Learn Presentation)Clarisoft Software Development Process (Lunch & Learn Presentation)
Clarisoft Software Development Process (Lunch & Learn Presentation)
 
Building a Real-Time Security Application Using Log Data and Machine Learning...
Building a Real-Time Security Application Using Log Data and Machine Learning...Building a Real-Time Security Application Using Log Data and Machine Learning...
Building a Real-Time Security Application Using Log Data and Machine Learning...
 
Webinar: Accelerate Business Automation with APPSeCONNECT iPaaS
Webinar: Accelerate Business Automation with APPSeCONNECT iPaaSWebinar: Accelerate Business Automation with APPSeCONNECT iPaaS
Webinar: Accelerate Business Automation with APPSeCONNECT iPaaS
 
New Relic Basics
New Relic BasicsNew Relic Basics
New Relic Basics
 
OOSE UNIT-1.pdf
OOSE UNIT-1.pdfOOSE UNIT-1.pdf
OOSE UNIT-1.pdf
 
ADDO Open Source Observability Tools
ADDO Open Source Observability Tools ADDO Open Source Observability Tools
ADDO Open Source Observability Tools
 
L16 Documenting Software
L16 Documenting SoftwareL16 Documenting Software
L16 Documenting Software
 
Application Insights and Jupyter Notebook(Opensource) combo to analyze large ...
Application Insights and Jupyter Notebook(Opensource) combo to analyze large ...Application Insights and Jupyter Notebook(Opensource) combo to analyze large ...
Application Insights and Jupyter Notebook(Opensource) combo to analyze large ...
 
Data warehouse and User interface
Data warehouse and User interface Data warehouse and User interface
Data warehouse and User interface
 
Library Management System using oracle database
Library Management System using oracle databaseLibrary Management System using oracle database
Library Management System using oracle database
 
J2ee project lists:-Mumbai Academics
J2ee project lists:-Mumbai AcademicsJ2ee project lists:-Mumbai Academics
J2ee project lists:-Mumbai Academics
 

Kürzlich hochgeladen

%in kempton park+277-882-255-28 abortion pills for sale in kempton park
%in kempton park+277-882-255-28 abortion pills for sale in kempton park %in kempton park+277-882-255-28 abortion pills for sale in kempton park
%in kempton park+277-882-255-28 abortion pills for sale in kempton park masabamasaba
 
LEVEL 5 - SESSION 1 2023 (1).pptx - PDF 123456
LEVEL 5   - SESSION 1 2023 (1).pptx - PDF 123456LEVEL 5   - SESSION 1 2023 (1).pptx - PDF 123456
LEVEL 5 - SESSION 1 2023 (1).pptx - PDF 123456KiaraTiradoMicha
 
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfonteinmasabamasaba
 
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrainmasabamasaba
 
Direct Style Effect Systems - The Print[A] Example - A Comprehension Aid
Direct Style Effect Systems -The Print[A] Example- A Comprehension AidDirect Style Effect Systems -The Print[A] Example- A Comprehension Aid
Direct Style Effect Systems - The Print[A] Example - A Comprehension AidPhilip Schwarz
 
AI & Machine Learning Presentation Template
AI & Machine Learning Presentation TemplateAI & Machine Learning Presentation Template
AI & Machine Learning Presentation TemplatePresentation.STUDIO
 
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisamasabamasaba
 
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...SelfMade bd
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVshikhaohhpro
 
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...Shane Coughlan
 
Unlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language ModelsUnlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language Modelsaagamshah0812
 
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...panagenda
 
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...Health
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsJhone kinadey
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsArshad QA
 
ManageIQ - Sprint 236 Review - Slide Deck
ManageIQ - Sprint 236 Review - Slide DeckManageIQ - Sprint 236 Review - Slide Deck
ManageIQ - Sprint 236 Review - Slide DeckManageIQ
 
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...Jittipong Loespradit
 
Chinsurah Escorts ☎️8617697112 Starting From 5K to 15K High Profile Escorts ...
Chinsurah Escorts ☎️8617697112  Starting From 5K to 15K High Profile Escorts ...Chinsurah Escorts ☎️8617697112  Starting From 5K to 15K High Profile Escorts ...
Chinsurah Escorts ☎️8617697112 Starting From 5K to 15K High Profile Escorts ...Nitya salvi
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providermohitmore19
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comFatema Valibhai
 

Kürzlich hochgeladen (20)

%in kempton park+277-882-255-28 abortion pills for sale in kempton park
%in kempton park+277-882-255-28 abortion pills for sale in kempton park %in kempton park+277-882-255-28 abortion pills for sale in kempton park
%in kempton park+277-882-255-28 abortion pills for sale in kempton park
 
LEVEL 5 - SESSION 1 2023 (1).pptx - PDF 123456
LEVEL 5   - SESSION 1 2023 (1).pptx - PDF 123456LEVEL 5   - SESSION 1 2023 (1).pptx - PDF 123456
LEVEL 5 - SESSION 1 2023 (1).pptx - PDF 123456
 
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
 
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
 
Direct Style Effect Systems - The Print[A] Example - A Comprehension Aid
Direct Style Effect Systems -The Print[A] Example- A Comprehension AidDirect Style Effect Systems -The Print[A] Example- A Comprehension Aid
Direct Style Effect Systems - The Print[A] Example - A Comprehension Aid
 
AI & Machine Learning Presentation Template
AI & Machine Learning Presentation TemplateAI & Machine Learning Presentation Template
AI & Machine Learning Presentation Template
 
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
 
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTV
 
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
 
Unlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language ModelsUnlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language Models
 
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
 
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial Goals
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview Questions
 
ManageIQ - Sprint 236 Review - Slide Deck
ManageIQ - Sprint 236 Review - Slide DeckManageIQ - Sprint 236 Review - Slide Deck
ManageIQ - Sprint 236 Review - Slide Deck
 
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
 
Chinsurah Escorts ☎️8617697112 Starting From 5K to 15K High Profile Escorts ...
Chinsurah Escorts ☎️8617697112  Starting From 5K to 15K High Profile Escorts ...Chinsurah Escorts ☎️8617697112  Starting From 5K to 15K High Profile Escorts ...
Chinsurah Escorts ☎️8617697112 Starting From 5K to 15K High Profile Escorts ...
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service provider
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.com
 

See through software