All Projects → HouzuoGuo → Aurinko2

HouzuoGuo / Aurinko2

An XML document database engine implementation in Scala

Programming Languages

scala
5932 projects

Labels

Projects that are alternatives of or similar to Aurinko2

Foundationdb4s
Type-safe and idiomatic Scala client for FoundationDB
Stars: ✭ 23 (+155.56%)
Mutual labels:  database
Taxadb
🐣 locally query the ncbi taxonomy
Stars: ✭ 26 (+188.89%)
Mutual labels:  database
Walrus
Lightweight Python utilities for working with Redis
Stars: ✭ 846 (+9300%)
Mutual labels:  database
Realm Dotnet
Realm is a mobile database: a replacement for SQLite & ORMs
Stars: ✭ 927 (+10200%)
Mutual labels:  database
Databases workshop
RCS Intro to Databases workshop materials
Stars: ✭ 25 (+177.78%)
Mutual labels:  database
Node Pg Migrate
Node.js database migration management for Postgresql
Stars: ✭ 838 (+9211.11%)
Mutual labels:  database
Db Mysql
Stars: ✭ 22 (+144.44%)
Mutual labels:  database
Graph
Graph is a semantic database that is used to create data-driven applications.
Stars: ✭ 855 (+9400%)
Mutual labels:  database
Bgpmon
CSU's BGP Observatory code (bgpmon/pheme)
Stars: ✭ 25 (+177.78%)
Mutual labels:  database
Database And Queries
Stars: ✭ 8 (-11.11%)
Mutual labels:  database
Influxdb Bundle
Bundle service integration of official influxdb/influxdb-php client
Stars: ✭ 24 (+166.67%)
Mutual labels:  database
Swoft Db
[READ ONLY] Database Compoment for Swoft
Stars: ✭ 25 (+177.78%)
Mutual labels:  database
Docker Oracle 12c R1
Oracle 12c Release 1 with web console and startup initdb
Stars: ✭ 8 (-11.11%)
Mutual labels:  database
Nyaa
Nyaa.se replacement written in golang
Stars: ✭ 924 (+10166.67%)
Mutual labels:  database
Ddia
《Designing Data-Intensive Application》DDIA中文翻译
Stars: ✭ 10,458 (+116100%)
Mutual labels:  database
Docker Postgres
A docker container running PostgreSQL
Stars: ✭ 22 (+144.44%)
Mutual labels:  database
Perfect Redis
A Swift client for Redis.
Stars: ✭ 26 (+188.89%)
Mutual labels:  database
Flexy Pool
FlexyPool adds metrics and failover strategies to a given Connection Pool, allowing it to resize on demand.
Stars: ✭ 856 (+9411.11%)
Mutual labels:  database
Go Kallax
Kallax is a PostgreSQL typesafe ORM for the Go language.
Stars: ✭ 853 (+9377.78%)
Mutual labels:  database
Oracle Db Examples
Examples of applications and tool usage for Oracle Database
Stars: ✭ 843 (+9266.67%)
Mutual labels:  database

Aurinko2

Aurinko2 - An XML document database engine implementation in Scala.

Features

  • Store, manage and retrieve XML documents
  • Client-server data exchange using XML format
  • Build powerful queries using built-in simple query syntax
  • Optimised for scalability on SMP systems with fairness guarantee
  • Never lose your data in case of a crash

Performance Expectation

Aurinko2 is extremely scalable, eventually the bottleneck becomes your disk/network IO. On a 5 years old desktop workstation, when used as an embedded database, Aurinko2 can do in one second:

  • Insert/delete 30k documents OR
  • Update 10k documents OR
  • Read 50k documents OR
  • Run 7k triple lookup queries

Tutorial

This 10 minutes tutorial will walk you through all features of Aurinko2.

Implementation details

Versions

Branch/Version Date Notes
alpha 14 April 2013 Initial release

Contact

You are very welcomed to submit any question/feedback/feature request to Issues section, or contact Howard directly.

Please also follow me on Twitter and blog.

License

Copyright (c) 2013, Howard Guo
All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].