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

A XWiki script should store XML feed into MySQL #1

Open
clemsos opened this issue Apr 12, 2013 · 0 comments
Open

A XWiki script should store XML feed into MySQL #1

clemsos opened this issue Apr 12, 2013 · 0 comments
Assignees

Comments

@clemsos
Copy link
Member

clemsos commented Apr 12, 2013

To store stats in mySQL table.

  1. A Groovy script in a XWiki page to store XML data in mysql

  2. mySQL DB structure as follow :

  • MACS (table) :
    • address : mac addresses
    • type : (printer, mobile, fix, ...)
  • STATS (table) :
    • MACS ID
    • timedate

If increasing size of records, we can schedule a task to consolidate records.

@ghost ghost assigned tmortagne Apr 12, 2013
tmortagne added a commit that referenced this issue Apr 14, 2013
tmortagne added a commit that referenced this issue Apr 14, 2013
* better same for the wiki page
* update android application
* force preemptive BASIC authentification
tmortagne added a commit that referenced this issue Apr 14, 2013
* better name for the wiki page
* update Android application
* force preemptive BASIC authentification
tmortagne added a commit that referenced this issue Apr 17, 2013
* finish the service wiki page
* fix a few bugs in the android application

The android app could be improved (especially make it configurable) but the whole chain is now working well
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

2 participants