GithubHelp home page GithubHelp logo

kiminh / actordb-paper Goto Github PK

View Code? Open in Web Editor NEW

This project forked from codelionx/actordb-paper

0.0 1.0 0.0 5.48 MB

Paper about https://github.com/CodeLionX/actordb, published in the BTW 2019 – Workshopband

TeX 98.57% Shell 1.43%

actordb-paper's Introduction

actordb-paper Build Status

Paper about https://github.com/CodeLionX/actordb

The version of this paper for submission to BTW 2019 Studierendenprogramm resides in the btw-branch.

Paper versions

The unpublished PDF versions of the paper are included in this repository and can be downloaded directly from Github using the following links:

If you want to download the published version of this paper, you can do so from my personal website or from GI's digital library:

Citing this paper

You can cite this paper with:

Schmidl, S., Schneider, F. & Papenbrock, T., (2019). An Actor Database System for Akka. In: Meyer, H., Ritter, N., Thor, A., Nicklas, D., Heuer, A. & Klettke, M. (Hrsg.), BTW 2019 – Workshopband. Gesellschaft für Informatik, Bonn. (S. 225-234).

or using BibTeX:

@inproceedings{mci/Schmidl2019,
  author = {Schmidl, Sebastian AND Schneider, Frederic AND Papenbrock, Thorsten},
  title = {An Actor Database System for Akka},
  booktitle = {BTW 2019 – Workshopband},
  year = {2019},
  editor = {Meyer, Holger AND Ritter, Norbert AND Thor, Andreas AND Nicklas, Daniela AND Heuer, Andreas AND Klettke, Meike} ,
  pages = { 225-234 },
  publisher = {Gesellschaft für Informatik, Bonn}
}

Abstract

System architectures for data-centric applications are commonly comprised of two tiers: An application tier and a data tier. The fact that these tiers do not typically share a common format for data is referred to as object-relational impedance mismatch. To mitigate this, we develop an actor database system that enables the implementation of application logic into the data storage runtime. The actor model also allows for easy distribution of both data and computation across multiple nodes in a cluster. More specifically, we propose the concept of domain actors that provide a type-safe, SQL-like interface to develop the actors of our database system and the concept of Functors to build queries retrieving data contained in multiple actor instances. Our experiments demonstrate the feasibility of encapsulating data into domain actors by evaluating their memory overhead and performance. We also discuss how our proposed actor database system framework solves some of the challenges that arise from the design of distributed databases such as data partitioning, failure handling, and concurrent query processing.

Repository Contents

The main file is called paper.tex. It contains the preamble and document setup stuff. Content of the paper is structured in the file paper_toc.tex. Each section should live in its own file in the folder sections.

All kind of pictures should be saved in the folder pictures.

We use the LaTeX class for submission to Lecture Notes in Informatics (LNI) from their Github repo. The required files can be found in folder lni-tex.

The style files required for bibliography style LNI are located in the root folder. This is required like that by biblatex. We use the LNI style from gi-ev/biblatex-lni.

Build

This repository uses Travis to build the resulting LaTeX PDF. The PDF is built only for the branches master, btw, ci-* and ci/* and pushed back to this repository via a commit by Travis.

Please be aware that every push to the master or the btw-branch will trigger a build of the PDF and the corresponding commit by Travis. This will force you to re-sync your local repository's master branch (git pull) before you can push again.

Use Travis to generate a current snapshot PDF

You can instruct Travis CI to build the current version of the PDF and push it back to your branch via putting [build pdf] in your commit message. This is independent from the branch-dependent build-rules and works in every branch.

actordb-paper's People

Contributors

codelionx avatar srfc avatar

Watchers

 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.