Skip to content
/ asami Public
forked from threatgrid/asami

In memory graph store that implements the Naga storage protocol

License

Notifications You must be signed in to change notification settings

saintx/asami

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

asami Build Status

An implementation of the Naga storage protocol in memory.

Clojars Project

This has a query API that looks very similar to a simplified Datomic.

Usage

Create a store with:

(asami.core/create-store config)

Where config is a standard Naga config, but will be ignored.

Alternatively, just use the asami.core/empty-store object.

Add data with: naga.store/assert-data

Query using: naga.store/query

Look at the naga.store/Storage protocol (in threatgrid/naga-store ) for the full suite of functions to apply to the storage.

License

Copyright © 2018 Cisco

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

About

In memory graph store that implements the Naga storage protocol

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Clojure 100.0%