ChainLP analytics server for ChainTest Reporting Framework
3.9K
ChainLP is a server component of the ChainTest framework, designed to provide historical analytics and real-time reporting capabilities. It is built using Java (Spring) and Angular, and is distributed as a Docker image for easy deployment.
1.Clone the Repository
git clone https://github.com/anshooarora/chaintest.git
cd chaintest/chainlp/docker
2. Choose a Database
docker compose -f docker-compose-h2.yml updocker compose -f docker-compose-mysql.yml updocker compose -f docker-compose-postgres.yml upOpen your browser and navigate to http://localhost (or the configured port).
Configure ChainLP by editing the chaintest.properties file:
# chaintest configuration
chaintest.project.name=default
# generators:
## chainlp
chaintest.generator.chainlp.enabled=true
chaintest.generator.chainlp.host.url=<host:port>
Replace <host:port> with the actual host and port where ChainLP is running.
docker-compose.yml files.Content type
Image
Digest
sha256:47b84278f…
Size
128.1 MB
Last updated
over 1 year ago
docker pull anshooarora/chaintest