Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cortez

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cortez

Graph data structure

  • 0.1.16
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
4
Maintainers
1
Weekly downloads
 
Created
Source

cortez v0.1.16

Graph data structure

Installation

npm i --save cortez

Why?

Cortez is a graph data structure written in ES6 decoupling structure from content to allow merging of different graphs and concurrent graph modification in a distributed environment.

The aim of this library is to provide a performant proxy to work with relatively smaller subsets of huge graphs persisted in databases in a distributed architecture. Cortez should eventually make it possible to extract a fragment of a bigger graph, work on it by adding/removing/updating nodes or edges and then apply the changes to the original graph.

The library is currently at a very early stage.

Features / Usage

The ES5 code is in the dist folder, while the src folder contains the ES6 sources.

Plain and generator-based versions of all query and graph traversal methods.

Documentation

Install the package and open docs/index.html in the browser to review the methods documentation. You can also look at the test suite for real usage examples.

Roadmap

  • Refine support for self-edges
  • Complete and expose fragment merging functionality
  • Add a suite of basic algorithms such as graph search and coverage
  • Provide better usage documentation and hints/best practices
  • Provide benchmarks

Licensing

This package is released under the MIT License

FAQs

Package last updated on 04 Mar 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc