Package Exports
- graphanalyticslib
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (graphanalyticslib) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
GraphAnalyticsLib
First ever - A Graph Analytics Library providing the user with an In-Memory Graph and Graph Analytics Algorithms for analysis, purely written in Javascript, using Javascript's parallel computing capabilities, without any external dependencies.
Features
- Can be used anywhere Javascript can be executed
- Can be used in React and React Native thus allowing graph creation, processing and analytics on mobile platforms,IoT as well as browsers or Node.js based frameworks.
- Supports Multi-graphs
- Allows creation,storing, managing,processing and analyzing graphs/multi-graphs using only JS without external dependencies.
- Provides in-built Graph Analytical Algorithms to process and analyze graphs.
- Graph Analytics Algorithms use JavaScript's parallel computing capabilities for optimized execution (In progress)
Sample Usage
For usage, please see the [WIKI] (https://github.com/jb123/GraphAnalyticsLib/wiki)
To Do / In Progress
- Increasing efficiency / optimization by parallel computing of algorithms
- Better formatting
- Adding more graph operations
- Performing performance benchmarks
- Adding other algorithms