SlideShare ist ein Scribd-Unternehmen logo
1 von 62
Downloaden Sie, um offline zu lesen
Open-Falcon
A Distributed and High-Performance Monitoring System
Yao-Wei Ou & Lai Wei
2017/05/22
Let us begin with a little story…
Grafana PR#3787
[feature] Add Open-Falcon datasource
“I'm sorry but we will not merge any new
datasources unless they are very popular.”
- Grafana
Open-Falcon,now is one of the most
popular monitoring systems in China.
About us
Laiwei
✦ Technical director of DiDi, China.
✦ Founder of Open-Falcon software.
✦ Core maintainer of Open-Falcon
community.
✦ Focus on service reliability, DevOps,
Cloud computing, etc.
7
Yaowei
✦ Director of WiFire oversea R&D center.
✦ Core maintainer of Open-Falcon
organization.
✦ Leads the development of CDN
monitoring system in Fastweb.
✦ Focus on CDN and Blockchain.
Outline
‣ Motivation
‣ Features
‣ Architecture
‣ Comparison
‣ Community
8
Motivation(1/3)
There are already so many outstanding open source monitoring
systems. Why do we reinvent a wheel? And how does it
become the most popular monitoring system in China?
9
Motivation(2/3)
‣ Zabbix
•difficult to scale out (~2000)
• Database can grow very large, very quickly if not tuned properly.
• not very resource friendly: a lot of connections will be made.
• we have to build several zabbix cluster to deal with the rapid business grow.
•a bit of a learning curve
• Tuning and tweaking can be a lot of work
• more complex to setup
• hard to extend
• manually configuration
‣ 2015 open sourced by Xiaomi SRE, China, under Apache
License Version 2.0
•to replace Zabbix
10
Motivation(3/3)
‣ key factors of an enterprise class monitoring system.
11
Scalability Performance
User-
Oriented
Flexibility
High
Availability
Features
Scalability
‣ Scalable monitoring system is necessary to support rapid business
growth. Each module of Open-Falcon is super easy to scale
horizontally.
‣ Supports up to hundreds of million transactions per minute (query/
judge/store/search).
‣ Can easily support over 100,000 hosts.
13
Performance
‣ With  RRA(Round Robin Archive) mechanism, the one-year history
data  of 100+ metrics could be  returned in just few seconds.
‣ stores 10+ years historical metrics.
14
High Availability
‣ No critical single point of failure
‣ Easy to operate and deploy
15
Flexibility
‣ Falcon-agent has already 400+ built-in server metrics. Users can
collect their customized metrics by writing plugins or just simply run
a script/program to relay metrics to falcon-agent.
‣ Extensive architecture.
‣ Customizable metrics.
‣ Abundant APIs.
16
Efficiency
‣ For easier management of alerting rules, Open-Falcon supports
strategy, expression, template inheritance, and multiple alerting
method, and callback for recovery.
‣ Auto discovery of endpoints and counters.
‣ API support.
17
User-Oriented
‣ Supports Grafana Datasource.
18
‣ Open-Falcon could present multi-dimension graph, including user-defined dashboard/screen.
Grafana with Open-Falcon Screenshot (1/3)
Grafana with Open-Falcon Screenshot (2/3)
Grafana with Open-Falcon Screenshot (3/3)
Architecture
Components
23
COLLECT STORE
JUDGE
PRESENT
NOTIFY
Components
23
COLLECT STORE
JUDGE
PRESENT
NOTIFY
Components
23
COLLECT STORE
JUDGE
PRESENT
NOTIFY
Components
23
COLLECT STORE
JUDGE
PRESENT
NOTIFY
Falcon-Agent
Proxy-Gateway
aggregator
nodata
graph
redis
MySQL
hbs
Falcon-Dashboard
Grafana
Falcon-API
alarmjudge
Center Status
24
Agent1 Agent2 Agent3 Agent4 … AgentN
UICDashboard Portal2 2 2
AlarmQuery
Graph 20
Transfer 60
Judge 20
5 1 HBS
Sender
Link
5
1
1
Before:Too many modules
Nodata
Aggregator
Tasks
Alarm FE
After
After
UICDashboard Portal
Alarm FE
After
Alarm API Gateway
Graph
Transfer (Queue)
Judge HBS

(Control)
UICDashboard Portal
Alarm FE
Dashboard
After
Central
Status
Alarm API Gateway
Graph
Transfer (Queue)
Judge HBS

(Control)
UICDashboard Portal
Alarm FE
Falcon-Plus
Dashboard
After
Central
Status
Alarm API Gateway
Graph
Transfer (Queue)
Judge HBS

(Control)
UICDashboard Portal
Alarm FE
Falcon-Plus
Dashboard
Agent1 Agent2 Agent3 Agent4 … AgentN
Grafana
After
Central
Status
InfluxDB Cassandra OpenTSDB ELK
Alarm API Gateway
Graph
Transfer (Queue)
Judge HBS

(Control)
UICDashboard Portal
Alarm FE
Falcon-Plus
Dashboard
Agent1 Agent2 Agent3 Agent4 … AgentN
Design Philosophy
27
Design Philosophy
27
MICROSERVICES
10 major modules
individual deployed
Design Philosophy
27
PUSH
agent as a push proxy
MICROSERVICES
10 major modules
individual deployed
Design Philosophy
27
PUSH
agent as a push proxy
RRDTOOL
with consistent hash
MICROSERVICES
10 major modules
individual deployed
Design Philosophy
27
BINARY
Go static binary
PUSH
agent as a push proxy
RRDTOOL
with consistent hash
MICROSERVICES
10 major modules
individual deployed
Design Philosophy
27
BINARY
Go static binary
PUSH
agent as a push proxy
RRDTOOL
with consistent hash
DEPLOYMENT
mass deployment by ops-updater
MICROSERVICES
10 major modules
individual deployed
Design Philosophy
27
BINARY
Go static binary
PUSH
agent as a push proxy
RRDTOOL
with consistent hash
GRAFANA
open-falcon datasource
DEPLOYMENT
mass deployment by ops-updater
MICROSERVICES
10 major modules
individual deployed
Comparison
Compared to Prometheus
29
OPEN-FALCON PROMETHEUS
Abundant APIs Metrics API
Push Model: Auto Discovery Pull Model: Manual configuration
Easy to scale out Harder to scale out
simple alert management of own dashboard
Alertmanager offers grouping, deduplication

and silencing functionality
Faster query performance of RRA Slower, Recording rules
Simple shellscript as plugin
A bit learning curve to write exporter and 

collector
Limited expression PromQL
Compared to Prometheus
29
OPEN-FALCON PROMETHEUS
Abundant APIs Metrics API
Push Model: Auto Discovery Pull Model: Manual configuration
Easy to scale out Harder to scale out
simple alert management of own dashboard
Alertmanager offers grouping, deduplication

and silencing functionality
Faster query performance of RRA Slower, Recording rules
Simple shellscript as plugin
A bit learning curve to write exporter and 

collector
Limited expression PromQL
Compared to Prometheus
29
OPEN-FALCON PROMETHEUS
Abundant APIs Metrics API
Push Model: Auto Discovery Pull Model: Manual configuration
Easy to scale out Harder to scale out
simple alert management of own dashboard
Alertmanager offers grouping, deduplication

and silencing functionality
Faster query performance of RRA Slower, Recording rules
Simple shellscript as plugin
A bit learning curve to write exporter and 

collector
Limited expression PromQL
Compared to Prometheus
29
OPEN-FALCON PROMETHEUS
Abundant APIs Metrics API
Push Model: Auto Discovery Pull Model: Manual configuration
Easy to scale out Harder to scale out
simple alert management of own dashboard
Alertmanager offers grouping, deduplication

and silencing functionality
Faster query performance of RRA Slower, Recording rules
Simple shellscript as plugin
A bit learning curve to write exporter and 

collector
Limited expression PromQL
Compared to Prometheus
29
OPEN-FALCON PROMETHEUS
Abundant APIs Metrics API
Push Model: Auto Discovery Pull Model: Manual configuration
Easy to scale out Harder to scale out
simple alert management of own dashboard
Alertmanager offers grouping, deduplication

and silencing functionality
Faster query performance of RRA Slower, Recording rules
Simple shellscript as plugin
A bit learning curve to write exporter and 

collector
Limited expression PromQL
Compared to Prometheus
29
OPEN-FALCON PROMETHEUS
Abundant APIs Metrics API
Push Model: Auto Discovery Pull Model: Manual configuration
Easy to scale out Harder to scale out
simple alert management of own dashboard
Alertmanager offers grouping, deduplication

and silencing functionality
Faster query performance of RRA Slower, Recording rules
Simple shellscript as plugin
A bit learning curve to write exporter and 

collector
Limited expression PromQL
Compared to Prometheus
29
OPEN-FALCON PROMETHEUS
Abundant APIs Metrics API
Push Model: Auto Discovery Pull Model: Manual configuration
Easy to scale out Harder to scale out
simple alert management of own dashboard
Alertmanager offers grouping, deduplication

and silencing functionality
Faster query performance of RRA Slower, Recording rules
Simple shellscript as plugin
A bit learning curve to write exporter and 

collector
Limited expression PromQL
Compared to Prometheus
29
OPEN-FALCON PROMETHEUS
Abundant APIs Metrics API
Push Model: Auto Discovery Pull Model: Manual configuration
Easy to scale out Harder to scale out
simple alert management of own dashboard
Alertmanager offers grouping, deduplication

and silencing functionality
Faster query performance of RRA Slower, Recording rules
Simple shellscript as plugin
A bit learning curve to write exporter and 

collector
Limited expression PromQL
Community
Ecosystem (1/2)
31
✦ Banking
✦ IaaS, SaaS
✦ CDN
✦ O2O
✦ Social
✦ Entertainment
✦ …
Ecosystem (2/2)
32
OS
Plugins
Switch Hadoop HBase Docker Redis
MongoDB GPU RabbitMQ HAProxy Nginx
JMX LVS Tomcat WebSphere IIS
UI
Join us
33
Github
Homepage
Contact us
https://github.com/open-falcon
http://open-falcon.org
openfalcon-users@googlegroups.com
Wechat
Summary
100+
companies
40,000+
servers
400+
built-in metrics
5,000+ users
3 seconds
Q&A
https://github.com/open-falcon/open-falcon

Weitere ähnliche Inhalte

Was ist angesagt?

INTRODUCTION OF 4G
INTRODUCTION OF 4GINTRODUCTION OF 4G
INTRODUCTION OF 4G
neeraja507
 

Was ist angesagt? (20)

SNAPDRAGON SoC Family and ARM Architecture
SNAPDRAGON SoC Family and ARM Architecture SNAPDRAGON SoC Family and ARM Architecture
SNAPDRAGON SoC Family and ARM Architecture
 
Lte Presentation.Ppt
Lte Presentation.PptLte Presentation.Ppt
Lte Presentation.Ppt
 
Srvcc overview
Srvcc overviewSrvcc overview
Srvcc overview
 
GSM vs CDMA
GSM vs CDMAGSM vs CDMA
GSM vs CDMA
 
Designing the 5G Unified Air Interface
Designing the 5G Unified Air InterfaceDesigning the 5G Unified Air Interface
Designing the 5G Unified Air Interface
 
INTRODUCTION OF 4G
INTRODUCTION OF 4GINTRODUCTION OF 4G
INTRODUCTION OF 4G
 
Osc4.x installation v1-upload
Osc4.x installation v1-uploadOsc4.x installation v1-upload
Osc4.x installation v1-upload
 
CDMA TECHNOLOGY
CDMA TECHNOLOGYCDMA TECHNOLOGY
CDMA TECHNOLOGY
 
VoLTE Flows and CS network
VoLTE Flows and CS networkVoLTE Flows and CS network
VoLTE Flows and CS network
 
Introduction to spred spectrum and CDMA
Introduction to spred spectrum and CDMAIntroduction to spred spectrum and CDMA
Introduction to spred spectrum and CDMA
 
Opinion: Would 5G NSA undergo Sunset?
Opinion: Would 5G NSA undergo Sunset?Opinion: Would 5G NSA undergo Sunset?
Opinion: Would 5G NSA undergo Sunset?
 
GSM Network Architecture
GSM Network ArchitectureGSM Network Architecture
GSM Network Architecture
 
RC4&RC5
RC4&RC5RC4&RC5
RC4&RC5
 
LTE EPC Technology Essentials
LTE EPC Technology EssentialsLTE EPC Technology Essentials
LTE EPC Technology Essentials
 
Artificial intelligence in the design of microstrip antenna
Artificial intelligence in the design of microstrip antennaArtificial intelligence in the design of microstrip antenna
Artificial intelligence in the design of microstrip antenna
 
Introduction to LTE
Introduction to LTEIntroduction to LTE
Introduction to LTE
 
Cdma2000
Cdma2000Cdma2000
Cdma2000
 
A LOW-COST DESKTOP SOFTWARE DEFINED RADIO DESIGN ENVIRONMENT USING MATLAB, SI...
A LOW-COST DESKTOP SOFTWARE DEFINED RADIO DESIGN ENVIRONMENT USING MATLAB, SI...A LOW-COST DESKTOP SOFTWARE DEFINED RADIO DESIGN ENVIRONMENT USING MATLAB, SI...
A LOW-COST DESKTOP SOFTWARE DEFINED RADIO DESIGN ENVIRONMENT USING MATLAB, SI...
 
EIA / TIA IS-136 Digital Cellular System
EIA / TIA IS-136 Digital Cellular SystemEIA / TIA IS-136 Digital Cellular System
EIA / TIA IS-136 Digital Cellular System
 
3 g (3rd generation mobile technology)
3 g (3rd generation mobile technology)3 g (3rd generation mobile technology)
3 g (3rd generation mobile technology)
 

Ähnlich wie Open-Falcon: A Distributed and High-Performance Monitoring System

Introducing enhancement framework.doc
Introducing enhancement framework.docIntroducing enhancement framework.doc
Introducing enhancement framework.doc
Kranthi Kumar
 

Ähnlich wie Open-Falcon: A Distributed and High-Performance Monitoring System (20)

Kafka summit apac session
Kafka summit apac sessionKafka summit apac session
Kafka summit apac session
 
Which Application Modernization Pattern Is Right For You?
Which Application Modernization Pattern Is Right For You?Which Application Modernization Pattern Is Right For You?
Which Application Modernization Pattern Is Right For You?
 
3158 - Cloud Infrastructure & It Optimization - Application Performance Manag...
3158 - Cloud Infrastructure & It Optimization - Application Performance Manag...3158 - Cloud Infrastructure & It Optimization - Application Performance Manag...
3158 - Cloud Infrastructure & It Optimization - Application Performance Manag...
 
The DevOps paradigm - the evolution of IT professionals and opensource toolkit
The DevOps paradigm - the evolution of IT professionals and opensource toolkitThe DevOps paradigm - the evolution of IT professionals and opensource toolkit
The DevOps paradigm - the evolution of IT professionals and opensource toolkit
 
The DevOps Paradigm
The DevOps ParadigmThe DevOps Paradigm
The DevOps Paradigm
 
Akamai for Dev Ops Current Capabilities - Atlanta DevOps World Tour
Akamai for Dev Ops Current Capabilities - Atlanta DevOps World TourAkamai for Dev Ops Current Capabilities - Atlanta DevOps World Tour
Akamai for Dev Ops Current Capabilities - Atlanta DevOps World Tour
 
Accelerating SAP transformations with Micro Focus
Accelerating SAP transformations with Micro FocusAccelerating SAP transformations with Micro Focus
Accelerating SAP transformations with Micro Focus
 
Introducing enhancement framework.doc
Introducing enhancement framework.docIntroducing enhancement framework.doc
Introducing enhancement framework.doc
 
Akamai Developer General Session
Akamai Developer General SessionAkamai Developer General Session
Akamai Developer General Session
 
API Best Practices
API Best PracticesAPI Best Practices
API Best Practices
 
OSMC 2023 | What’s new with Grafana Labs’s Open Source Observability stack by...
OSMC 2023 | What’s new with Grafana Labs’s Open Source Observability stack by...OSMC 2023 | What’s new with Grafana Labs’s Open Source Observability stack by...
OSMC 2023 | What’s new with Grafana Labs’s Open Source Observability stack by...
 
Partner Connect APAC - 2022 - April
Partner Connect APAC - 2022 - AprilPartner Connect APAC - 2022 - April
Partner Connect APAC - 2022 - April
 
Simplifying RCP Update and Install
Simplifying RCP Update and InstallSimplifying RCP Update and Install
Simplifying RCP Update and Install
 
Workshop híbrido: Stream Processing con Flink
Workshop híbrido: Stream Processing con FlinkWorkshop híbrido: Stream Processing con Flink
Workshop híbrido: Stream Processing con Flink
 
Manchester MuleSoft Meetup #8 - 28 Sept.pptx
Manchester MuleSoft Meetup #8 - 28 Sept.pptxManchester MuleSoft Meetup #8 - 28 Sept.pptx
Manchester MuleSoft Meetup #8 - 28 Sept.pptx
 
CA World 2014 Release Automation Coexistence in the Enterprise
CA World 2014 Release Automation Coexistence in the EnterpriseCA World 2014 Release Automation Coexistence in the Enterprise
CA World 2014 Release Automation Coexistence in the Enterprise
 
Lamp Zend Security
Lamp Zend SecurityLamp Zend Security
Lamp Zend Security
 
Cloud Native Applications on OpenShift
Cloud Native Applications on OpenShiftCloud Native Applications on OpenShift
Cloud Native Applications on OpenShift
 
OCP Datacomm RedHat - Kubernetes Launch
OCP Datacomm RedHat - Kubernetes LaunchOCP Datacomm RedHat - Kubernetes Launch
OCP Datacomm RedHat - Kubernetes Launch
 
Hydrosphere.io Platform for AI/ML Operations Automation
Hydrosphere.io Platform for AI/ML Operations AutomationHydrosphere.io Platform for AI/ML Operations Automation
Hydrosphere.io Platform for AI/ML Operations Automation
 

Mehr von Yao-Wei Ou

金融革命?談區塊鏈上的去中心化金融應用
金融革命?談區塊鏈上的去中心化金融應用金融革命?談區塊鏈上的去中心化金融應用
金融革命?談區塊鏈上的去中心化金融應用
Yao-Wei Ou
 
投資還是投機?帶你入門虛擬貨幣與區塊鏈
投資還是投機?帶你入門虛擬貨幣與區塊鏈投資還是投機?帶你入門虛擬貨幣與區塊鏈
投資還是投機?帶你入門虛擬貨幣與區塊鏈
Yao-Wei Ou
 

Mehr von Yao-Wei Ou (11)

AAMA_10 個台灣新創不能忽略的趨勢_講師簡報.pdf
AAMA_10 個台灣新創不能忽略的趨勢_講師簡報.pdfAAMA_10 個台灣新創不能忽略的趨勢_講師簡報.pdf
AAMA_10 個台灣新創不能忽略的趨勢_講師簡報.pdf
 
金融革命?談區塊鏈上的去中心化金融應用
金融革命?談區塊鏈上的去中心化金融應用金融革命?談區塊鏈上的去中心化金融應用
金融革命?談區塊鏈上的去中心化金融應用
 
投資還是投機?帶你入門虛擬貨幣與區塊鏈
投資還是投機?帶你入門虛擬貨幣與區塊鏈投資還是投機?帶你入門虛擬貨幣與區塊鏈
投資還是投機?帶你入門虛擬貨幣與區塊鏈
 
Ico 的生與死 @ C&B - 20170929
Ico 的生與死 @ C&B - 20170929Ico 的生與死 @ C&B - 20170929
Ico 的生與死 @ C&B - 20170929
 
ICO 亂象
ICO 亂象ICO 亂象
ICO 亂象
 
從碼農的角度來剖析區塊鏈 @新竹碼農
從碼農的角度來剖析區塊鏈 @新竹碼農從碼農的角度來剖析區塊鏈 @新竹碼農
從碼農的角度來剖析區塊鏈 @新竹碼農
 
未来网络技术发展探梦 - 开篇
未来网络技术发展探梦 - 开篇未来网络技术发展探梦 - 开篇
未来网络技术发展探梦 - 开篇
 
光載無限監控平台的變革與演進
光載無限監控平台的變革與演進光載無限監控平台的變革與演進
光載無限監控平台的變革與演進
 
分布式監控系統的容器化變遷與 CI/CD 實踐
分布式監控系統的容器化變遷與 CI/CD 實踐 分布式監控系統的容器化變遷與 CI/CD 實踐
分布式監控系統的容器化變遷與 CI/CD 實踐
 
企業級監控平台的變革與演進
企業級監控平台的變革與演進企業級監控平台的變革與演進
企業級監控平台的變革與演進
 
Linkwish present 20100903_final_clean_z10
Linkwish present 20100903_final_clean_z10Linkwish present 20100903_final_clean_z10
Linkwish present 20100903_final_clean_z10
 

Kürzlich hochgeladen

AI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM TechniquesAI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
VictorSzoltysek
 
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdfintroduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
VishalKumarJha10
 
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 

Kürzlich hochgeladen (20)

Azure_Native_Qumulo_High_Performance_Compute_Benchmarks.pdf
Azure_Native_Qumulo_High_Performance_Compute_Benchmarks.pdfAzure_Native_Qumulo_High_Performance_Compute_Benchmarks.pdf
Azure_Native_Qumulo_High_Performance_Compute_Benchmarks.pdf
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview Questions
 
Diamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with PrecisionDiamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with Precision
 
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
 
The Guide to Integrating Generative AI into Unified Continuous Testing Platfo...
The Guide to Integrating Generative AI into Unified Continuous Testing Platfo...The Guide to Integrating Generative AI into Unified Continuous Testing Platfo...
The Guide to Integrating Generative AI into Unified Continuous Testing Platfo...
 
AI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM TechniquesAI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
 
AI & Machine Learning Presentation Template
AI & Machine Learning Presentation TemplateAI & Machine Learning Presentation Template
AI & Machine Learning Presentation Template
 
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
 
8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech students8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech students
 
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdfintroduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
 
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
 
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
 
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
 
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
 
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerHow To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
 
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
 
How to Choose the Right Laravel Development Partner in New York City_compress...
How to Choose the Right Laravel Development Partner in New York City_compress...How to Choose the Right Laravel Development Partner in New York City_compress...
How to Choose the Right Laravel Development Partner in New York City_compress...
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
 
5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
 

Open-Falcon: A Distributed and High-Performance Monitoring System