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

Save data to "publish" folder #53

Closed
tevpg opened this issue May 10, 2023 · 2 comments
Closed

Save data to "publish" folder #53

tevpg opened this issue May 10, 2023 · 2 comments
Labels
enhancement New feature or request priority

Comments

@tevpg
Copy link
Collaborator

tevpg commented May 10, 2023

What

Periodically save data to a separate folder in the filesystem

Why

How

  • Config would identify a "publish" folder.
  • if present, then TT would periodically
    • re-save logfile to the publish folder
    • save an audit report (as text or html) to "publish" folder
  • Chromebook would have to be set up such that the "publish" folder is in its Google Drive sync area
@tevpg tevpg added the priority label May 10, 2023
@tevpg
Copy link
Collaborator Author

tevpg commented May 15, 2023

To get a conx from "pengion" (linux) on chromebook to its google drive:

  • make folder in google drive
  • on chromebook file explorer, right-click and "make available to linux"
  • it is then magically mounted for linux in /mnt/chromeos/GoogleDrive/(etc)

Soooo:

  • TragTracker should periodically (or always?) write a copy of its log to that folder
  • TagTracker should periodically (or on request?) write easy-to-consume CSV extracts to that folder
  • maybe consolidated logfile could live in that folder
  • thinking a folder structure like:
    • ....GoogleDrive/MyFiles(or whatever it is)/tagtracker
      • logs
      • extracts

@tevpg tevpg changed the title publish data to google drive for city consumption city data analysis and executive dashboard May 18, 2023
@tevpg tevpg changed the title city data analysis and executive dashboard Decision required: city data analysis and executive dashboard May 19, 2023
@tevpg tevpg changed the title Decision required: city data analysis and executive dashboard save tagtracker data where it is accessible by other scripts, devices, users May 19, 2023
@tevpg tevpg changed the title save tagtracker data where it is accessible by other scripts, devices, users Save data to "publish" folder May 22, 2023
@tevpg tevpg added the enhancement New feature or request label May 22, 2023
@tevpg
Copy link
Collaborator Author

tevpg commented May 27, 2023

successfully publishes now. To do: save published reports for city hall consumption

@tevpg tevpg closed this as completed May 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority
Projects
None yet
Development

No branches or pull requests

1 participant