CMR Graph 0.1.0-SNAPSHOT
Released under the Apache License, Version 2.0
A service and API for querying CMR metadata relationships.
Installation
To install, add the following dependency to your project or build file:
[cmr-graph "0.1.0-SNAPSHOT"]
Topics
- Setup
- Connecting
- Usage
- Development
- • Development Environment
- • Development Plans
- Deploying with CMR
- Marginalia
- Other Versions
Namespaces
cmr.graph.data.import
Functions for importing data into neo4j.
Public variables and functions:
- collection->row
- collection-columns
- collection-csv-file
- collection-data-center-csv-file
- collection-tag-csv-file
- collection-url-csv-file
- construct-collection-data-center-row
- construct-collection-url-row
- import-all-data
- import-statements
- json-collections-filename
- md5-leo
- parse-url-into-nodes
- prepare-collection-for-import
- read-json-file
- relevant-fields
- test-file
- url-fields
- write-collection-csv
- write-collection-data-center-relationship-csv
- write-collection-tags-relationship-csv
- write-collection-url-relationship-csv
cmr.graph.data.statement
Functions for converting a collection into neo4j create statements.
Public variables and functions:
cmr.graph.demo.movie
Documentation forthcoming
cmr.graph.queries.neo4j.demo.movie
Documentation forthcoming
cmr.graph.rest.handler
Documentation forthcoming
Public variables and functions:
- add-collection
- add-collections
- cypher-injection-get
- cypher-injection-post
- delete-collection
- delete-collections
- fallback
- get-collection
- get-collections
- get-collections-via-related-urls
- health
- import-collection-data
- movie-demo-graph
- movie-demo-search
- movie-demo-title
- ok
- ping
- reload
- reset
- static-files
- update-collection
cmr.graph.rest.response
Documentation forthcoming
cmr.graph.system.impl.management
CMR Graph system management.