Skip to content

dobeutech/dev-server-index

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Development Server Infrastructure

This is the master index for all development server infrastructure repositories. Each component has been separated into its own repository for better organization, maintenance, and deployment flexibility.

🏗️ Repository Structure

🔧 Core Infrastructure

🤖 Machine Learning Stack

🗄️ Database Infrastructure

🔗 Integration Services

🛠️ Development Tools

⚙️ Configuration & Deployment

🚀 Quick Start

For ML Development

git clone https://github.com/wtfisai/ml-stack.git
git clone https://github.com/wtfisai/llm-infrastructure.git
git clone https://github.com/wtfisai/nvidia-gpu.git

For API Development

git clone https://github.com/wtfisai/mcp-servers.git
git clone https://github.com/wtfisai/nginx-api-gateway.git
git clone https://github.com/wtfisai/graphql-gateway.git

For Database Setup

git clone https://github.com/wtfisai/database-stack.git
git clone https://github.com/wtfisai/vector-database.git

🏛️ Architecture Overview

┌─────────────────────────────────────────────────────────────┐
│                    Nginx API Gateway                        │
│                   (SSL Termination)                         │
├─────────────────────────────────────────────────────────────┤
│  MCP Servers  │  ML Stack  │  Databases  │  Integrations   │
├───────────────┼────────────┼─────────────┼─────────────────┤
│ • GitHub      │ • MLflow   │ • Redis     │ • Zapier        │
│ • Docker      │ • Kubeflow │ • MongoDB   │ • Brave Search  │
│ • Vector      │ • Jenkins  │ • PostgreSQL│ • GraphQL       │
│ • FileSystem  │ • LLaMA    │ • Qdrant    │ • File Mgmt     │
│ • Brave       │ • Ollama   │             │                 │
└───────────────┴────────────┴─────────────┴─────────────────┘

📋 Prerequisites

  • Operating System: Ubuntu 20.04+ or Debian 11+
  • Docker: Latest version with Docker Compose
  • Node.js: 18+ (for some MCP servers)
  • Python: 3.8+ (for ML components)
  • Git: For repository management
  • GitHub CLI: For automated repository operations

🔧 Installation Guide

  1. System Preparation

    sudo apt update && sudo apt upgrade -y
    sudo apt install -y git curl wget docker.io docker-compose
  2. Clone Required Repositories

    mkdir -p ~/dev-infrastructure
    cd ~/dev-infrastructure
    # Clone specific repositories based on your needs
  3. Environment Setup

    # Set up environment variables
    cp .env.example .env
    # Edit .env with your configuration
  4. Service Deployment

    # Start core services
    docker-compose up -d

🤝 Contributing

  1. Fork the relevant repository
  2. Create a feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

📄 License

Each repository may have its own license. Please check individual repositories for license information.

🆘 Support

For issues related to specific components:

  • Open issues in the respective repositories
  • Check the troubleshooting sections in individual READMEs
  • Refer to the official documentation of underlying technologies

Last Updated: $(date) Total Repositories: 20 Maintainer: @wtfisai

About

Master index for development server infrastructure repositories

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors