Skip to content

Instantly share code, notes, and snippets.

@buremba
Created March 14, 2017 12:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save buremba/adcc8ac34e56642b2fd5539abae5f9dd to your computer and use it in GitHub Desktop.
Save buremba/adcc8ac34e56642b2fd5539abae5f9dd to your computer and use it in GitHub Desktop.
Presto example config
store.adapter=presto
presto.address=http://0.0.0.0:8080
presto.cold-storage-connector=rakam_raptor
presto.metastore.jdbc.url=jdbc:mysql://127.0.0.1:3306/presto
presto.metastore.jdbc.username=root
presto.metastore.jdbc.password=
presto.streaming.port=5466
event.store=kinesis
event.store.kinesis.stream=rakam-events
event.store.bulk.s3-bucket=rakam-bulk
store.adapter.postgresql.url=jdbc:postgresql://127.0.0.1:5432/rakam
store.adapter.postgresql.username=postgres
store.adapter.postgresql.password=
js-event-mapper.enabled=true
plugin.user.enabled=true
real-time.enabled=true
event.stream.enabled=true
event-explorer.enabled=true
user.funnel-analysis.enabled=true
plugin.user.storage=postgresql
user.retention-analysis.enabled=true
http.server.address=0.0.0.0:9999
plugin.user.storage.identifier-column=id
module.website.mapper=true
event.ab-testing.enabled=true
#plugin.geoip.connection-type-database.url=file://Users/buremba/rakam/GeoIP2-Connection-Type-Test.mmdb
#plugin.geoip.isp-database.url=file://Users/buremba/rakam/GeoIP2-ISP-Test.mmdb
#plugin.geoip.database.url=file://Users/buremba/rakam/GeoLite2-City.mmdb
aws.access-key=
aws.secret-access-key=
aws.region=eu-central-1
plugin.user.enable-user-mapping=true
custom-data-source.enabled=true
tasks.enable=true
Copy link

ghost commented Jul 13, 2018

this config can't work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment