Full-stack observability with actually useful AI | Grafana Cloud
Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.
Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
Create free account
Enterprise-grade ITSM, for every business
Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
Independent Study Course Project:Search .odt files by date and content
Official Course Objective
Design an implementation of working search tool. The tool will search .odt files by date and content.
OD-What?
.odt files are a particular kind of file, many word-processor programs can save to .odt file format.
Why .odt and not .doc or .txt?
Search-ODT was developed at request as the subject of an independent study course. No other reason. Due to the modular structure of the project it is possible to adapt Search-ODT into a more general search tool.
Why...