Big Data & Haskell

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

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
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@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Have you looked at Cloud Haskell (
http://www.haskell.org/haskellwiki/Cloud_Haskell)?
JP
On Tue, Feb 4, 2014 at 3:38 PM, Vlatko Basic
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
To: haskell-cafe 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@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
-- JP Moresmau http://jpmoresmau.blogspot.com/
participants (3)
-
JP Moresmau
-
Marc Weber
-
Vlatko Basic