Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 766 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 766 Bytes

TODO

  • MySQL add user for Maxwell and fEMR (install.sql)
  • Add container for fEMR - pull down latest version and build
  • Setup fEMR to run and be able to visit via browser
    • run initial migrations
    • import existing database
    • control config in a secure centralized way
  • Make sure binlog file is writing reliably
  • Can we run maxwell after a trip as long as the binlog is enabled?
  • Write some test code to read the json output from Maxwell and insert into central DB
  • what are roadblocks that are missing?

Run sample Ubuntu Setup

build server docker build --no-cache -t femr ./femr-server/

run container - OSX docker run -it --rm -v "${PWD}":/home/femrapp -w /home/femrapp -u femrapp femr bash