-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnotes.txt
More file actions
26 lines (11 loc) · 736 Bytes
/
notes.txt
File metadata and controls
26 lines (11 loc) · 736 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
If we change direction with the exec project I've been working on - it may be a series of utilities/command line programs to wrap regular shell commands:
execr ip neighbor show
^^^
The command has now been registered and will now be tracked/audited, allowing ops teams to tag and track ad-hoc operations. This will be useful if we need additional audit trails or point in time state replication.
Current Architecture as of Early Alpha:
__api/REST JSON/Web UI
Runner (SSH/HTTP/Process) <--> CmdLine Tool / RPC Call --> ^
> Service --> (Execute/Log/Persist/Track)--> Output/StdOut
--
SQLITE --- RDBMS/IOFile
DUCKDB ---------> Audit (Lineage)--->SQL-->Reports