Skip to content

[Rust] Add a prelude #112

@pschafhalter

Description

@pschafhalter

To use ERDOS for a simple dataflow, users currently need to do the following:

use erdos::{
    self,
    dataflow::{
        message::*,
        operators::{JoinOperator, MapOperator},
        stream::{ExtractStream, IngestStream, WriteStreamT},
        Operator, OperatorConfig, ReadStream, WriteStream,
    },
};

This should be simplified to use erdos::prelude::* to cover the essential imports, like in other libraries.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions