Skip to content
Snippets Groups Projects
Select Git revision
  • master default
1 result

opendata

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Bruno Nocera Zanette authored
    This commit adds the first iteration of the JSON version of OpenData.
    It is based on the XML version, and it is not functional yet.
    There are several bugs and the resulting JSON file is not valid.
    
    Signed-off-by: default avatarBruno Nocera Zanette <brunonzanette@gmail.com>
    cef6f724
    History
    This script processes the database of http://participatorio.juventude.gov.br/ website to filter public informations and write it on XML files that will be available for download.
    
    On Group's XML file is written the information about all the groups, for example: title, description, members and posts.
    
    On User's XML file is written the information about all the users, for example:
    name, friends and posts.
    
    The structures of these XML files are described on the files: user_xml_structure.xml and group_xml_structure.xml.