Sample FDB server deployment

What is this?

This URL shows a list of downloadable data items hosted in an internal FDB server.

This is a sample of how an FDB server could be deployed in a Kubernetes cluster, and of how its data could be made available to users.

The source code and deployment manifests for this applications can be found here.

How does this work?

The process serving this URL is a Python web application running in a Kubernetes deployment. It uses pyfdb to talk to the internal FDB server using the following FDB configuration:

---
type: remote
host: fdb-server
port: 7654
schema: /etc/fdb-schema/schema

The internal FDB servers runs in a Kubernetes stateful set.

Show me the data!

Here it is: