Clamp

Clamp

  • Clamp
  • Documentation
  • Github
  • Help

›Getting Started

Welcome

  • About documentation

Getting Started

  • Quickstart

Usage

  • Installation
  • Configuration

API Reference

  • API Reference

Concepts

  • Design & architecture

Use Cases

  • Use cases

Contributing

  • Contribution guide
  • Clamp core
  • Clamp portal
  • Clamp docs
  • Code of Conduct
  • Authors

Guides

  • Troubleshooting

Support

  • Support

Quickstart

Once you've cloned the project to your host, we can now start Clamp. Easy! Navigate to the directory in which you cloned the project. Run the following commands from this directory.

docker-compose up -d

The docker-compose command will pull (zookeeper, kafka, rabbitMQ, postgres) images from Docker Hub and then link them together to Clamp.

You can access the documentation by opening the following url in the browser

http://localhost:8080/swagger/index.html

After the command completes we can now view the status of Clamp.

docker-compose ps

Run the following command to stop Clamp and its dependencies

docker-compose down
← About documentationInstallation →
Contact Us to know more about Clamp