Skip to content

A fork of ArangoDB. Being used to research querying graphs along with their relative embeddings.

License

Notifications You must be signed in to change notification settings

wrcorcoran/arangodb_ersp

 
 

Repository files navigation

arangodb_ersp

Table of Contents
  1. Summary
  2. Instructions
  3. Credits
  4. License
  5. Contact

Summary

The original codebase is sourced from ArangoDB.

We are looking into a way to incorporate queries related to graph embeddings.

For example (note: this is not specific to AQL):

FOR researcher IN ‘academics’
	FILTER researcher.department == ‘computer science’

	FOR collaborator IN 1 . . 3 OUTBOUND researcher GRAPH ‘collaborationGraph’

	FILTER SIMILAR_TO(collaborator, ‘researchInterests’, researcher, 10)

	RETURN { researcherName: researcher.name, collaboratorName: collaborator.name }

Instructions

For members of the team:

  1. Upon pull requesting, verify that the base fork is set to wrcorcoran/arangodb_ersp.
  2. Comment delicately (in order to distinguish code from ArangoDB codebase).
  3. Verify that your origin is set to proper branch using: git remote set-url origin https://github.com/wrcorcoran/arangodb_ersp.git.

For reproducibility:

Soon to come.

Credits

This work is purely research and built on top of ArangoDB.

License

Distributed under the Apache License 2.0. See LICENSE for more information.

Contact

Will Corcoran - [email protected]

Wyatt Hamabe - [email protected]

Niyati Mummidivarapu - [email protected]

Danish Ebadulla - danish_ebadulla (at) umail (dot) ucsb (dot) edu

About

A fork of ArangoDB. Being used to research querying graphs along with their relative embeddings.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 50.3%
  • JavaScript 45.1%
  • NASL 1.0%
  • TypeScript 1.0%
  • CMake 0.5%
  • C 0.4%
  • Other 1.7%