[Haskell-cafe] Big Data & Haskell

Vlatko Basic vlatko.basic at gmail.com
Tue Feb 4 14:38:15 UTC 2014


Hi Marc,

Maybe you can have a look at Riak DB. It is a key/value storage written in 
Erlang with many features. All peers, no master/slave and replication.

Haskell package is at http://hackage.haskell.org/package/riak, but haven't tried 
it yet.


Best regards,

vlatko

-------- Original Message  --------
Subject: [Haskell-cafe] Big Data & Haskell
From: Marc Weber <marco-oweber at gmx.de>
To: haskell-cafe <haskell-cafe at haskell.org>
Date: 04.02.2014 15:11

> Is Haskell ready?
> Are there library which can
>
> - distribute data on multiple machines (similar to cassandra)
>
> - implement multi index things, such as
>    having fields
>      - name (eg of stores)
>      - geo location (x/y) keys so that you can find items nearby a
>        location fast
>      - additional data to be searched as needed
>
> Maybe have server which gets "code" sent by a master to be compiled
> defining the data to host or such?
>
> I know that this could be done - just wondering whether it has been done
> already.
>
> Marc Weber
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>


More information about the Haskell-Cafe mailing list