mirror of
https://github.com/SamyRai/tercul-backend.git
synced 2025-12-27 02:51:34 +00:00
- Core Go application with GraphQL API using gqlgen - Comprehensive data models for literary works, authors, translations - Repository pattern with caching layer - Authentication and authorization system - Linguistics analysis capabilities with multiple adapters - Vector search integration with Weaviate - Docker containerization support - Python data migration and analysis scripts - Clean architecture with proper separation of concerns - Production-ready configuration and middleware - Proper .gitignore excluding vendor/, database files, and build artifacts |
||
|---|---|---|
| .. | ||
| adapter_govader_test.go | ||
| adapter_govader.go | ||
| adapter_lingua_test.go | ||
| adapter_lingua.go | ||
| adapter_tfidf.go | ||
| adapters.go | ||
| analysis_cache.go | ||
| analysis_repository.go | ||
| analyzer.go | ||
| factory_test.go | ||
| factory.go | ||
| ports.go | ||
| sync_job.go | ||
| text_analyzer.go | ||
| text_utils_test.go | ||
| text_utils.go | ||
| types.go | ||
| work_analysis_service.go | ||