Making MySQL search intelligent, one query at a time.
Altus 4 is an AI-enhanced search engine that transforms MySQL's full-text search capabilities with semantic understanding, query optimization, and real-time analytics.
- Zero Migration: Works with your existing MySQL databases
- AI-Powered: Semantic search and intelligent query processing
- Developer-First: Simple REST API with comprehensive documentation
- Open Source: Apache 2.0 licensed, community-driven development
- Enterprise Ready: Multi-tenant, secure, and scalable architecture
# Clone the repository
git clone https://github.com/altus4/core.git
cd core
# Install dependencies
npm install
# Set up environment
cp .env.example .env
# Edit .env with your database and API configurations
# Run database migrations (if needed)
npm run migrate
# Start the application
npm start
- Documentation - Complete setup and usage guide
- API Reference - REST API endpoints
- Architecture - System design and patterns
- Contributing - Join our community