Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create replacement service for maverick_analyis/file_upload.py #230

Open
fnoop opened this issue Apr 26, 2020 · 1 comment
Open

Create replacement service for maverick_analyis/file_upload.py #230

fnoop opened this issue Apr 26, 2020 · 1 comment

Comments

@fnoop
Copy link
Member

fnoop commented Apr 26, 2020

https://github.com/goodrobots/maverick-web-legacy/blob/master/tornado/file_upload.py is used to upload dataflash logs to mavlogd, which extracts the data and inserts into influxdb timeseries database.

Maverick 1.2 has regressed slightly in that there is no web mavlink related services (will come in 1.3), and we are deprecating maverick-web-legacy (goodrobots/maverick#955), so this facility needs to be re-implemented for 1.3 by -api and -web. -api should take care of somehow receiving log files and extracting to timeseries database, and -web should provide the frontend to this action.

@fnoop
Copy link
Member Author

fnoop commented Apr 26, 2020

Actually this doesn't have to be serviced by -api. This could continue to be a standalone microservice just served up by nginx, with a -web frontend, at least for the near future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant