Last Version

fountain 0.1.0

This program will start a simple streaming server which will send text data from a specified file. This makes it easier to test Spark Streaming. A simple substitution for netcat.

License

License

GroupId

GroupId

io.github.yrichika
ArtifactId

ArtifactId

fountain
Version

Version

0.1.0
Type

Type

jar
Description

Description

fountain
This program will start a simple streaming server which will send text data from a specified file. This makes it easier to test Spark Streaming. A simple substitution for netcat.
Project URL

Project URL

https://github.com/yrichika/fountain
Project Organization

Project Organization

yrichika
Source Code Management

Source Code Management

https://github.com/yrichika/fountain

Download fountain 0.1.0


<!-- https://jarcasting.com/artifacts/io.github.yrichika/fountain/ -->
<dependency>
    <groupId>io.github.yrichika</groupId>
    <artifactId>fountain</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.yrichika/fountain/
implementation 'io.github.yrichika:fountain:0.1.0'
// https://jarcasting.com/artifacts/io.github.yrichika/fountain/
implementation ("io.github.yrichika:fountain:0.1.0")
'io.github.yrichika:fountain:jar:0.1.0'
<dependency org="io.github.yrichika" name="fountain" rev="0.1.0">
  <artifact name="fountain" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.yrichika', module='fountain', version='0.1.0')
)
libraryDependencies += "io.github.yrichika" % "fountain" % "0.1.0"
[io.github.yrichika/fountain "0.1.0"]

Dependencies

compile (6)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.12.15
com.github.sbt » sbt-pgp jar 2.1.2
com.typesafe.akka : akka-stream_2.12 jar 2.6.16
org.apache.spark : spark-core_2.12 jar 3.1.2
org.apache.spark : spark-sql_2.12 jar 3.1.2
org.scalactic : scalactic_2.12 jar 3.2.9

provided (1)

Group / Artifact Type Version
org.apache.spark : spark-streaming_2.12 jar 3.1.2

test (2)

Group / Artifact Type Version
com.typesafe.akka : akka-stream-testkit_2.12 jar 2.6.16
org.scalatest : scalatest_2.12 jar 3.2.9

Project Modules

There are no modules declared in this project.