Skip to content
jd0-sag edited this page Mar 30, 2017 · 2 revisions

Introduction

This project contains all the components of the Terracotta multi-process server.

It depends on various other Terracotta-OSS projects:

  • Terracotta APIs for the API it implements

  • Terracotta Configuration for the server config schema and parsing mechanism

  • Galvan for the common testing system for which it provides a plugin (so that Galvan tests can install the server kit)

Wiki Table of Contents

  • Quickstart - A demonstration of how to bring up a server and client without an application

  • Internals - A section which describe the high-level design and ideas at play within the implementation

  • Design Documents - A section where we describe new changes and their implications which are too complex to capture in an issue, alone