Do you take our data?
No. eiye is pass-through. Data stays in your sources. There is no warehouse, no ETL job, and no copy of the lake. You self-host it. Queries go to the source; redaction, access control, and audit sit on that path.
Is this a warehouse, a catalog, or an ETL tool?
No. Non-goals: ETL, warehouse, BI dashboards, email marketing. eiye is a governed query layer in front of systems you already operate.
Do we need an LLM inside eiye?
No. eiye does not require an LLM. Agents call MCP or REST. A natural-language conductor is on the roadmap and is labeled as such — it is not required to run the surface today.
What does source-available mean here?
The full source is public and auditable — connectors, PII engine, access control, audit, MCP, REST, React console — but it is not open source in the OSI sense, and we do not call it that. eiye is licensed under the Business Source License 1.1: read it, run it, modify it, and use it in production free of charge up to 5 datasources and 1,000 queries per month. Larger production use, or offering eiye to third parties as a hosted service, requires a commercial license. Each release converts to Apache-2.0 four years after publication, so nothing is enclosed permanently.
How is PII handled?
On the query path. Baseline redaction is regex. Optional spaCy NER for names and locations. Combined with access control and a recorded audit trail.
What can we point it at today?
PostgreSQL, a filesystem root (CSV, text, PDF, XLSX), and REST GET. That is what is built now — not a promise list.