Quantcast
Channel: Concourse Guide » jnelson
Browsing latest articles
Browse All 10 View Live

Indexing

Concourse automatically indexes all the data you store in both logical and sorted order, so you can quickly fetch data from any record or query any key at any time. Concourse fully supports ad-hoc...

View Article


Concourse Action SHell (CaSH)

The Concourse Action SHell (CaSH) is a command line interpreter that executes commands against Concourse Server using the Concourse API. CaSH is backed by the full power of the Groovy scripting...

View Article


Installation

This article will help you download and install the latest version of Concourse Server on your system. Concourse is super easy to setup– just download the installer, run it, and start the server! The...

View Article

Connection Pooling

The Connection Pool API allows you to create a group of reusable Concourse connections to increase application performance by avoiding the overhead of creating a new connection for reach request. The...

View Article

concourse_client.prefs

Instead of passing login information each time you create a new Concourse connection, you can store the login credentials in a concourse_client.prefs file located in the working directory of your...

View Article


Tutorial

Now that you’ve installed Concourse and learned how to use CaSH, its time to explore some of Concourse’s unique features. The Basics Concourse makes it very easy to do basic read/write operations....

View Article

Storage Model

Since Concourse is both schemaless and optimized for ad-hoc queries, it automatically indexes everything it stores. So in order to maintain high write throughout, Concourse uses a diff based buffered...

View Article

Optimistic Availability

To ensure high performance distributed transactions, Concourse always preserves strong consistency and relies on optimistic availability. Optimistic availability is a characteristic of distributed...

View Article


Image may be NSFW.
Clik here to view.

The Codebase

This is high level overview of the codebase to give contributors and users some direction before diving in. There is a lot of nuance that is not covered here (i.e. concurrency controls, atomic...

View Article


concourse.prefs

The concourse.prefs configuration file located in the concourse-server/conf directory is the main place to make changes to tune your Concourse Server installation. Key Description Default Value...

View Article
Browsing latest articles
Browse All 10 View Live