Ameobea / network_database

Web application to hold networks in a centralized location for processing and analysis.
0 stars 0 forks source link

Data export for network/compare pages #19

Open Ameobea opened 8 years ago

Ameobea commented 8 years ago

There should be an option to return JSON networks and network attributes/calculations. This should be accessible on the compare page, the network info page for each network, as well as possibly other places such as the screener. Exported data should be in JSON format (possibly others as well) and possibly reside behind an API to allow for programmatic exportation.

Ameobea commented 8 years ago

Export in different formats, selectable by the user, specific for different kinds of data analysis software and generic formats.

Flatten data on server-side or provide users with options to select the format in which data is exported.

Ameobea commented 8 years ago

Data export options:

Ameobea commented 8 years ago

Created basic export page with links to CSV/JSON endpoints: https://ameo.link/u/2c4.png

Buttons have been added to the screener and compare pages already; still to be added to network info page.

Example CSV output: https://ameo.link/u/2c5.png

Ameobea commented 8 years ago

The only thing that's really left to do is to create raw network file downloaded and possibly per-network stats downloads.