Hot Fixture Tool (hfit)

| Donate | ko-fi

Hot Fixture Tool is compound of two pieces:

  • server (hfitd) installed on server with access hot db and fs data
  • client (hfit) is a CLI interface to the server

HFit Architecture

graph TB
subgraph "Production Environment"
DB1[(Database 1)]
DB2[(Database 2)]
FS1[File System 1]
FS2[File System 2]
end

subgraph "Hot Fixture Tool Server"
HFITD[hfitd Daemon]
API[REST API]
AUTH[Authentication]
REDIS[(Redis Cache)]
end

subgraph "Development Environment"
CLI[hfit CLI]
TESTS[Integration Tests]
LOCAL[(Local Data and DB)]
end

DB1 --> HFITD
DB2 --> HFITD
FS1 --> HFITD
FS2 --> HFITD

HFITD --> API
API --> AUTH
HFITD --> REDIS

CLI --> API
CLI --> LOCAL
LOCAL --> TESTS
...

Similar Posts

Loading similar posts...

Keyboard Shortcuts

Navigation
Next / previous item
j/k
Open post
oorEnter
Preview post
v
Post Actions
Love post
a
Like post
l
Dislike post
d
Undo reaction
u
Recommendations
Add interest / feed
Enter
Not interested
x
Go to
Home
gh
Interests
gi
Feeds
gf
Likes
gl
History
gy
Changelog
gc
Settings
gs
Browse
gb
Search
/
General
Show this help
?
Submit feedback
!
Close modal / unfocus
Esc

Press ? anytime to show this help