You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 13, 2024. It is now read-only.
UNRELEASED. An opinionated framework for analytics-on-write on event streams using key-value storage
Introduction
This is an example [Spray] REST API application with an Angular JS front end. The REST API accepts a DRUID request and returns a DRUID response for events that were processed from our [Kinesis] aws-kinesis stream of events ([introductory blog post] blog-post). When you make a DRUID request to the REST API it retrieves the previous counted minute aggregates from [DynamoDB] aws-dynamodb.
This was built by the Data Science team at [Snowplow Analytics] snowplow, who use AWS DynamoDB and Scala Spray in their projects.
Running this requires an Amazon AWS account, and will incur charges.
The \dist directory has been included in the project and is already built including minification.
Running the server will serve the app from here so that it runs out of the box. Any changes you make in here will get clobbered next time
you build the front end with grunt. Normally this folder is not included in source control.
For front end development make your changes to the \app folder and follow the steps below:
Front End Setup
Front end requires Bower, which requires npm
Install NPM:
But this is an scala app and I already have SBT!! For the front end dependency management you will need npm.
Ice Bucket Project is copyright 2015 Snowplow Analytics Ltd.
Licensed under the [Apache License, Version 2.0] license (the "License");
you may not use this software except in compliance with the License.
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
About
UNRELEASED. An opinionated framework for analytics-on-write on event streams using key-value storage