Liking cljdoc? Tell your friends :D

Zuko Build Status Contributor Covenant

This is a Clojure/ClojureScript library that works with other Threatgrid data applications.

Clojars Project

The initial applications using this library are Naga and Asami.

This library provides functionality for:

  • Managing data (especially JSON data) in a graph database. Asami describes this in the wiki entry for Entity Structures.
  • Projecting data into tuples suitable for query results or insertion into a graph database. Generation of this data with Zuko is discussed in Asami.
  • General utilities to avoid duplicating code between projects.

Usage

Include a dependency to this library.

In Leiningen:

[org.clojars.quoll/zuko "0.3.1"]

In deps.edn:

{
  :deps {
    org.clojars.quoll/zuko {:mvn/version "0.3.1"}
  }
}

License

Copyright © 2020 Cisco Systems

This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which is available at http://www.eclipse.org/legal/epl-2.0.

This Source Code may also be made available under the following Secondary Licenses when the conditions for such availability set forth in the Eclipse Public License, v. 2.0 are satisfied: GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version, with the GNU Classpath Exception which is available at https://www.gnu.org/software/classpath/license.html.

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close