Skip to content

Commit bf9a7e4

Browse files
committed
chore: remove old files
1 parent 8c8b23a commit bf9a7e4

File tree

4 files changed

+1
-216
lines changed

4 files changed

+1
-216
lines changed

Makefile

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.PHONY: up down clean-volumes restart build logs help run test setup install-dev clean-env verify experiment experiment-down
1+
.PHONY: up down clean-volumes restart build logs help run test setup install-dev clean-env experiment experiment-down
22

33
# Default target
44
.DEFAULT_GOAL := help
@@ -212,15 +212,6 @@ clean-env:
212212
rm -rf .uv
213213
@echo "✅ Environment cleaned!"
214214

215-
## verify: Verify development environment setup
216-
verify:
217-
@echo "🔍 Verifying development environment..."
218-
@if [ ! -d "$(VENV)" ]; then \
219-
echo "❌ Virtual environment not found. Run 'make setup' first."; \
220-
exit 1; \
221-
fi
222-
@$(PYTHON) scripts/verify_setup.py
223-
224215
## logs: Tail logs for all services
225216
logs:
226217
CONFIG_PATH=$(config) docker compose logs -f

README.md

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,6 @@
44

55
[![Python 3.11+](https://img.shields.io/badge/python-3.11+-blue.svg)](https://www.python.org/downloads/)
66
[![Docker](https://img.shields.io/badge/docker-required-blue.svg)](https://www.docker.com/)
7-
[![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)
8-
9-
## What is OpenDT?
10-
11-
OpenDT enables datacenter operators to answer questions like:
12-
- *"What happens to power consumption if we upgrade CPU architecture?"*
13-
- *"How does adding 50 more hosts affect energy efficiency?"*
14-
- *"Can we handle 2x workload with current infrastructure?"*
15-
16-
**All without touching live hardware.**
17-
18-
### Key Features
19-
20-
-**Real-time Simulation**: Event-time windowing with configurable window sizes
21-
-**What-If Analysis**: Compare real vs. simulated topologies
22-
-**Result Caching**: Avoid redundant simulations (95%+ time savings)
23-
-**Multiple Modes**: Normal (Kafka streaming), Debug (local files), Experiment (research)
24-
-**Automatic Plots**: Power consumption comparison graphs
25-
-**API-Driven**: Update topologies via REST endpoint
26-
-**Scalable**: Kafka-based event streaming architecture
277

288
## Quick Start
299

@@ -149,7 +129,6 @@ See [Architecture Overview](docs/ARCHITECTURE.md) for detailed explanation.
149129
|---------|-------------|
150130
| `make setup` | Setup virtual environment |
151131
| `make test` | Run all tests |
152-
| `make verify` | Verify installation |
153132
| `make shell-api` | Open shell in API container |
154133
| `make kafka-topics` | List Kafka topics |
155134

scripts/verify_setup.py

Lines changed: 0 additions & 123 deletions
This file was deleted.

test_models.py

Lines changed: 0 additions & 62 deletions
This file was deleted.

0 commit comments

Comments
 (0)