Generic feed processing for Java

This library implements persistent and consistent processing of feed data without making assumptions of a feed's structure or source. In this context a feed can represent any chain of data that can be implemented as the `FeedEndpoint` interface of the *feed-api* module.

License

License

GroupId

GroupId

codes.rafael.feed
ArtifactId

ArtifactId

feed
Last Version

Last Version

1.1
Release Date

Release Date

Type

Type

pom
Description

Description

Generic feed processing for Java
This library implements persistent and consistent processing of feed data without making assumptions of a feed's structure or source. In this context a feed can represent any chain of data that can be implemented as the `FeedEndpoint` interface of the *feed-api* module.
Project URL

Project URL

https://github.com/raphw/skatteprosessen-feed
Source Code Management

Source Code Management

http://github.com/raphw/skatteprosessen-feed/tree/master

Download feed

Filename Size
feed-1.1.pom 5 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/codes.rafael.feed/feed/ -->
<dependency>
    <groupId>codes.rafael.feed</groupId>
    <artifactId>feed</artifactId>
    <version>1.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/codes.rafael.feed/feed/
implementation 'codes.rafael.feed:feed:1.1'
// https://jarcasting.com/artifacts/codes.rafael.feed/feed/
implementation ("codes.rafael.feed:feed:1.1")
'codes.rafael.feed:feed:pom:1.1'
<dependency org="codes.rafael.feed" name="feed" rev="1.1">
  <artifact name="feed" type="pom" />
</dependency>
@Grapes(
@Grab(group='codes.rafael.feed', module='feed', version='1.1')
)
libraryDependencies += "codes.rafael.feed" % "feed" % "1.1"
[codes.rafael.feed/feed "1.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • feed-api
  • feed-memory
  • feed-reader
  • feed-stream
  • feed-client-atom
  • feed-client-kafka
  • feed-client-sql
  • feed-repository-jdbc
  • feed-persistent-jdbc

Versions

Version
1.1
1.0