# Antidote Web Shell

## Time Series Load Generator

A minimal Erlang script to simulate continuous time series data load to one instance of Antidote.

For usage and more information visit the [repository](https://github.com/albsch/antidote-timeseries-load-generator).

## Antidote Web Shell

A playground for Antidote.

An example is deployed in [Kaiserslautern and Paris](http://softech003.informatik.uni-kl.de:2378/).

To deploy it yourself and for more information visit the [repository](https://github.com/AntidoteDB/antidote-web-shell).

![](/files/-LteiKtqRZBYua1GAe7c)

## Calendar App

A geo-replicated calendar application.

See the [repository](https://github.com/AntidoteDB/calender-app) for more information.

## Todo List App

A CLI todo list using AntidoteDB as a backend.

See the [repository](https://github.com/shraddhabarke/antidote-todolist) for more information.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://antidotedb.gitbook.io/documentation/examples-and-applications/examples-1.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
