{"id":32182008,"url":"https://github.com/clojurewerkz/titanium","last_synced_at":"2025-10-21T22:57:21.533Z","repository":{"id":6609057,"uuid":"7852434","full_name":"clojurewerkz/titanium","owner":"clojurewerkz","description":"Clojure graph library built on top of Titan","archived":false,"fork":false,"pushed_at":"2016-01-02T02:10:32.000Z","size":220,"stargazers_count":106,"open_issues_count":8,"forks_count":20,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-10-21T22:57:21.284Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"yosupo06/Algorithm","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/clojurewerkz.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-01-27T13:24:22.000Z","updated_at":"2023-03-09T05:14:24.000Z","dependencies_parsed_at":"2022-07-11T00:16:24.973Z","dependency_job_id":null,"html_url":"https://github.com/clojurewerkz/titanium","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/clojurewerkz/titanium","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clojurewerkz%2Ftitanium","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clojurewerkz%2Ftitanium/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clojurewerkz%2Ftitanium/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clojurewerkz%2Ftitanium/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/clojurewerkz","download_url":"https://codeload.github.com/clojurewerkz/titanium/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clojurewerkz%2Ftitanium/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280348058,"owners_count":26315367,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-21T02:00:06.614Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-10-21T22:57:18.150Z","updated_at":"2025-10-21T22:57:21.518Z","avatar_url":"https://github.com/clojurewerkz.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Titanium, a Clojure Layer On Top of Aurelius Titan\n\nTitanium is a Clojure graph library built on top of [Titan](http://thinkaurelius.github.com/titan/)\nand the [Tinkerpop stack](http://tinkerpop.com).\n\n# Disclaimer: Archimedes and Titanium are currently being actively reworked with breaking API changes.\n\nSee the blog post [Major Breaking Public API Changes Coming in Our Projects](http://blog.clojurewerkz.org/blog/2014/04/26/major-breaking-public-api-changes-coming-in-our-projects/) for a summary.\n\n## Project Goals\n\n * Make good parts of Titan easier to use from Clojure\n * Roughly match [Neocons](http://clojureneo4j.info) in terms of functionality\n * Take full advantage of the excellent [Tinkerpop stack](http://tinkerpop.com)\n * Be well documented\n * Be well tested\n * Add additional features and DSL bits for convenience\n\n\n## Community\n\n[Titanium has a mailing list](https://groups.google.com/forum/#!forum/clojure-titanium). Feel free to join it and ask any questions you may have.\n\nTo subscribe for announcements of releases, important changes and so on, please follow [@ClojureWerkz](https://twitter.com/#!/clojurewerkz) on Twitter.\n\n\n## Project Maturity\n\nTitanium is *very* young and incomplete. We put it on GitHub to gather feedback. For now, please consider using\na mature library such as [Neocons](http://clojureneo4j.info) instead.\n\nAs the project matures, we will update this section.\n\n\n\n## Artifacts\n\nTitanium artifacts are [released to Clojars](https://clojars.org/clojurewerkz/titanium). If you are using Maven, add the following repository\ndefinition to your `pom.xml`:\n\n``` xml\n\u003crepository\u003e\n  \u003cid\u003eclojars.org\u003c/id\u003e\n  \u003curl\u003ehttp://clojars.org/repo\u003c/url\u003e\n\u003c/repository\u003e\n```\n\n### The Most Recent Release\n\nWith Leiningen:\n\n    [clojurewerkz/titanium \"1.0.0-beta2\"]\n\n\nWith Maven:\n\n    \u003cdependency\u003e\n      \u003cgroupId\u003eclojurewerkz\u003c/groupId\u003e\n      \u003cartifactId\u003etitanium\u003c/artifactId\u003e\n      \u003cversion\u003e1.0.0-beta2\u003c/version\u003e\n    \u003c/dependency\u003e\n\n\n\n## Getting Started\n\nPlease refer to our [Getting Started guide](http://titanium.clojurewerkz.org/articles/getting_started.html). Don't hesitate to join our [mailing list](https://groups.google.com/forum/#!forum/clojure-titanium) and ask questions, too!\n\n\n## Documentation \u0026 Examples\n\nTitanium [documentation guides](http://titanium.clojurewerkz.org) are still very\nmuch incomplete but improving week after week.\n\n[Titanium's test suite](https://github.com/clojurewerkz/titanium/tree/master/test/clojurewerkz/titanium) can be used to get more code examples.\n\n\n## Supported Clojure versions\n\nTitanium is built from the ground up for Clojure 1.3.0 and up. The most recent stable release\nis always recommended.\n\n\n## Continuous Integration\n\n[![Continuous Integration status](https://secure.travis-ci.org/clojurewerkz/titanium.png)](http://travis-ci.org/clojurewerkz/titanium)\n\n\n\n## Titanium Is a ClojureWerkz Project\n\nTitanium is part of the group of [Clojure libraries known as ClojureWerkz](http://clojurewerkz.org), together with\n[Monger](http://clojuremongodb.info), [Welle](http://clojureriak.info), [Langohr](http://clojurerabbitmq.info), [Elastisch](https://clojureelasticsearch.info), [Neocons](http://clojureneo4j.info) and several others.\n\n\n## Development\n\nTitanium uses [Leiningen 2](https://github.com/technomancy/leiningen/blob/master/doc/TUTORIAL.md). Make sure you have it installed and then run tests against\nsupported Clojure versions using\n\n    lein all test\n\nThen create a branch and make your changes on it. Once you are done with your changes and all tests pass, submit a pull request\non Github.\n\n\n\n## License\n\nCopyright (C) 2013-2016 Michael S. Klishin, Alex Petrov, Zack Maril, and\nthe ClojureWerkz team.\n\nDouble licensed under the [Eclipse Public License](http://www.eclipse.org/legal/epl-v10.html) (the same as Clojure) or the [Apache Public License 2.0](http://www.apache.org/licenses/LICENSE-2.0.html).\n\n[Titan](http://thinkaurelius.github.com/titan/) is licensed under the [Apache Public License 2.0](http://www.apache.org/licenses/LICENSE-2.0.html).\n\n\n\n[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/clojurewerkz/titanium/trend.png)](https://bitdeli.com/free \"Bitdeli Badge\")\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclojurewerkz%2Ftitanium","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclojurewerkz%2Ftitanium","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclojurewerkz%2Ftitanium/lists"}