Skip to content

CANDELbio/enflame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

enflame

A visual query interface for CANDEL and other graph databases. See this presentation for a description and rationale.

Theory of operation

Enflame is started up with a configuration file that specifies (among other things):

  • an Alzabo schema
  • a data source
  • a query generation method

Configuration

See sample config

Development Mode

Requirements

  • leiningen
  • A CANDEL endpoint or other data source

To run locally from source:

Copy resources/candel-config.edn to deploy/candel-config.edn, filling out as appropriate.

lein launch

This will compile the front-end, lauch a server, and open a browser windoe.

Documentation generation

Requirements: emacs and pandoc

Run the script

doc/build-guide.sh

This builds the guide and tutorial in HTML format.

Library

Back end is Google Datastore.