Skip to content

Specifications for the relation engine (views and schemas)

License

Notifications You must be signed in to change notification settings

zhlu9890/relation_engine_spec

 
 

Repository files navigation

Relation Engine Spec

This repo holds the stored queries, schemas, and migrations for the relation engine graph database service.

These specifications are used by the Relation Engine API.

  • Stored queries are stored AQL queries that can be used by KBase apps to fetch data from the database.
  • Schemas are JSON schemas that define what form of data can be stored in the database's collections.
  • Data sources (in data_sources/) contains some general information about where some of our imported data comes from.
  • Views (in views/) are raw ArangoSearch view configuration files

Development

Running tests

Run tests with make test.

About

Specifications for the relation engine (views and schemas)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.6%
  • Other 0.4%