Skip to content

Releases: FPGA-Research-Manchester/OrkhestraFPGAStream

Interactive demo version

02 Sep 14:48
31cc21f
Compare
Choose a tag to compare
Pre-release

For this release the PR modules have been added and have been made fully functional with a SQL parser at the front-end.
With an option -x and the runtime system can be run in an interactive mode to explore different options what the framework offers.

Alpha release

02 Sep 09:10
d6d0a6d
Compare
Choose a tag to compare
Alpha release Pre-release
Pre-release

This first initial release is about showing the concept of orchestrating dynamic stream processing pipelines on FPGAs.

The release contains module bitstreams for some basic SQL operations:

  • Filter
  • Join
  • Linear Sort
  • Merge Sort
  • Addition
  • Multiplication
  • Global Aggregation Sum

First the input query plan tree and config is parsed and scheduled to different FPGA runs and then the included drivers will run the queries on an FPGA using the included FOS repository.

Documentation on how to build & run is included in the repositiory. Next release will improve on module scheduling.