• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

crux-database: Crux是一个带有双时态图查询的开源文档数据库

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称:

crux-database

开源软件地址:

https://gitee.com/mirrors/crux-database

开源软件介绍:

XTDB

XTDB is a general purpose database with graph-oriented bitemporal indexes.Datalog, SQL & EQL queries are supported, and Java, HTTP & Clojure APIs areprovided.

XTDB follows an unbundled architectural approach, which means that it isassembled from decoupled components through the use of an immutable log anddocument store at the core of its design. A range of storage options areavailable for embedded usage and cloud native scaling.

Bitemporal indexing of schemaless documents enables broad possibilities forcreating layered extensions on top, such as to add additional transaction,query, and schema capabilities. In addition to SQL, XTDB supplies aDatalog query interface that can beused to express complex joins and recursive graph traversals.

Quick Links

Unbundled Architecture

XTDB embraces the transaction log as the central point of coordination whenrunning as a distributed system. Use of a separate document store enables simpleeviction of active and historical data to assist with technical compliance forinformation privacy regulations.

What do we have to gain from turning the database inside out? Simpler code,better scalability, better robustness, lower latency, and more flexibility fordoing interesting things with data.

— Martin Kleppmann

Unbundled Architecture Diagram

This design makes it feasible and desirable to embed XTDB nodes directly withinyour application processes, which reduces deployment complexity and eliminatesround-trip overheads when running complex application queries.

Repo Layout

XTDB is split across multiple projects which are maintained within thisrepository. core contains the main functional components of XTDB alongwith interfaces for the pluggable storage components (Kafka, LMDB, RocksDBetc.). Implementations of these storage options are located in their ownprojects.

Project directories are published to Maven independently so that you canmaintain granular dependencies on precisely the individual components neededfor your application.

Pre-Release Snapshot Builds

Maven snapshot versions are periodically published under dev-SNAPSHOT and areused to facilitate support and debugging activities during the developmentcycle. To access snapshots versions, the Sonatype snapshot repository must beadded to your project definition:

<repository>  <id>sonatype.snapshots</id>  <name>Sonatype Snapshot Repository</name>  <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>  <releases>    <enabled>false</enabled>  </releases>  <snapshots>    <enabled>true</enabled>  </snapshots></repository>
;; project.clj:repositories [["sonatype snapshots" {:url "https://s01.oss.sonatype.org/content/repositories/snapshots"}]]
;; deps.edn:mvn/repos {"sonatype snapshots" {:url "https://s01.oss.sonatype.org/content/repositories/snapshots"}}

In contrast to regular releases which are immutable, a dev-SNAPSHOT releasecan be "updated" - this mutability can often be useful but may also causeunexpected surprises when depending on dev-SNAPSHOT for longer than necessary.Snapshot versions, including full dev-<timestamp> coordinates (which areuseful to avoid being caught out by mutation), can be browsedhere.

Copyright & License

The MIT License (MIT)

Copyright © 2018-2022 JUXT LTD.

Permission is hereby granted, free of charge, to any person obtaining a copy ofthis software and associated documentation files (the "Software"), to deal inthe Software without restriction, including without limitation the rights touse, copy, modify, merge, publish, distribute, sublicense, and/or sell copiesof the Software, and to permit persons to whom the Software is furnished to doso, subject to the following conditions:

The above copyright notice and this permission notice shall be included in allcopies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS ORIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THEAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHERLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THESOFTWARE.

Dependencies

A complete list of compiled dependencies and corresponding licenses ismaintained and available on request.


鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
上一篇:
redis-driver: 分布式锁distlock的redis驱动发布时间:2022-03-24
下一篇:
FastORM_Java: 基于jdbctemplate封装轻量级ORM操作框架发布时间:2022-03-24
热门推荐
热门话题
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap