Skip to content

Instantly share code, notes, and snippets.

@BigBlueHat
Created April 11, 2012 15:14
Show Gist options
  • Select an option

  • Save BigBlueHat/2359946 to your computer and use it in GitHub Desktop.

Select an option

Save BigBlueHat/2359946 to your computer and use it in GitHub Desktop.
Apache CouchDB DOAP file
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl"?>
<rdf:RDF xml:lang="en"
xmlns="http://usefulinc.com/ns/doap#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:asfext="http://projects.apache.org/ns/asfext#"
xmlns:foaf="http://xmlns.com/foaf/0.1/">
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<Project rdf:about="http://couchdb.apache.org/">
<created>2012-04-11</created>
<license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
<name>Apache CouchDB</name>
<homepage rdf:resource="http://couchdb.apache.org/" />
<asfext:pmc rdf:resource="http://couchdb.apache.org" />
<shortdesc>Apache CouchDB™ is a database that uses JSON for documents, JavaScript for MapReduce queries, and regular HTTP for an API.</shortdesc>
<description>CouchDB is a database that completely embraces the web. Store your data with JSON documents. Access your documents with your web browser, via HTTP. Query, combine, and transform your documents with JavaScript. CouchDB works well with modern web and mobile apps. You can even serve web apps directly out of CouchDB. And you can distribute your data, or your apps, efficiently using CouchDB’s incremental replication. CouchDB supports master-master setups with automatic conflict detection.
CouchDB comes with a suite of features, such as on-the-fly document transformation and real-time change notifications, that makes web app development a breeze. It even comes with an easy to use web administration console. You guessed it, served up directly out of CouchDB! We care a lot about distributed scaling. CouchDB is highly available and partition tolerant, but is also eventually consistent. And we care a lot about your data. CouchDB has a fault-tolerant storage engine that puts the safety of your data first.</description>
<bug-database rdf:resource="https://issues.apache.org/jira/browse/COUCHDB" />
<mailing-list rdf:resource="http://couchdb.apache.org/#mailing-list" />
<download-page rdf:resource="http://couchdb.apache.org/#download" />
<programming-language>Erlang</programming-language>
<programming-language>JavaScript</programming-language>
<category rdf:resource="http://projects.apache.org/category/database" />
<release>
<Version>
<name>Apache CouchDB 1.2.0</name>
<created>2012-04-06</created>
<revision>1.2.0</revision>
</Version>
</release>
<repository>
<SVNRepository>
<location rdf:resource="http://svn.apache.org/repos/asf/couchdb/"/>
<browse rdf:resource="http://svn.apache.org/viewvc/couchdb/"/>
</SVNRepository>
</repository>
</Project>
</rdf:RDF>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment