Skip to content

ngoldack/ngoldack-dicetrace2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dicetrace

cicd codecov wakatime

Monorepo containing the sourcecode for dicetrace.io.

Roadmap / Project board

Roadmap is managed by a github project board.

Architecture

For more information visit the documentation.

Services

dicetrace consists of these services:

Name Status Function Language / Framework Additional Information
api progress service for responsible for communicating between the ui and internal services Go
user progress service for managing user data Go
collection progress service for managing games and collections Go
group progress service for managing groups Go
search progress service for searching things Go
match planned service for realtime matches Rust
chat planned service for realtime chat Rust
archievment progress service for managing archievments OpenJDK
Spring Boot
web progress web app TypeScript
SvelteKit
desktop planned desktop app Rust
Tauri
TypeScript
Svelte
mobile planned mobile app Flutter
recommendation planned service for getting recommendations Python
TensorFlow
status progress status website for all services uptime-kuma
docs done documentation for all services and their apis Docusaurus
story planned web components testing app TypeScript
Svelte
Histoire

Tech stack

Name Type Function
nx Build Tool build tool to build and manage this repo
terraform IaC Tool iac tool to deploy all services
redis Database cache for the api service
mongodb Database database for the user service
neo4j Database database for the collection service
kafka Event Streaming Platform event streaming platform for communication of all internal services
postgresql Database database for the chat service
elasticsearch Database database for the search service