// FEATURES
Find Exactly What You Need
Aturo makes it easy to find, select, and process the right data - whether you're exploring large datasets or precisely targeting specific results
// WHATS THE DIFFERENCE?
Fast, flexible, free-text exploration
Search
Explore unknown data
Full-text, fuzzy search across content
Finding patterns, investigating issues
Optimized for exploration
Free-text extracted from artifacts/logs
Result Ranking by relevance
Structured, exact, type-enforced queries
Filter
Retrieve exactly matching data
Structured key-value matching (exact types)
Selecting datasets, setting up batch jobs
Optimized for retrieval and precision
Indexed key-value pairs
No ranking - exact match set
// FEATURES
How Data Flows Into
Search and Filter
Aturo makes it easy to find, select, and process the right data - whether you're exploring large datasets or precisely targeting specific results
Uploaded artifacts (filesets, logs, results) pass through Aturo’s parsing engine.
Free text is extracted and indexed for exploratory search.
Structured key-value pairs are extracted and indexed for exact filtering.
This keeps both exploratory browsing and precise data retrieval fast, scalable, and reliable.
// AN EXAMPLE
How Data Flows
Into Search and Filter
Aturo makes it easy to find, select, and process the right data - whether you're exploring large datasets or precisely targeting specific results
01
The engineer quickly filters for test runs where
status = failed
and run_date >= last 48 hours
.

02
If needed, they use full-text search across logs to find specific error patterns like "dropped frames" or "timeout."