{"id":48680772,"url":"https://github.com/HouzuoGuo/Aurinko","last_synced_at":"2026-04-26T20:00:45.370Z","repository":{"id":4269486,"uuid":"5397187","full_name":"HouzuoGuo/Aurinko","owner":"HouzuoGuo","description":"Aurinko - a document database engine implementation in Clojure","archived":false,"fork":false,"pushed_at":"2012-10-29T00:32:42.000Z","size":1727,"stargazers_count":58,"open_issues_count":2,"forks_count":4,"subscribers_count":20,"default_branch":"master","last_synced_at":"2025-04-13T16:54:46.655Z","etag":null,"topics":["clojure","database","document-database-engine"],"latest_commit_sha":null,"homepage":"","language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HouzuoGuo.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2012-08-13T09:37:06.000Z","updated_at":"2024-05-31T07:52:24.000Z","dependencies_parsed_at":"2022-08-29T14:20:36.679Z","dependency_job_id":null,"html_url":"https://github.com/HouzuoGuo/Aurinko","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/HouzuoGuo/Aurinko","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HouzuoGuo%2FAurinko","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HouzuoGuo%2FAurinko/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HouzuoGuo%2FAurinko/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HouzuoGuo%2FAurinko/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HouzuoGuo","download_url":"https://codeload.github.com/HouzuoGuo/Aurinko/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HouzuoGuo%2FAurinko/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32310804,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T19:15:34.056Z","status":"ssl_error","status_checked_at":"2026-04-26T19:15:15.467Z","response_time":129,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["clojure","database","document-database-engine"],"created_at":"2026-04-11T01:00:36.063Z","updated_at":"2026-04-26T20:00:45.361Z","avatar_url":"https://github.com/HouzuoGuo.png","language":"Clojure","funding_links":[],"categories":["数据库"],"sub_categories":["Spring Cloud框架"],"readme":"Welcome! Aurinko is a networked document database engine implementation in Clojure programming language.\n\nFeatures (and why you would choose Aurinko)\n---------------------------------\n\n-   Store, manage and retrieve documents in native Clojure data structures using EDN [Extensible Data Notation][]\n-   Durable data - Your data is safe in event of write-failure/unclean shutdown\n-   Networked - Safely handle concurrent database connections with fairness guarantee\n-   Nice performance - Handle 4,000+ writes / 8,000+ lookups per second with confidence (given proper connection pooling)\n-   Handle complex query - Use stack based syntax to easily build powerful and complex queries\n-   Compact - Implemented in just about 700 lines of Clojure code\n\nTutorial\n--------\n\nThis 10 minutes tutorial will walk you through all features of Aurinko: [click here][]\n\nImplementation Details\n----------------------\n\n-   [Database storage and file formats][]\n-   [Query optimization and index][]\n-   [Networking and concurrency][]\n-   [Technical limitations][]\n\nProject Releases\n----------------\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003cth\u003eVersion\u003c/th\u003e\n    \u003cth\u003eRelease date\u003c/th\u003e\n    \u003cth\u003eBranch\u003c/th\u003e\n    \u003cth\u003eChanges/Notes\u003c/th\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e0.1\u003c/td\u003e\n    \u003ctd\u003e12 August 2012\u003c/td\u003e\n    \u003ctd\u003e0.1\u003c/td\u003e\n    \u003ctd\u003eFirst release\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e0.2\u003c/td\u003e\n    \u003ctd\u003e23 August 2012\u003c/td\u003e\n    \u003ctd\u003e0.2\u003c/td\u003e\n    \u003ctd\u003e%40+ performance improvements\u003cbr /\u003e\nV0.1 database is fully compatible with V0.2\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e0.3\u003c/td\u003e\n    \u003ctd\u003e27 September 2012\u003c/td\u003e\n    \u003ctd\u003e0.3\u003c/td\u003e\n    \u003ctd\u003eFixed performance, network throughput and memory usage issues.\u003cbr /\u003e\nV0.3 database is \u003cb\u003eNOT\u003c/b\u003e compatible with V0.1/V0.2.\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\nAurinko is actively developed, please submit feature recommendations and check out [Issues][] section for features wish list.\n\nContact\n-------\n\nYou are very welcomed to submit your feedback/question/suggestion/feature request to the author [Howard Guo][].\nPlease also follow me on Twitter [@hzguo][] and my blog [Howard’s programming and OS stuff][].\n\nLicense \u0026 Copyright\n-------------------\n\nSource Copyright 2012 Howard Guo.\nDistributed under the [Simplified BSD License][].\n\n  [click here]: https://github.com/HouzuoGuo/Aurinko/wiki/Tutorial\n  [Database storage and file formats]: https://github.com/HouzuoGuo/Aurinko/wiki/Database-Storage-and-File-Formats\n  [Query optimization and index]: https://github.com/HouzuoGuo/Aurinko/wiki/Query-Optimization-and-Index-Usage\n  [Networking and concurrency]: https://github.com/HouzuoGuo/Aurinko/wiki/Network-and-Concurrency-Suppport\n  [Technical limitations]: https://github.com/HouzuoGuo/Aurinko/wiki/Limitations\n  [Issues]: https://github.com/HouzuoGuo/Aurinko/issues\n  [my github]: https://github.com/HouzuoGuo\n  [Howard Guo]: mailto:guohouzuo@gmail.com\n  [@hzguo]: https://twitter.com/hzguo\n  [Howard’s programming and OS stuff]: http://allstarnix.blogspot.com.au\n  [Simplified BSD License]: http://www.freebsd.org/copyright/freebsd-license.html\n  [Extensible Data Notation]: https://github.com/edn-format/edn\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FHouzuoGuo%2FAurinko","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FHouzuoGuo%2FAurinko","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FHouzuoGuo%2FAurinko/lists"}