Skip to content

Repository files navigation

public static String convertInputStreamToString(InputStream inputStream) throws IOException {

BufferedReader reader = new BufferedReader(new InputStreamReader(inputStream)); StringBuilder stringBuilder = new StringBuilder(); String line;

while ((line = reader.readLine()) != null) {
stringBuilder.append(line); stringBuilder.append(System.lineSeparator()); // Add line separator if needed

}

reader.close(); return stringBuilder.toString();

}

gogoportefollioopt

Documentation Status Updates

gogoportefollioopt

this project aim to ingest stock market data into a big data plateform then process the data and output best portefollio composition for given symbols.

Features

  • TODO

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

About

this project aims that set up a big data that ingestion for a specific collection of symbols stocks market then process this data and then generate the optimazed portefolio and indicator on stocks

Resources

Contributing

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages