Mirror of https://github.com/SamyRai/turash - Industrial Symbiosis Platform
Go to file
Damir Mukimov 000eab4740
Major repository reorganization and missing backend endpoints implementation
Repository Structure:
- Move files from cluttered root directory into organized structure
- Create archive/ for archived data and scraper results
- Create bugulma/ for the complete application (frontend + backend)
- Create data/ for sample datasets and reference materials
- Create docs/ for comprehensive documentation structure
- Create scripts/ for utility scripts and API tools

Backend Implementation:
- Implement 3 missing backend endpoints identified in gap analysis:
  * GET /api/v1/organizations/{id}/matching/direct - Direct symbiosis matches
  * GET /api/v1/users/me/organizations - User organizations
  * POST /api/v1/proposals/{id}/status - Update proposal status
- Add complete proposal domain model, repository, and service layers
- Create database migration for proposals table
- Fix CLI server command registration issue

API Documentation:
- Add comprehensive proposals.md API documentation
- Update README.md with Users and Proposals API sections
- Document all request/response formats, error codes, and business rules

Code Quality:
- Follow existing Go backend architecture patterns
- Add proper error handling and validation
- Match frontend expected response schemas
- Maintain clean separation of concerns (handler -> service -> repository)
2025-11-25 06:01:16 +01:00
.playwright-mcp Initial commit: Turash Industrial Symbiosis Platform 2025-11-25 05:34:50 +01:00
archive Major repository reorganization and missing backend endpoints implementation 2025-11-25 06:01:16 +01:00
bugulma Major repository reorganization and missing backend endpoints implementation 2025-11-25 06:01:16 +01:00
concept Initial commit: Repository setup with .gitignore, golangci-lint v2.6.0, and code quality checks 2025-11-01 07:36:22 +01:00
data Major repository reorganization and missing backend endpoints implementation 2025-11-25 06:01:16 +01:00
dev_guides Initial commit: Repository setup with .gitignore, golangci-lint v2.6.0, and code quality checks 2025-11-01 07:36:22 +01:00
docs Major repository reorganization and missing backend endpoints implementation 2025-11-25 06:01:16 +01:00
funding Initial commit: Turash Industrial Symbiosis Platform 2025-11-25 05:34:50 +01:00
models Initial commit: Turash Industrial Symbiosis Platform 2025-11-25 05:34:50 +01:00
scripts Major repository reorganization and missing backend endpoints implementation 2025-11-25 06:01:16 +01:00
.gitignore Initial commit: Repository setup with .gitignore, golangci-lint v2.6.0, and code quality checks 2025-11-01 07:36:22 +01:00
2021-04-27 Glowing Pixels Notar Beglaubige Absc.pdf Initial commit: Turash Industrial Symbiosis Platform 2025-11-25 05:34:50 +01:00
ARCHITECTURAL_REFACTORING_PLAN.md Initial commit: Repository setup with .gitignore, golangci-lint v2.6.0, and code quality checks 2025-11-01 07:36:22 +01:00
database_structure.md Initial commit: Turash Industrial Symbiosis Platform 2025-11-25 05:34:50 +01:00
EU_FUNDING_API_README.md Initial commit: Turash Industrial Symbiosis Platform 2025-11-25 05:34:50 +01:00
eu_funding_api.go Initial commit: Turash Industrial Symbiosis Platform 2025-11-25 05:34:50 +01:00
eu_funding_api.py Initial commit: Turash Industrial Symbiosis Platform 2025-11-25 05:34:50 +01:00
feedback.md Initial commit: Turash Industrial Symbiosis Platform 2025-11-25 05:34:50 +01:00
funding.md Initial commit: Turash Industrial Symbiosis Platform 2025-11-25 05:34:50 +01:00
IMPLEMENTATION_GAP_REPORT.md Initial commit: Turash Industrial Symbiosis Platform 2025-11-25 05:34:50 +01:00
manufacturing_companies.json Initial commit: Turash Industrial Symbiosis Platform 2025-11-25 05:34:50 +01:00
mvp_concept.md Initial commit: Turash Industrial Symbiosis Platform 2025-11-25 05:34:50 +01:00
PROJECT_READINESS_SUMMARY.md Initial commit: Turash Industrial Symbiosis Platform 2025-11-25 05:34:50 +01:00
README.md Add comprehensive README.md 2025-11-25 05:35:14 +01:00
turash_branding.md Initial commit: Turash Industrial Symbiosis Platform 2025-11-25 05:34:50 +01:00

Turash: Industrial Symbiosis Platform

License Go Version PostgreSQL Neo4j

Turash guides businesses to optimal resource exchanges, navigating the complex landscape of industrial symbiosis and providing direction to sustainable profitability.

🌟 What is Turash?

Turash is a B2B SaaS platform that digitizes industrial symbiosis by connecting businesses' waste streams with neighboring demand. We unlock €50B+ annual savings across European industrial ecosystems through intelligent resource matching.

The Problem

European industries waste €500B annually on virgin resource procurement and waste disposal while emitting 1.2B tons of CO₂. Industrial symbiosis could reduce this by 20-50%, but fragmented analog processes prevent adoption.

The Solution

A resource-matching engine that:

  • Digitizes Resource Flows: Captures heat, water, waste, and by-products with precision
  • Optimizes Multi-Party Exchanges: Uses graph algorithms for economically viable matches
  • Drives Adoption: Starts with "cheap-to-act" resources, builds trust through ROI

🏗️ Architecture

Core Components

  • Graph Database: Neo4j for complex relationship traversals
  • Relational Database: PostgreSQL with PostGIS for spatial operations
  • Backend: Go 1.25+ with event-driven architecture
  • Matching Engine: Graph algorithms for multi-party optimization
  • API: RESTful with WebSocket real-time updates

Key Features

  • Privacy-tiered data visibility (public/network/private)
  • Automated ingestion from industrial data sources
  • Geographic clustering for higher match rates
  • Real-time market updates and notifications

📊 Market Opportunity

  • TAM: €500B European industrial resource flows
  • SAM: €50B addressable through digital IS platforms
  • SOM: €2B first-mover advantage (€500M by year 3)

🎯 Business Model

  • Freemium: See + Match for free (network effects driver)
  • Subscription: €50-500/facility/month based on engagement
  • Transactions: 10-20% commission on facilitated exchanges
  • Municipal: License fees for city dashboards (€50k-200k/year)

🚀 Roadmap

MVP (Q1 2025)

  • Heat matching in 1 industrial park
  • Manual data entry, basic matching
  • Proof of concept validation

v1.0 (Q2 2025)

  • Multi-resource types (waste, water, materials)
  • Automated data ingestion
  • 10 cities, enterprise features

Scale (Q4 2025)

  • Full platform, international expansion
  • Advanced analytics and optimization

📁 Repository Structure

├── concept/           # Platform specifications & research
├── models/            # Go core algorithms & models
├── funding/           # Funding applications & strategy
├── dev_guides/        # Development documentation
├── bugulma/           # Proof-of-concept implementation (separate repos)
├── bugulma-scraper/   # Data collection tools (separate repos)
└── docs/             # Additional documentation

🛠️ Technology Stack

Backend

  • Language: Go 1.25+
  • Database: PostgreSQL 13+ with PostGIS
  • Graph DB: Neo4j 5.0+
  • Framework: Gin (HTTP), Gorilla WebSocket
  • ORM: GORM with spatial extensions

Infrastructure

  • Container: Docker & Docker Compose
  • Deployment: Kubernetes-ready
  • Monitoring: Prometheus + Grafana
  • CI/CD: GitHub Actions

📈 Key Metrics

Platform Goals (Year 1)

  • Adoption: 500 businesses, 50 cities
  • Impact: 500 GWh waste heat matched, €50M savings, 100k tons CO₂ avoided
  • Performance: 85% data completion, 60% match conversion, <2s response times

Success Metrics

  • Monthly active businesses
  • Resource exchange volume (€)
  • CO₂ emissions avoided (tons)
  • Customer acquisition cost
  • Monthly recurring revenue

🤝 Contributing

We welcome contributions! Please see our contributing guidelines for details.

Development Setup

  1. Clone the repository

    git clone https://github.com/SamyRai/turash.git
    cd turash
    
  2. Review documentation

  3. Run core models

    cd models
    go run .
    

📚 Documentation

Core Documentation

Business Documentation

Technical Documentation

📞 Contact

📄 License

This project is licensed under the MIT License - see the LICENSE file for details.

🙏 Acknowledgments

Turash draws inspiration from Tatar cultural heritage, where "tura" (compass) has guided travelers for centuries. We honor this tradition by providing businesses with clear direction through the complex landscape of industrial symbiosis.


Turash: Navigate Resource Exchanges 🚀