Skip to content

zonghengma/cloudberry

 
 

Repository files navigation

Cloudberry Matrix

Cloudberry is now using the Play! Framework and Angular JS

Build Status codecov Join the chat at https://gitter.im/ISG-ICS/cloudberry

For developer please join in our slack group

Build

Prerequisites: scala, sbt, AsterixDB

Prepare the AsterixDB cluster

Option 1: Follow the official documentation to setup a fully functional cluster.

Option 2: Use the prebuilt AsterixDB docker image to run a small test cluster locally. This approach serves the debug purpose.

Assume you've already had docker(>1.10) installed on your local machine, you can simply run the following command to create a two nc AsterixDB cluster locally.

./script/dockerRunAsterixDB.sh && sleep 2s && ./script/ingestTwitterToLocalCluster.sh

To compile projects

 sbt compile

Run front-end demo

You will need to give the AsterixDB cluster link to neo by change the asterixdb.url configuration in neo/conf/application.conf file. The default value points to the localhost docker cluster

 sbt "project neo" "run"

About

Interactive Twitter map analytic application

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Scala 59.1%
  • HTML 13.8%
  • Java 11.6%
  • JavaScript 10.6%
  • Python 2.8%
  • Shell 1.8%
  • CSS 0.3%