The Concourse Guide#
Welcome to the Concourse Guide!
Concourse is an open source, distributed database warehouse for transactions, search, and analytics across time. This guide covers key concepts in Concourse, explains the API through examples, and provides advice for operations and administration.
For information about new features in the latest release, see the Concourse Release Notes.
Getting Started#
This quickstart walks you through installing Concourse, connecting to it, and performing basic operations.
1. Install Concourse#
The easiest way to install Concourse is with Conman, the Concourse Version Manager:
1 2 3 | |
Or use Docker:
1 | |
See Installation for all options.
2. Connect with CaSH#
Open the Concourse Shell:
1 | |
3. Write Some Data#
1 2 3 4 5 | |
4. Read Data Back#
1 2 3 4 5 | |
5. Query#
1 2 3 4 | |
6. Time Travel#
1 2 3 4 5 6 7 | |
7. Connect from Java#
1 2 3 4 5 | |
Next Steps#
- Introduction — Learn about Concourse’s data model and key concepts
- Data Types — Understand how Concourse handles different value types
- Writing Data — Learn all the ways to write data
- Reading Data — Learn about select, get, browse, and more
- Queries — Master the Concourse Criteria Language
- Configuration — Configure Concourse for your environment
Community#
- GitHub — Source code, issue tracking, and releases
- Release Notes — What’s new in each version
Getting Help#
Visit the Cinchapi Support Center at https://support.cinchapi.com to view knowledge base articles or file support requests.
Licensing#
Concourse is released under the Apache License, Version 2.0. For more information see the LICENSE and NOTICE files included in the Concourse repository.