Giter Club home page Giter Club logo

Comments (19)

rescrv avatar rescrv commented on July 22, 2024 1

Hi Dave,

HyperDex is no longer maintained, but that's because circumstances have made me switch my attention to another project: Consus.

Consus is built using the same dependencies as HyperDex (which is why there is still some activity on them), and built using many lessons I learned working with people who were trying to use (and succeeding or failing to varying degrees) HyperDex.

Consus has two (three) differences from HyperDex that I believe will make it more appealing in the long run:

  1. Consus doesn't separate the implementations of transactions and the regular code. Once we have a paper public on the topic and I have clearance to release the code, all of the code will be available under the same license, with no commercial fork.
  2. Consus provides wide-area, geo-replicated transactions with much lower latency than is possible in any other system I know with the same consistency that Consus provides.
  3. I'm still actively working on Consus; I'm not actively working on HyperDex.

Of course, this doesn't help right now, but it does give you something to possibly follow in the future.

-Robert

from hyperdex.

unquietwiki avatar unquietwiki commented on July 22, 2024 1

@rescrv Thank you for this. You should consider hitting up /r/programming on Reddit with a post about this too.

from hyperdex.

unquietwiki avatar unquietwiki commented on July 22, 2024

@rescrv I came across this project via Wikipedia. Is http://www.garret.ru/consus.html the Consus you mention, or a different Consus?

from hyperdex.

aXe1 avatar aXe1 commented on July 22, 2024

@unquietwiki According to @rescrv 's twitter: consus.io.

from hyperdex.

rescrv avatar rescrv commented on July 22, 2024

It is indeed http://consus.io

from hyperdex.

unquietwiki avatar unquietwiki commented on July 22, 2024

@rescrv Thanks for that: I updated the wiki page with the new info. Question going forward: should folks use this project at all, or consider taking up maintenance of it? At the very least, a Debian/Jessie & Ubuntu/Xenial package for the server might be useful for existing projects. Also curious if this has any overlap with https://rethinkdb.com/ , which is another recently orphaned document store.

from hyperdex.

rescrv avatar rescrv commented on July 22, 2024

I've stopped developing the project for non-public reasons that aren't technically related to the project.

I'd be happy to hand off or publish the build scripts etc that I used to generate packages so that someone else can keep the project building, re-roll 1.8 with fixes I've applied since then, and package with the up-to-date dependencies that fix many bugs.

from hyperdex.

unquietwiki avatar unquietwiki commented on July 22, 2024

@rescrv Publishing the build scripts + fixes would be helpful. I just found this project myself, looking up usable data stores for a project: I might be able to help out more if I can get it working on my end.

@ddibiase @aXe1 What about either of you? Or know anyone else helping in maintaining this? We could also try finding someone via a proper subreddit. https://www.reddit.com/r/programming/comments/a6qgz/proggit_im_trying_to_compile_all_the_known/ has a list of possible candidates.

from hyperdex.

davedbase avatar davedbase commented on July 22, 2024

@unquietwiki you have no idea how badly I'd like to help out, but I've got a stack on my plate right now. Also dbs aren't my forte but I'd be willing to learn/support other peoples efforts. Would love nothing more than to see a stable/maintained HyperDex codebase.

I'm wondering if maybe the author of LevelGraph might be interested. There's a LevelHyper adapter that I think he was involved in porting.

from hyperdex.

unquietwiki avatar unquietwiki commented on July 22, 2024

@mcollina , @ddibiase and I were trying to help @rescrv figure out how to maintain this, since he's working on another related project now. I have some time and ability to help out, but I just discovered this project yesterday. Unless I understand incorrectly, it seems there is some convergence via https://github.com/rescrv/HyperLevelDB ?

from hyperdex.

rescrv avatar rescrv commented on July 22, 2024

I'm actively maintaining the dependencies below HyperDex, so those dependencies will be easy to keep going. I've started pulling my build scripts for HyperDex from my backups. It may take past the holiday before I can make progress on this issue.

from hyperdex.

rescrv avatar rescrv commented on July 22, 2024

I've pushed the HyperDex build process to GitHub. You'll need to clone the rescrv/minion repo and have Docker and go installed. In the minion repo, run "make" to build the "minion" and "minion-daemon" binaries. Add them to your path.

Next, setup the releng environment. I've uploaded a pre-bootstrapped build environment to S3 at s3://rescrv/hyperdex-releng.tar.gz. It is available to authenticated AWS users. Download that complete environment and untar it. The hyperdex-releng/build directory is a clone of the rescrv/hyperdex-releng repo.

Deploy minion by running minion-daemon in the hyperdex-releng directory. Pass this directory as the -d argument to any minion command. Run the commands in README in that repo to bootstrap your environment and build the tarballs and packages. I made sure it builds all the way through the tarballs and packages. I've disabled some broken pieces I didn't have time to fix.

You can copy the results of the build process with minion -d /path/to/hyperdex-releng get-artifacts dev latest output

Sorry for throwing everything at you quite quickly. I'm happy to answer questions and provide clarification. I just wanted to get this out to the interested folks as soon as possible.

from hyperdex.

unquietwiki avatar unquietwiki commented on July 22, 2024

@rescrv Thank you so much for doing this. I plan on trying to make use of this soon, as time allows.

from hyperdex.

rescrv avatar rescrv commented on July 22, 2024

An update to this issue. I have made Consus (http://hack.systems/2016/12/13/hello-consus/) open source and would strongly encourage anyone considering helping out with HyperDex to get involved in Consus instead. I can provide feedback and guidance for both, but am only going to be actively developing Consus going forward.

from hyperdex.

webmaven avatar webmaven commented on July 22, 2024

@rescrv, is this the public paper?: https://arxiv.org/abs/1612.03457

from hyperdex.

rescrv avatar rescrv commented on July 22, 2024

Yes. It and the code are linked from the blog post I pointed to.

from hyperdex.

rescrv avatar rescrv commented on July 22, 2024

You'll notice there is a doc/ directory. Part of rescrv/consus-releng builds this documentation. I need to write the HTML templates to generate the documentation (it currently generates jinja2 templates) and then post it.

After that I'll do wider promotion on social media. I had reasons to open source the code when I did, but I'm not ready to go on a promotional circuit of social media yet (it hit hacker news already).

from hyperdex.

higaxman avatar higaxman commented on July 22, 2024

@rescrv Here at Forcive (www.forcive.com) we somewhat got interested at HyperDex and we are looking to it as a possible component part for our real time analytic platform. Understanding Consus is the continuator of HpyerDex we are even interesting to contribute to this project.

from hyperdex.

rescrv avatar rescrv commented on July 22, 2024

@higaxman It's great to hear of your interest. If you're interested in HyperDex, I'd be happy to provide a little assistance getting you off the ground with the build scripts. If you're interested in Consus, I'd point you to its repo.

If you (or others reading this post) are deciding between the two, I'd suggest reading this: Why Consus? What happened to HyperDex?

from hyperdex.

Related Issues (20)

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.