Skip to content
/ comet Public

Scala application for validating RDF data streams

License

Notifications You must be signed in to change notification settings

ulitol97/comet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

comet logo

Comet is a Scala application for validating RDF data streams. Comet uses:

  • Cats Effect: For composing the app in a functional style and within the Typelevel ecosystem.
  • FS2: For reliably processing all sorts of Streams in parallel.
  • SHaclEX: For RDF processing and validation against both ShEx and SHACL.

Getting started

Refer to the project's microsite to get installation and usage instructions.