Skip to content

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

License

Notifications You must be signed in to change notification settings

tsafacjo/gogoportefollioopt

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published