tercul-backend/repositories
Damir Mukimov 4957117cb6 Initial commit: Tercul Go project with comprehensive architecture
- 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
2025-08-13 07:42:32 +02:00
..
author_repository.go Initial commit: Tercul Go project with comprehensive architecture 2025-08-13 07:42:32 +02:00
base_repository.go Initial commit: Tercul Go project with comprehensive architecture 2025-08-13 07:42:32 +02:00
book_repository.go Initial commit: Tercul Go project with comprehensive architecture 2025-08-13 07:42:32 +02:00
bookmark_repository.go Initial commit: Tercul Go project with comprehensive architecture 2025-08-13 07:42:32 +02:00
cached_repository_test.go Initial commit: Tercul Go project with comprehensive architecture 2025-08-13 07:42:32 +02:00
cached_repository.go Initial commit: Tercul Go project with comprehensive architecture 2025-08-13 07:42:32 +02:00
cached_work_repository_test.go Initial commit: Tercul Go project with comprehensive architecture 2025-08-13 07:42:32 +02:00
cached_work_repository.go Initial commit: Tercul Go project with comprehensive architecture 2025-08-13 07:42:32 +02:00
category_repository.go Initial commit: Tercul Go project with comprehensive architecture 2025-08-13 07:42:32 +02:00
city_repository.go Initial commit: Tercul Go project with comprehensive architecture 2025-08-13 07:42:32 +02:00
collection_repository.go Initial commit: Tercul Go project with comprehensive architecture 2025-08-13 07:42:32 +02:00
comment_repository.go Initial commit: Tercul Go project with comprehensive architecture 2025-08-13 07:42:32 +02:00
contribution_repository.go Initial commit: Tercul Go project with comprehensive architecture 2025-08-13 07:42:32 +02:00
copyright_claim_repository.go Initial commit: Tercul Go project with comprehensive architecture 2025-08-13 07:42:32 +02:00
copyright_repository.go Initial commit: Tercul Go project with comprehensive architecture 2025-08-13 07:42:32 +02:00
country_repository.go Initial commit: Tercul Go project with comprehensive architecture 2025-08-13 07:42:32 +02:00
edge_repository.go Initial commit: Tercul Go project with comprehensive architecture 2025-08-13 07:42:32 +02:00
edition_repository.go Initial commit: Tercul Go project with comprehensive architecture 2025-08-13 07:42:32 +02:00
email_verification_repository.go Initial commit: Tercul Go project with comprehensive architecture 2025-08-13 07:42:32 +02:00
like_repository.go Initial commit: Tercul Go project with comprehensive architecture 2025-08-13 07:42:32 +02:00
monetization_repository.go Initial commit: Tercul Go project with comprehensive architecture 2025-08-13 07:42:32 +02:00
password_reset_repository.go Initial commit: Tercul Go project with comprehensive architecture 2025-08-13 07:42:32 +02:00
place_repository.go Initial commit: Tercul Go project with comprehensive architecture 2025-08-13 07:42:32 +02:00
publisher_repository.go Initial commit: Tercul Go project with comprehensive architecture 2025-08-13 07:42:32 +02:00
source_repository.go Initial commit: Tercul Go project with comprehensive architecture 2025-08-13 07:42:32 +02:00
tag_repository.go Initial commit: Tercul Go project with comprehensive architecture 2025-08-13 07:42:32 +02:00
translation_repository.go Initial commit: Tercul Go project with comprehensive architecture 2025-08-13 07:42:32 +02:00
user_profile_repository.go Initial commit: Tercul Go project with comprehensive architecture 2025-08-13 07:42:32 +02:00
user_repository.go Initial commit: Tercul Go project with comprehensive architecture 2025-08-13 07:42:32 +02:00
user_session_repository.go Initial commit: Tercul Go project with comprehensive architecture 2025-08-13 07:42:32 +02:00
work_repository_test.go Initial commit: Tercul Go project with comprehensive architecture 2025-08-13 07:42:32 +02:00
work_repository.go Initial commit: Tercul Go project with comprehensive architecture 2025-08-13 07:42:32 +02:00