DEV Community

Discussion on: Hacktoberfest begins in less than 24 hours

Collapse
 
johanneslichtenberger profile image
Johannes Lichtenberger

Awww, I got first contributions the last few days on my Open Source repos, even before #Hacktoberfest, which is so awesome :-)

If you're interested, I created a lot of issues for #Hacktoberfest, but you can work on anything you like to (even the "tiniest" contribution is awesome -- but in the first place I hope the project is of some value for someone):

GitHub logo sirixdb / sirix

SirixDB facilitates effective and efficient storing and querying of your temporal data. Every commit stores a space-efficient snapshot. It is log-structured and never overwrites data. SirixDB uses a novel page-level versioning approach called sliding snapshot.

Build Status CodeFactor PRs Welcome Maven Central

Tweet

Follow

Download ZIP | Join us on Slack | Community Forum

Working on your first Pull Request? You can learn how from this free series How to Contribute to an Open Source Project on GitHub

SirixDB - An Evolutionary, Temporal NoSQL Document Store

Store and query revisions of your data efficiently

"Remember that you're lucky, even if you don't think you are, because there's always something that you can be thankful for." - Esther Grace Earl (tswgo.org)

 

 

Note: Work on a Front-end built with Vue.js, D3.js and Typescript has just begun

Discuss it in the Community Forum

Why should you even bother? Advantages of a native, temporal database system

We could write quite a bunch of stuff, why it's often times of great value to keep past state of your data in a storage system, but recently we stumbled across an excellent blog post, which explains the…

and

GitHub logo sirixdb / sirix-web-frontend

A web frontend for SirixDB based on Vue.js, D3.js and Typescript

PRs Welcome

Tweet

Follow

Join us on Slack | Community Forum

Working on your first Pull Request? You can learn how from this free series How to Contribute to an Open Source Project on GitHub

SirixDB Web frontend - An Evolutionary, Versioned, Temporal NoSQL Document Store

Store and query revisions of your data efficiently

"Remember that you're lucky, even if you don't think you are, because there's always something that you can be thankful for." - Esther Grace Earl (tswgo.org)

Introduction

Discuss it in the Community Forum

This is the repository for a web frontend based on Vue.js, D3.js and TypeScript.

It'll provide several interaction possibilities to store, update and query databases in SirixDB. Furthermore the front-end will provide interactive visualizations for exploring and comparing revisions of resources stored in SirixDB based on different views.

Project setup

yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies

Collapse
 
theodesp profile image
Theofanis Despoudis

Bookmarked!

Collapse
 
johanneslichtenberger profile image
Johannes Lichtenberger

Thank you! :-)

Collapse
 
ben profile image
Ben Halpern

Nice!