Ticket #1542 (closed proposed-project: wontfix)

Opened 4 years ago

Last modified 3 months ago

Haskell interface to CouchDB

Reported by: dons Owned by:
Priority: bad Keywords: database, network
Cc: Topic: Databases
Difficulty: 1 person Summer Mentor: not-accepted

Description

CouchDB is a peer-based distributed, robust database server accessed via JSON, implemented in Erlang, ideal for storage for many web services (wikis, bug trackers, ...).

 http://www.couchdbwiki.com/index.php?title=CouchDb_Quick_Overview

There exist bindings to utilise CouchDB for several languages. This project would implement a good Haskell interface to CouchDB, to allow us to build Haskell applications with CouchDB for storage.

It requries some web development skills, and a good understanding of Haskell networking.

Interested mentors

Don Stewart

Change History

  Changed 4 years ago by malcolm.wallace@…

The yhc compiler's JavaScript? backend (courtesy of Dimitri Golubovsky) already has some form of CouchDB binding. I'm not sure whether it is accessible directly from Haskell, or only from his JavaScript? runtime system.

in reply to: ↑ description   Changed 3 years ago by bh

  Changed 3 months ago by gregweber

  • priority changed from OK to bad
  • status changed from new to closed
  • resolution set to wontfix

There are now multiple CouchDB interfaces available. Can we delete this proposal?

Note: See TracTickets for help on using tickets.