IPStreet / PythonSDK

An SDK for interacting with the IP Street API in Python
MIT License
5 stars 1 forks source link

Add write_location attribute to Client() #3

Open ReedJessen opened 7 years ago

ReedJessen commented 7 years ago

The current process of appending all pages in a query to a results object causes memory overflow for large queries. They should really be written to a disk location or database instead of just filling up in memory.

Perhaps write connectors to sqllite, mongoDB, etc.