Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions hackathon.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: CockroachDB Hackathon Guide
summary: Get Up & Running with CockroachDB at a Hackathon
toc: false
toc_not_nested: true
twitter: true
twitter: false
no_sidebar: true
---

Expand Down Expand Up @@ -178,7 +178,7 @@ Build Type: release</code></pre>
~~~ shell
$ cockroach start --insecure --background
~~~

You'll receive a response like:

~~~
Expand Down
2 changes: 1 addition & 1 deletion v1.0/build-a-c++-app-with-cockroachdb.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Build a C++ App with CockroachDB
summary: Learn how to use CockroachDB from a simple C++ application with a low-level client driver.
toc: false
twitter: true
twitter: false
---

This tutorial shows you how build a simple C++ application with CockroachDB using a PostgreSQL-compatible driver. We've tested and can recommend the [C++ libpqxx driver](https://github.com/jtv/libpqxx), so that driver is featured here.
Expand Down
2 changes: 1 addition & 1 deletion v1.0/build-a-clojure-app-with-cockroachdb.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Build a Clojure App with CockroachDB
summary: Learn how to use CockroachDB from a simple Clojure application with a low-level client driver.
toc: false
twitter: true
twitter: false
---

This tutorial shows you how build a simple Clojure application with CockroachDB using [leiningen](https://leiningen.org/) and a PostgreSQL-compatible driver. We've tested and can recommend the [Clojure java.jdbc driver](http://clojure-doc.org/articles/ecosystem/java_jdbc/home.html) in conjunction with the [PostgreSQL JDBC driver](https://jdbc.postgresql.org/), so that driver is featured here.
Expand Down
2 changes: 1 addition & 1 deletion v1.0/build-a-go-app-with-cockroachdb-gorm.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Build a Go App with CockroachDB
summary: Learn how to use CockroachDB from a simple Go application with the GORM ORM.
toc: false
twitter: true
twitter: false
---

<div class="filters filters-big clearfix">
Expand Down
2 changes: 1 addition & 1 deletion v1.0/build-a-go-app-with-cockroachdb.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Build a Go App with CockroachDB
summary: Learn how to use CockroachDB from a simple Go application with the Go pq driver.
toc: false
twitter: true
twitter: false
---

<div class="filters filters-big clearfix">
Expand Down
2 changes: 1 addition & 1 deletion v1.0/build-a-java-app-with-cockroachdb-hibernate.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Build a Java App with CockroachDB
summary: Learn how to use CockroachDB from a simple Java application with the Hibernate ORM.
toc: false
twitter: true
twitter: false
---

<div class="filters filters-big clearfix">
Expand Down
2 changes: 1 addition & 1 deletion v1.0/build-a-java-app-with-cockroachdb.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Build a Java App with CockroachDB
summary: Learn how to use CockroachDB from a simple Java application with the jdbc driver.
toc: false
twitter: true
twitter: false
---

<div class="filters filters-big clearfix">
Expand Down
2 changes: 1 addition & 1 deletion v1.0/build-a-nodejs-app-with-cockroachdb-sequelize.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Build a Node.js App with CockroachDB
summary: Learn how to use CockroachDB from a simple Node.js application with the Sequelize ORM.
toc: false
twitter: true
twitter: false
---

<div class="filters filters-big clearfix">
Expand Down
2 changes: 1 addition & 1 deletion v1.0/build-a-nodejs-app-with-cockroachdb.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Build a Node.js App with CockroachDB
summary: Learn how to use CockroachDB from a simple Node.js application with the Node.js pg driver.
toc: false
twitter: true
twitter: false
---

<div class="filters filters-big clearfix">
Expand Down
2 changes: 1 addition & 1 deletion v1.0/build-a-php-app-with-cockroachdb.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Build a PHP App with CockroachDB
summary: Learn how to use CockroachDB from a simple PHP application with a low-level client driver.
toc: false
twitter: true
twitter: false
---

This tutorial shows you how build a simple PHP application with CockroachDB using a PostgreSQL-compatible driver. We've tested and can recommend the [php-pgsql driver](http://php.net/manual/en/book.pgsql.php), so that driver is featured here.
Expand Down
2 changes: 1 addition & 1 deletion v1.0/build-a-python-app-with-cockroachdb-sqlalchemy.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Build a Python App with CockroachDB
summary: Learn how to use CockroachDB from a simple Python application with the SQLAlchemy ORM.
toc: false
twitter: true
twitter: false
---

<div class="filters filters-big clearfix">
Expand Down
2 changes: 1 addition & 1 deletion v1.0/build-a-python-app-with-cockroachdb.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Build a Python App with CockroachDB
summary: Learn how to use CockroachDB from a simple Python application with the psycopg2 driver.
toc: false
asciicast: true
twitter: true
twitter: false
---

<div class="filters filters-big clearfix">
Expand Down
2 changes: 1 addition & 1 deletion v1.0/build-a-ruby-app-with-cockroachdb-activerecord.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Build a Ruby App with CockroachDB
summary: Learn how to use CockroachDB from a simple Ruby application with the ActiveRecord ORM.
toc: false
twitter: true
twitter: false
---

<div class="filters filters-big clearfix">
Expand Down
2 changes: 1 addition & 1 deletion v1.0/build-a-ruby-app-with-cockroachdb.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Build a Ruby App with CockroachDB
summary: Learn how to use CockroachDB from a simple Ruby application with the pg client driver.
toc: false
twitter: true
twitter: false
---

<div class="filters filters-big clearfix">
Expand Down
2 changes: 1 addition & 1 deletion v1.0/build-a-rust-app-with-cockroachdb.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Build a Rust App with CockroachDB
summary: Learn how to use CockroachDB from a simple Rust application with a low-level client driver.
toc: false
twitter: true
twitter: false
---

This tutorial shows you how build a simple Rust application with CockroachDB using a PostgreSQL-compatible driver. We've tested and can recommend the <a href="https://crates.io/crates/postgres/" data-proofer-ignore>Rust postgres driver</a>, so that driver is featured here.
Expand Down
2 changes: 1 addition & 1 deletion v1.0/build-an-app-with-cockroachdb.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Build an App with CockroachDB
summary: The tutorials in this section show you how to build a simple application with CockroachDB, using PostgreSQL-compatible client drivers and ORMs.
tags: golang, python, java
toc: false
twitter: true
twitter: false
---

The tutorials in this section show you how to build a simple application with CockroachDB using PostgreSQL-compatible client drivers and ORMs that we have tested and can recommend.
Expand Down
2 changes: 1 addition & 1 deletion v1.0/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ tags: install, build an app, deploy
type: first_page
homepage: true
toc: false
twitter: true
twitter: false
contribute: false
---

Expand Down
6 changes: 4 additions & 2 deletions v1.1/build-a-c++-app-with-cockroachdb.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@
title: Build a C++ App with CockroachDB
summary: Learn how to use CockroachDB from a simple C++ application with a low-level client driver.
toc: false
twitter: true
twitter: false
---

This tutorial shows you how build a simple C++ application with CockroachDB using a PostgreSQL-compatible driver. We've tested and can recommend the [C++ libpqxx driver](https://github.com/jtv/libpqxx), so that driver is featured here.
This tutorial shows you how build a simple C++ application with CockroachDB using a PostgreSQL-compatible driver.

We have tested the [C++ libpqxx driver](https://github.com/jtv/libpqxx) enough to claim **beta-level** support, so that driver is featured here. If you encounter problems, please [open an issue](https://github.com/cockroachdb/cockroach/issues/new) with details to help us make progress toward full support.

<div id="toc"></div>

Expand Down
6 changes: 4 additions & 2 deletions v1.1/build-a-clojure-app-with-cockroachdb.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@
title: Build a Clojure App with CockroachDB
summary: Learn how to use CockroachDB from a simple Clojure application with a low-level client driver.
toc: false
twitter: true
twitter: false
---

This tutorial shows you how build a simple Clojure application with CockroachDB using [leiningen](https://leiningen.org/) and a PostgreSQL-compatible driver. We've tested and can recommend the [Clojure java.jdbc driver](http://clojure-doc.org/articles/ecosystem/java_jdbc/home.html) in conjunction with the [PostgreSQL JDBC driver](https://jdbc.postgresql.org/), so that driver is featured here.
This tutorial shows you how build a simple Clojure application with CockroachDB using [leiningen](https://leiningen.org/) and a PostgreSQL-compatible driver.

We have tested the [Clojure java.jdbc driver](http://clojure-doc.org/articles/ecosystem/java_jdbc/home.html) in conjunction with the [PostgreSQL JDBC driver](https://jdbc.postgresql.org/) enough to claim **beta-level** support, so that combination is featured here. If you encounter problems, please [open an issue](https://github.com/cockroachdb/cockroach/issues/new) with details to help us make progress toward full support.

<div id="toc"></div>

Expand Down
6 changes: 4 additions & 2 deletions v1.1/build-a-go-app-with-cockroachdb-gorm.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,17 @@
title: Build a Go App with CockroachDB
summary: Learn how to use CockroachDB from a simple Go application with the GORM ORM.
toc: false
twitter: true
twitter: false
---

<div class="filters filters-big clearfix">
<a href="build-a-go-app-with-cockroachdb.html"><button class="filter-button">Use <strong>pq</strong></button></a>
<a href="build-a-go-app-with-cockroachdb-gorm.html"><button class="filter-button current">Use <strong>GORM</strong></button></a>
</div>

This tutorial shows you how build a simple Go application with CockroachDB using a PostgreSQL-compatible driver or ORM. We've tested and can recommend the [Go pq driver](https://godoc.org/github.com/lib/pq) and the [GORM ORM](http://jinzhu.me/gorm/), so those are featured here.
This tutorial shows you how build a simple Go application with CockroachDB using a PostgreSQL-compatible driver or ORM.

We have tested the [Go pq driver](https://godoc.org/github.com/lib/pq) and the [GORM ORM](http://jinzhu.me/gorm/) enough to claim **beta-level** support, so those are featured here. If you encounter problems, please [open an issue](https://github.com/cockroachdb/cockroach/issues/new) with details to help us make progress toward full support.

{{site.data.alerts.callout_success}}For a more realistic use of GORM with CockroachDB, see our <a href="https://github.com/cockroachdb/examples-orms"><code>examples-orms</code></a> repository.{{site.data.alerts.end}}

Expand Down
6 changes: 4 additions & 2 deletions v1.1/build-a-go-app-with-cockroachdb.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,17 @@
title: Build a Go App with CockroachDB
summary: Learn how to use CockroachDB from a simple Go application with the Go pq driver.
toc: false
twitter: true
twitter: false
---

<div class="filters filters-big clearfix">
<a href="build-a-go-app-with-cockroachdb.html"><button class="filter-button current">Use <strong>pq</strong></button></a>
<a href="build-a-go-app-with-cockroachdb-gorm.html"><button class="filter-button">Use <strong>GORM</strong></button></a>
</div>

This tutorial shows you how build a simple Go application with CockroachDB using a PostgreSQL-compatible driver or ORM. We've tested and can recommend the [Go pq driver](https://godoc.org/github.com/lib/pq) and the [GORM ORM](http://jinzhu.me/gorm/), so those are featured here.
This tutorial shows you how build a simple Go application with CockroachDB using a PostgreSQL-compatible driver or ORM.

We have tested the [Go pq driver](https://godoc.org/github.com/lib/pq) and the [GORM ORM](http://jinzhu.me/gorm/) enough to claim **beta-level** support, so those are featured here. If you encounter problems, please [open an issue](https://github.com/cockroachdb/cockroach/issues/new) with details to help us make progress toward full support.

<div id="toc"></div>

Expand Down
6 changes: 4 additions & 2 deletions v1.1/build-a-java-app-with-cockroachdb-hibernate.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,17 @@
title: Build a Java App with CockroachDB
summary: Learn how to use CockroachDB from a simple Java application with the Hibernate ORM.
toc: false
twitter: true
twitter: false
---

<div class="filters filters-big clearfix">
<a href="build-a-java-app-with-cockroachdb.html"><button class="filter-button">Use <strong>jdbc</strong></button></a>
<a href="build-a-java-app-with-cockroachdb-hibernate.html"><button class="filter-button current">Use <strong>Hibernate</strong></button></a>
</div>

This tutorial shows you how build a simple Java application with CockroachDB using a PostgreSQL-compatible driver or ORM. We've tested and can recommend the [Java jdbc driver](https://jdbc.postgresql.org/) and the [Hibernate ORM](http://hibernate.org/), so those are featured here.
This tutorial shows you how build a simple Java application with CockroachDB using a PostgreSQL-compatible driver or ORM.

We have tested the [Java jdbc driver](https://jdbc.postgresql.org/) and the [Hibernate ORM](http://hibernate.org/) enough to claim **beta-level** support, so those are featured here. If you encounter problems, please [open an issue](https://github.com/cockroachdb/cockroach/issues/new) with details to help us make progress toward full support.

{{site.data.alerts.callout_success}}For a more realistic use of Hibernate with CockroachDB, see our <a href="https://github.com/cockroachdb/examples-orms"><code>examples-orms</code></a> repository.{{site.data.alerts.end}}

Expand Down
6 changes: 4 additions & 2 deletions v1.1/build-a-java-app-with-cockroachdb.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,17 @@
title: Build a Java App with CockroachDB
summary: Learn how to use CockroachDB from a simple Java application with the jdbc driver.
toc: false
twitter: true
twitter: false
---

<div class="filters filters-big clearfix">
<a href="build-a-java-app-with-cockroachdb.html"><button class="filter-button current">Use <strong>jdbc</strong></button></a>
<a href="build-a-java-app-with-cockroachdb-hibernate.html"><button class="filter-button">Use <strong>Hibernate</strong></button></a>
</div>

This tutorial shows you how build a simple Java application with CockroachDB using a PostgreSQL-compatible driver or ORM. We've tested and can recommend the [Java jdbc driver](https://jdbc.postgresql.org/) and the [Hibernate ORM](http://hibernate.org/), so those are featured here.
This tutorial shows you how build a simple Java application with CockroachDB using a PostgreSQL-compatible driver or ORM.

We have tested the [Java jdbc driver](https://jdbc.postgresql.org/) and the [Hibernate ORM](http://hibernate.org/) enough to claim **beta-level** support, so those are featured here. If you encounter problems, please [open an issue](https://github.com/cockroachdb/cockroach/issues/new) with details to help us make progress toward full support.

<div id="toc"></div>

Expand Down
6 changes: 4 additions & 2 deletions v1.1/build-a-nodejs-app-with-cockroachdb-sequelize.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,17 @@
title: Build a Node.js App with CockroachDB
summary: Learn how to use CockroachDB from a simple Node.js application with the Sequelize ORM.
toc: false
twitter: true
twitter: false
---

<div class="filters filters-big clearfix">
<a href="build-a-nodejs-app-with-cockroachdb.html"><button class="filter-button">Use <strong>pg</strong></button></a>
<a href="build-a-nodejs-app-with-cockroachdb-sequelize.html"><button class="filter-button current">Use <strong>Sequelize</strong></button></a>
</div>

This tutorial shows you how build a simple Node.js application with CockroachDB using a PostgreSQL-compatible driver or ORM. We've tested and can recommend the [Node.js pg driver](https://www.npmjs.com/package/pg) and the [Sequelize ORM](https://sequelize.readthedocs.io/en/v3/), so those are featured here.
This tutorial shows you how build a simple Node.js application with CockroachDB using a PostgreSQL-compatible driver or ORM.

We have tested the [Node.js pg driver](https://www.npmjs.com/package/pg) and the [Sequelize ORM](https://sequelize.readthedocs.io/en/v3/) enough to claim **beta-level** support, so those are featured here. If you encounter problems, please [open an issue](https://github.com/cockroachdb/cockroach/issues/new) with details to help us make progress toward full support.

{{site.data.alerts.callout_success}}For a more realistic use of Sequelize with CockroachDB, see our <a href="https://github.com/cockroachdb/examples-orms"><code>examples-orms</code></a> repository.{{site.data.alerts.end}}

Expand Down
6 changes: 4 additions & 2 deletions v1.1/build-a-nodejs-app-with-cockroachdb.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,17 @@
title: Build a Node.js App with CockroachDB
summary: Learn how to use CockroachDB from a simple Node.js application with the Node.js pg driver.
toc: false
twitter: true
twitter: false
---

<div class="filters filters-big clearfix">
<a href="build-a-nodejs-app-with-cockroachdb.html"><button class="filter-button current">Use <strong>pg</strong></button></a>
<a href="build-a-nodejs-app-with-cockroachdb-sequelize.html"><button class="filter-button">Use <strong>Sequelize</strong></button></a>
</div>

This tutorial shows you how build a simple Node.js application with CockroachDB using a PostgreSQL-compatible driver or ORM. We've tested and can recommend the [Node.js pg driver](https://www.npmjs.com/package/pg) and the [Sequelize ORM](http://docs.sequelizejs.com/en/v3/), so those are featured here.
This tutorial shows you how build a simple Node.js application with CockroachDB using a PostgreSQL-compatible driver or ORM.

We have tested the [Node.js pg driver](https://www.npmjs.com/package/pg) and the [Sequelize ORM](https://sequelize.readthedocs.io/en/v3/) enough to claim **beta-level** support, so those are featured here. If you encounter problems, please [open an issue](https://github.com/cockroachdb/cockroach/issues/new) with details to help us make progress toward full support.

<div id="toc"></div>

Expand Down
6 changes: 4 additions & 2 deletions v1.1/build-a-php-app-with-cockroachdb.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@
title: Build a PHP App with CockroachDB
summary: Learn how to use CockroachDB from a simple PHP application with a low-level client driver.
toc: false
twitter: true
twitter: false
---

This tutorial shows you how build a simple PHP application with CockroachDB using a PostgreSQL-compatible driver. We've tested and can recommend the [php-pgsql driver](http://php.net/manual/en/book.pgsql.php), so that driver is featured here.
This tutorial shows you how build a simple PHP application with CockroachDB using a PostgreSQL-compatible driver.

We have tested the [php-pgsql driver](http://php.net/manual/en/book.pgsql.php) enough to claim **beta-level** support, so that driver is featured here. If you encounter problems, please [open an issue](https://github.com/cockroachdb/cockroach/issues/new) with details to help us make progress toward full support.

<div id="toc"></div>

Expand Down
6 changes: 4 additions & 2 deletions v1.1/build-a-python-app-with-cockroachdb-sqlalchemy.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,17 @@
title: Build a Python App with CockroachDB
summary: Learn how to use CockroachDB from a simple Python application with the SQLAlchemy ORM.
toc: false
twitter: true
twitter: false
---

<div class="filters filters-big clearfix">
<a href="build-a-python-app-with-cockroachdb.html"><button style="width: 28%" class="filter-button">Use <strong>psycopg2</strong></button></a>
<a href="build-a-python-app-with-cockroachdb-sqlalchemy.html"><button style="width: 28%" class="filter-button current">Use <strong>SQLAlchemy</strong></button></a>
</div>

This tutorial shows you how build a simple Python application with CockroachDB using a PostgreSQL-compatible driver or ORM. We've tested and can recommend the [Python psycopg2 driver](http://initd.org/psycopg/docs/) and the [SQLAlchemy ORM](https://docs.sqlalchemy.org/en/latest/), so those are featured here.
This tutorial shows you how build a simple Python application with CockroachDB using a PostgreSQL-compatible driver or ORM.

We have tested the [Python psycopg2 driver](http://initd.org/psycopg/docs/) and the [SQLAlchemy ORM](https://docs.sqlalchemy.org/en/latest/) enough to claim **beta-level** support, so those are featured here. If you encounter problems, please [open an issue](https://github.com/cockroachdb/cockroach/issues/new) with details to help us make progress toward full support.

{{site.data.alerts.callout_success}}For a more realistic use of SQLAlchemy with CockroachDB, see our <a href="https://github.com/cockroachdb/examples-orms"><code>examples-orms</code></a> repository.{{site.data.alerts.end}}

Expand Down
6 changes: 4 additions & 2 deletions v1.1/build-a-python-app-with-cockroachdb.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,17 @@ title: Build a Python App with CockroachDB
summary: Learn how to use CockroachDB from a simple Python application with the psycopg2 driver.
toc: false
asciicast: true
twitter: true
twitter: false
---

<div class="filters filters-big clearfix">
<a href="build-a-python-app-with-cockroachdb.html"><button style="width: 28%" class="filter-button current">Use <strong>psycopg2</strong></button></a>
<a href="build-a-python-app-with-cockroachdb-sqlalchemy.html"><button style="width: 28%" class="filter-button">Use <strong>SQLAlchemy</strong></button></a>
</div>

This tutorial shows you how build a simple Python application with CockroachDB using a PostgreSQL-compatible driver or ORM. We've tested and can recommend the [Python psycopg2 driver](http://initd.org/psycopg/docs/) and the [SQLAlchemy ORM](https://docs.sqlalchemy.org/en/latest/), so those are featured here.
This tutorial shows you how build a simple Python application with CockroachDB using a PostgreSQL-compatible driver or ORM.

We have tested the [Python psycopg2 driver](http://initd.org/psycopg/docs/) and the [SQLAlchemy ORM](https://docs.sqlalchemy.org/en/latest/) enough to claim **beta-level** support, so those are featured here. If you encounter problems, please [open an issue](https://github.com/cockroachdb/cockroach/issues/new) with details to help us make progress toward full support.

<div id="toc"></div>

Expand Down
Loading