Questions tagged [divolte]

Divolte.io - a Scalable clickstream collection for Hadoop and Kafka

Divolte.io is a Scalable clickstream collection for Hadoop and Kafka

9 questions
1
vote
0 answers

Divolte session don't time out within a page-view if window time beyond the session timeout (default 30 minutes)

Hi team can you guide me on this divolte issue https://github.com/divolte/divolte-collector/issues/163 I am writing here actually that Divolte repository has been archived by the owner. When a session is created and there is no activity (i-e no…
1
vote
0 answers

cross origin problem with divolte collector

I'm new to divolte collecting. After installing divolte collector on wsl2 and starting the server on localhost:8290, I tried to access the server from a browser at http://127.0.0.1:8290/. I got "This site is inaccessible: 127.0.0.1 does not allow…
0
votes
1 answer

How do I deserialise Divolte AVRO records from Kafka using Kafka connect with schema registry?

How can I use Kafka-connect to consume and deserialise the Avro records that Divolte collector writes to Kafka? I want to turn the serialised AVRO records back into JSON events and sink them into a kinesis data stream. I am using the AWS labs…
0
votes
0 answers

How can we get nested Avro schema field inside mapping.groovy

here below is my avro schema which contains ext as a nested json { "name": "MyClass", "type": "record", "namespace": "com.acme.avro", "fields": [ { "name": "channel", "type": "string" }, { "name": "eventType", …
0
votes
0 answers

Divolte collector and Kafka, send each event to it's specific topic

I'm trying to send 2 custom events to kafka, the idea is to send each event to its topic, but at the moment I receive both events in both topics. I have configured 2 mappings with different schemas and 2 sinks (one for each mapping). here is the…
Soufiane Odf
  • 1,054
  • 2
  • 9
  • 23
0
votes
1 answer

Corresponding 'Groovy' mapping for required Avro Schema - divolte

I am trying to write a divolte - Groovy mapping for my required Avro Schema, but is throwing errors each time. Can someone help me with the compatible groovy script mapping ? Divolte - 0.9.0 { "namespace": "io.divolte.record", "type":…
Dharam
  • 267
  • 1
  • 4
  • 12
0
votes
1 answer

How to setup divolte.io for multiple websites on the same server?

I've setup a data pipeline using divolte.io to stream click data from website to a server. I'm not sure how can I do this for multiple websites because all the streams can get mixed up. Any ideas on how to do this?
Jaskaran Singh Puri
  • 729
  • 2
  • 11
  • 37
-1
votes
1 answer

How variables of config file are getting replaced by docker-compose ENV?

Reading this repository I cannot understand how the variables of divolte-collector.conf inside ${?*} are getting replaced by the ENV of docker-compose. I have been reading all repository and searching in docker documentation, but whithout finding…
Soufiane Odf
  • 1,054
  • 2
  • 9
  • 23
-1
votes
1 answer

Cant find Avro schema in divolte and kafka docker

I have 3 dockers kafka, divolt and streamsets (https://github.com/divolte/docker-divolte) started by compose-up. I want to convert the topic messages to avro files. I created the pipeline in streamset and paste the avro schema, but got an…
Vadim
  • 753
  • 8
  • 22