mirror of https://github.com/apache/druid.git
Added new use cases and description of the use case - 5/14/24 (#16451)
Thanks for your contribution @amit-git-account * Added new use cases and description of the use case - 5/14/24 The use case listing is not changed in a long time. While speaking with users, I came across several other use cases not listed here in the index. So I added new use cases and also added description against the use cases. * Apply suggestions from code review Co-authored-by: Katya Macedo <38017980+ektravel@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Katya Macedo <38017980+ektravel@users.noreply.github.com> * update spelling file * Update docs/design/index.md --------- Co-authored-by: Charles Smith <techdocsmith@gmail.com> Co-authored-by: Katya Macedo <38017980+ektravel@users.noreply.github.com> Co-authored-by: 317brian <53799971+317brian@users.noreply.github.com> Co-authored-by: Benedict Jin <asdf2014@apache.org>
This commit is contained in:
parent
b0f2a07c40
commit
540d3e6af5
|
@ -28,13 +28,20 @@ Druid is commonly used as the database backend for GUIs of analytical applicatio
|
||||||
|
|
||||||
Common application areas for Druid include:
|
Common application areas for Druid include:
|
||||||
|
|
||||||
- Clickstream analytics including web and mobile analytics
|
|Use Case|Description|
|
||||||
- Network telemetry analytics including network performance monitoring
|
|-----------------|-------------------|
|
||||||
- Server metrics storage
|
|Clickstream analytics|Analyze user behavior on websites and mobile applications to understand navigation patterns, popular content, and user engagement|
|
||||||
- Supply chain analytics including manufacturing metrics
|
|Network telemetry analytics|Monitor and analyze network traffic and performance metrics to optimize network efficiency, identify bottlenecks, and ensure quality of service|
|
||||||
- Application performance metrics
|
|Server metrics storage|Collect and store performance metrics such as CPU usage, memory usage, disk I/O, and network activity to monitor server health and optimize resource allocation|
|
||||||
- Digital marketing/advertising analytics
|
|Supply chain analytics|Use data from various stages of the supply chain to optimize inventory management, streamline logistics, forecast demand, and improve overall operational efficiency|
|
||||||
- Business intelligence/OLAP
|
|Application performance metrics|Monitor and analyze the performance of software applications to identify areas for improvement, troubleshoot issues, and ensure optimal user experience|
|
||||||
|
|Digital marketing/advertising analytics|Track and analyze the effectiveness of digital marketing campaigns and advertising efforts across various channels, such as social media, search engines, and display ads|
|
||||||
|
|Business intelligence (BI)/OLAP (Online Analytical Processing)|Use data analysis tools and techniques to gather insights from large datasets, generate reports, and make data-driven decisions to improve business operations and strategy|
|
||||||
|
|Customer analytics|Analyze customer data to understand preferences, behavior, and purchasing patterns, enabling personalized marketing strategies, improved customer service, and customer retention efforts|
|
||||||
|
|IoT (Internet of Things) analytics|Process and analyze data generated by IoT devices to gain insights into device performance, user behavior, and environmental conditions, facilitating automation, optimization, and predictive maintenance|
|
||||||
|
|Financial analytics| Evaluate finance data to gauge financial performance, manage risk, detect fraud, and make informed investment decisions|
|
||||||
|
|Healthcare analytics|Analyze healthcare data to improve patient outcomes, optimize healthcare delivery, reduce costs, and identify trends and patterns in diseases and treatments|
|
||||||
|
|Social media analytics|Monitor and analyze social media activity, such as likes, shares, comments, and mentions, to understand audience sentiment, track brand perception, and identify influencers|
|
||||||
|
|
||||||
If you are experimenting with a new use case for Druid or have questions about Druid's capabilities and features, join the [Apache Druid Slack](http://apachedruidworkspace.slack.com/) channel. There, you can connect with Druid experts, ask questions, and get help in real time.
|
If you are experimenting with a new use case for Druid or have questions about Druid's capabilities and features, join the [Apache Druid Slack](http://apachedruidworkspace.slack.com/) channel. There, you can connect with Druid experts, ask questions, and get help in real time.
|
||||||
|
|
||||||
|
@ -94,4 +101,4 @@ taking a long time to complete.
|
||||||
## Learn more
|
## Learn more
|
||||||
- Try the Druid [Quickstart](../tutorials/index.md).
|
- Try the Druid [Quickstart](../tutorials/index.md).
|
||||||
- Learn more about Druid components in [Design](../design/architecture.md).
|
- Learn more about Druid components in [Design](../design/architecture.md).
|
||||||
- Read about new features and other details of [Druid Releases](https://github.com/apache/druid/releases).
|
- Read about new features and improvements in [Druid Releases](https://github.com/apache/druid/releases).
|
||||||
|
|
|
@ -123,6 +123,7 @@ IANA
|
||||||
IcebergFilter
|
IcebergFilter
|
||||||
IcebergInputSource
|
IcebergInputSource
|
||||||
IETF
|
IETF
|
||||||
|
IoT
|
||||||
IP
|
IP
|
||||||
IPv4
|
IPv4
|
||||||
IPv6
|
IPv6
|
||||||
|
@ -358,6 +359,8 @@ https
|
||||||
idempotency
|
idempotency
|
||||||
i.e.
|
i.e.
|
||||||
influxdb
|
influxdb
|
||||||
|
influencer
|
||||||
|
influencers
|
||||||
ingestions
|
ingestions
|
||||||
ingestionSpec
|
ingestionSpec
|
||||||
injective
|
injective
|
||||||
|
|
Loading…
Reference in New Issue