question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Scala Stream Collector: provide a way to specify custom path mappings

See original GitHub issue

e.g.

com.acme/track -> com.snowplowanalytics.snowplow/tp2
com.acme/redirect -> r/tp2
com.acme/iglu -> com.snowplowanalytics.iglu/v1

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:2
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
alexanderdeancommented, May 30, 2019

I think I get it - so you are saying that any given X -> Y mapping at a point in time should be “locked” into the raw event rather than be an at-enrich overlay?

0reactions
yalisassooncommented, Jun 26, 2019

@dilyand that’s absolutely fine - we just need to make it clear in the documentation that custom paths must be of the form string1/string2

Read more comments on GitHub >

github_iconTop Results From Across the Web

Configure the Stream Collector - Snowplow Documentation
This is for customising the collector's endpoints. You can also map any valid (ie, two-segment) path to one of the three default paths....
Read more >
How to convert a Java Stream to a Scala Stream?
Basically just use an iterator: import java.nio.file.{Files, Paths} import scala.collection.JavaConverters._ Files.list(Paths.get(".
Read more >
Structured Streaming Programming Guide - Apache Spark
You can use the Dataset/DataFrame API in Scala, Java, Python or R to express streaming aggregations, event-time windows, stream-to-batch joins, etc.
Read more >
Streams Cookbook - Documentation - Akka
DebugLevel)) .map(analyse) // or provide custom logging adapter implicit val ... as a stream, which needs to be collected into a Scala collection...
Read more >
AWS Glue job parameters
Specifies a custom CloudWatch log stream prefix for a job enabled for ... The Amazon S3 paths to additional Python modules that AWS...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found