Python script to convert Redis query to JSON or CSV for WordPress AMCharts data loader
Python script to convert Redis query to JSON or CSV for WordPress AMCharts data loader This will be very helpful for my WordPress charts in the near future This will go through many iterations!! Here is the sample of the Python script import redis import codecs, json sym = ‘EUR’ fname = sym +’.json’ r …
Python script to convert Redis query to JSON or CSV for WordPress AMCharts data loader Read More »