Graph implementation that loads graph data (nodes and edges) from external sources and caches the loaded data in a database using sqlalchemy or flask-sqlalchemy.
Project description
GraphScraper
GraphScraper is a Python 3 library that contains a base graph implementation designed to be turned into a web scraper for graph data. It has two major features:
1) The graph automatically manages a database (using either SQLAlchemy or Flask-SQLAlchemy) where it stores all the nodes and edges the graph has seen.
2) The base graph implementation provides hook methods that, if implemented, turn the graph into a web scraper.
Yet another graph implementation - why
There are many excellent graph libraries available for different purposes. I started implementing this one because i haven’t found a graph library that is dynamic (i don’t need the whole graph in memory - or on disk - before i start working with it), that can be used as a web scraper (to seamlessly load nodes and edges from some remote data source when that piece of data is needed) and that keeps all data (the graph) automatically up-to-date on the disk. GraphScraper aims to satisfy these requirements.
Examples
Besides the base graph implementation, the following working examples are also included in the library, that show you how you can implement and use an actual graph scraper:
Dependencies
If you wish to use one of the included graph implementations, then please read the corresponding module’s description for additional requirements.
Contribution
Any form of constructive contribution (feedback, features, bug fixes, tests, additional documentation, etc.) is welcome.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file graphscraper-0.5.0.tar.gz
.
File metadata
- Download URL: graphscraper-0.5.0.tar.gz
- Upload date:
- Size: 18.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1fcc9581753ba0eab79a560703c601489b987d57732f5ae5b704ad73b95b5e8a |
|
MD5 | 13e1d4b04ec1d1bd636afcbc511a801e |
|
BLAKE2b-256 | daa26d8f5f11fce7805bccd5cc66b92827d086eedd85bc09a1dbee3f803950ec |
File details
Details for the file graphscraper-0.5.0-py3-none-any.whl
.
File metadata
- Download URL: graphscraper-0.5.0-py3-none-any.whl
- Upload date:
- Size: 21.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a12d2683c9a6129889f8936f7681d523dcf8968ccd0239f9a0a97c2933cc8b20 |
|
MD5 | 601a27dd73d5367d14f7085a0f0cab94 |
|
BLAKE2b-256 | b7bc7a8bcbd2f53ac74f8847f3795c2cb8ec4d86a9c155d89b2fc6d8e8f944d7 |