Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.78 KB

File metadata and controls

35 lines (26 loc) · 1.78 KB

Brain-Extensions

A few augmentative ideas for expanding capabilities of TheBrain 🧠

Logfile Parsing, Storage, and Visualization w/ Elastic Stack

  • parse TheBrain logfiles
  • output to Elasticsearch
  • Kibana scripted fields to unlock insights into logfile data
  • Kibana search queries to build custom dashboards atop for historical review

Pre-requisites

  • Elasticsearch for storing and indexing logfile entries
  • Kibana for local visualizations and search of Elasticsearch index
  • Logstash for *.log file parsing and storage into Elasticsearch index

Config and logfile parsing logic

Image

Django Inlay/Overlay App

for interrogating and visualizing TheBrain w/ logfile historical overlay

  • R/O connection to TheBrain database for real-time state insights
  • dynamically rendered Kibana search filters for historical context
    • think rich personal history for the ongoing use of TheBrain
  • full capabilities of Python for
    • script integration and process automation
    • AI based review of TheBrain context/graph to pre-fetch/search suggestions
    • example: download image, crop to dimensions, search and extract image features, save locally (not TheBrain's DB), and visualize output in some sort of novel way

more info on this second piece forthcoming...

Image