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 insights and other purposes, purely written in Javascript without any external dependencies.
Usage
- Can be used anywhere javascript can be executed
- 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
To Do / In Progress
- Need to generalize "cost" attributes in relationship
- Increasing efficiency / optimization by parallel computing of algorithms
- Better formatting
- Adding support for NPM
- Adding support for multigraphs
- Packaging of the library
- Performing performance benchmarks
- Adding other algorithms