yampelo / beagle

Beagle is an incident response and digital forensics tool which transforms security logs and data into graphs.
MIT License
1.27k stars 145 forks source link

Select backend from web GUI #46

Closed yampelo closed 5 years ago

yampelo commented 5 years ago

25, #41

codecov[bot] commented 5 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@3f88c66). Click here to learn what that means. The diff coverage is 18.66%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #46   +/-   ##
=========================================
  Coverage          ?   71.18%           
=========================================
  Files             ?       46           
  Lines             ?     2415           
  Branches          ?        0           
=========================================
  Hits              ?     1719           
  Misses            ?      696           
  Partials          ?        0
Impacted Files Coverage Δ
beagle/backends/neo4j.py 19.27% <33.33%> (ø)
beagle/backends/dgraph.py 16.45% <33.33%> (ø)
beagle/backends/networkx.py 76.92% <75%> (ø)
beagle/web/api/views.py 38.36% <8.33%> (ø)
beagle/backends/base_backend.py 78.57% <80%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 3f88c66...a6c8f25. Read the comment docs.

yampelo commented 5 years ago

Added an "advanced options" toggle that exposes selecting the backend:

Screen Shot 2019-06-02 at 2 09 05 PM

Screen Shot 2019-06-02 at 2 09 24 PM