Giter Site home page Giter Site logo

archimedes's Introduction

Archimedes, a Clojure Library For Tinkerpop Blueprints

Archimedes is a Clojure library for working with graphs that conform to the Tinkerpop Blueprints interface.

Disclaimer: Titanium development is currently on hiatus. There are major breaking changes that need to be made to this library and the documentation and the primary developer (zmaril) is too busy finishing college to make them. If you are interested in making the changes, please get in touch, otherwise beware!

Project Goals

  • Provide an API that makes Tinkerpop Blueprints really easy to use from Clojure
  • Be reasonably feature complete
  • Don't introduce any significant amount of performance overhead

Community

Archimedes has a mailing list Feel free to join it and ask any questions you may have. If you have any questions about Archimedes, ask Zack on twitter or pop into #clojurewerkz on irc.

Artifacts

Archimedes artifacts are released to Clojars. If you are using Maven, add the following repository definition to your pom.xml:

<repository>
  <id>clojars.org</id>
  <url>http://clojars.org/repo</url>
</repository>

The Most Recent Release

With Leiningen:

[clojurewerkz/archimedes "1.0.0-alpha5"]

With Maven:

<dependency>
  <groupId>clojurewerkz</groupId>
  <artifactId>archimedes</artifactId>
  <version>1.0.0-alpha5</version>
</dependency>

Documentation & Examples

Archimedes documentation guides are not ready yet.

Code Examples

Our test suite has many code examples.

Supported Clojure Versions

Archimedes is built from the ground up for Clojure 1.4 and up. The most recent stable release is always recommended.

Continuous Integration

TBD: add it to travis-ci.org.

Development

Archimedes uses Leiningen 2. Make sure you have it installed and then run tests against supported Clojure versions using

lein2 all test

Then create a branch and make your changes on it. Once you are done with your changes and all tests pass, submit a pull request on Github.

License

Copyright (C) 2014 Zack Maril

Licensed under the Eclipse Public License (the same as Clojure).

archimedes's People

Contributors

bronsa avatar jafingerhut avatar m0smith avatar michaelklishin avatar zmaril avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.