Coder Social home page Coder Social logo

xxl's Introduction

XXL

The eXtensible and fleXible Library XXL is a Java library that contains a rich infrastructure for implementing advanced query processing functionality. The library offers low-level components like access to raw disks as well as high-level ones like a query optimizer. On the intermediate levels, XXL provides a demand-driven cursor algebra, a framework for indexing and a powerful package for supporting aggregation. The XXL project provides various packages. See the longer introduction to XXL for an explanation of the packages.

Main Features

  • A demand-driven cursor algebra including efficient implementations of object-relational operators such as joins, difference, MergeSort etc.
  • An extended relational algebra based on java.sql.ResultSet
  • A powerful framework of index-structures, e.g. B+tree, R-tree (linear and quadratic split Guttman et al), R*tree, RR*tree, Hilbert R-tree, R-tree (linear split Tan et al), X-tree, M-tree etc.
  • A framework for processing multi-way joins including spatial, temporal, and similarity joins
  • The support of raw-I/O (using JNI), an own file system implementation, and a record manager
  • Skyline query R-tree extension
  • MVBT (Multiversion B+Tree)-Index Implementation
  • MVBT+ bulk-loading approach
  • Sort-based bulk-loading methods for R-trees (including STR and GOPT approach)
  • Top-down buffer tree bulk-loading of R-trees

Building

You can add the XXL library into your local maven repository by calling mvn install -DskipTests.

If you just want to generate jar files you can execute mvn package. You should find the output files in the target directory.

In order to just generate JavaDoc you can execute mvn javadoc:javadoc. The target/apidocs directory should now contain the JavaDoc HTML pages.

To execute the tests you can call mvn test. Now maven will run all testNG testcases for XXL.

Using

All classes of XXL are documented in detail, containing examples in the JavaDoc. The latest version of the documentation is here. You can also look at the test cases how the different data structures were used there. Additionally, you can find use cases separately in xxl-usecases that simplify their understanding.

Papers

Contributing to the XXL-Project

Since we consider XXL as a toolbox for the entire community, we would be pleased to get feed-back from research projects that use the functionality of XXL. In particular, we encourage people, who have extended the functionality of XXL, to attach their code to our release in a supplement package.

License

All versions of XXL are freely available under the terms of the GNU Lesser General Public License.

xxl's People

Contributors

christianbeilschmidt avatar marburgedu avatar

Watchers

 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.