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 Anlaytics Library providing the user with an in-memory graph and graph analytics algorithms enabling the user to create, store, manage, process and most importantly analyze graphs for data insights/mining and other purposes, purely written in Javascript without any external dependencies.
Usage
- Can be used anywhere javascript can be executed
- Supports multigraphs
- Can be used in React, React Native, browsers, Iot platforms, mobile platforms and other JS based frameworks/libraries (Node.js etc)
- Allows creation,storing, managing,processing and analyzing graphs using only JS without external dependencies.
- Provides in-built graph analytical algorithms to process and analyze graphs
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
- Performing performance benchmarks
- Adding other algorithms