Create LLM-powered rules for data extraction, classification, and real-time stream alerts.
Datasource rules are LLM-powered instructions that automatically process and analyze your data. They enable:
On the tamed data detail page:
Describe what the LLM should do in natural language. Examples:
Extraction Rule:
"Extract the product name and issue description from support tickets. Return as JSON with keys: product_name, issue_description"
Classification Rule:
"Classify this document as High, Medium, or Low urgency based on language and keywords. Return only the category name."
Sentiment Analysis:
"Analyze the sentiment of this customer feedback. Return one of: POSITIVE, NEGATIVE, NEUTRAL"
💡 Pro Tip: Write clear, specific prompts. Include examples of expected output format for better results.
Stream alerts notify you when specific conditions are met in real-time data:
Define when the alert should fire:
⚠️ Avoid Alert Fatigue: Use digest mode or thresholds for high-volume streams to prevent overwhelming notifications.
Track your rules and alerts performance:
Excellent! You now know how to automate data analysis with rules. Ready to integrate dataTamer into your applications?