Inspiration

The QRT challenge spec / wanting to learn Redis

What it does

It provides an remote way for users to analyze data spat out from the QRT logger in real time.

How we built it

A node.js service running on the same machine as the logging file parses the log file and indexes it to a redis database that can be cloud hosted. The service is always looking for new files and file changes. Another back-end service provides the ability for users to connect and analyze the data in real time as it appears

Challenges we ran into

Object restructuring / manipulation with little rest can be ultra difficult Front-end development (not my specialty)

Accomplishments that we're proud of

Managed to non-stop code throughout most of the hackathon and actually managed to throw something together that works within the time-frame

What we learned

Redis is ultra fast. Sometimes solutions to problems can be solved by decompilation / quick string reverse engineering

What's next for QRT Remote Log Analyzer

Production deployment

Built With

Share this project:

Updates