daphne-eu / daphne

DAPHNE: An Open and Extensible System Infrastructure for Integrated Data Analysis Pipelines
Apache License 2.0
64 stars 55 forks source link

Revamp of the example scripts #716

Open pdamme opened 3 months ago

pdamme commented 3 months ago

The examples in scripts/examples/ as well as the tutorials in doc/tutorial/ are quite outdated by now. Most of them focus on showcasing minor syntactical aspects of DaphneDSL and DaphneLib, but I'd say they are not really interesting from a user's point of view and don't reflect what can meanwhile be achieved using DAPHNE.

It would be great to show some actually meaningful integrated data analysis pipelines, which

These examples can still focus on certain aspects (like using hardware accelerators, Python data exchange, distributed computing, etc.).

Ideally there should be corresponding test cases that make sure that DAPHNE can successfully compile and run the examples at any point in time.

pdamme commented 3 months ago

Related to #559.