<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sunfish.git/opendc-format/src/test, branch master</title>
<subtitle>The OpenDC BSc thesis repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.denounce.ai/sunfish.git/'/>
<entry>
<title>refactor(trace): Implement trace API for WTF reader</title>
<updated>2021-09-02T09:30:15+00:00</updated>
<author>
<name>Fabian Mastenbroek</name>
<email>mail.fabianm@gmail.com</email>
</author>
<published>2021-09-01T09:29:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.denounce.ai/sunfish.git/commit/?id=b2308e1077dc60ec6a4dc646613a4be5b59695a6'/>
<id>b2308e1077dc60ec6a4dc646613a4be5b59695a6</id>
<content type='text'>
This change updates the WTF trace reader to support the new streaming
trace API.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change updates the WTF trace reader to support the new streaming
trace API.
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor(trace): Implement trace API for SWF reader</title>
<updated>2021-09-02T09:30:15+00:00</updated>
<author>
<name>Fabian Mastenbroek</name>
<email>mail.fabianm@gmail.com</email>
</author>
<published>2021-08-31T16:08:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.denounce.ai/sunfish.git/commit/?id=5c6bf9739aa0ffd9651df4fcb4cd46a8545144f0'/>
<id>5c6bf9739aa0ffd9651df4fcb4cd46a8545144f0</id>
<content type='text'>
This change updates the SWF trace reader to support the new streaming
trace API.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change updates the SWF trace reader to support the new streaming
trace API.
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor(trace): Move Bitbrains format into separate module</title>
<updated>2021-09-02T09:30:15+00:00</updated>
<author>
<name>Fabian Mastenbroek</name>
<email>mail.fabianm@gmail.com</email>
</author>
<published>2021-08-31T14:18:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.denounce.ai/sunfish.git/commit/?id=214480d154771f0b783829b6e5ec82b837304ad2'/>
<id>214480d154771f0b783829b6e5ec82b837304ad2</id>
<content type='text'>
This change moves Bitbrains trace support into a separate module and
adds support for the new trace api.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change moves Bitbrains trace support into a separate module and
adds support for the new trace api.
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor(trace): Extract Parquet helpers into separate module</title>
<updated>2021-09-02T07:26:42+00:00</updated>
<author>
<name>Fabian Mastenbroek</name>
<email>mail.fabianm@gmail.com</email>
</author>
<published>2021-08-31T13:14:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.denounce.ai/sunfish.git/commit/?id=e8cdfbcec3f75b3f303ce52bac5f5595a94555e4'/>
<id>e8cdfbcec3f75b3f303ce52bac5f5595a94555e4</id>
<content type='text'>
This change extracts the Parquet helpers outside format module into a
new module, in order to improve re-usability of these helpers.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change extracts the Parquet helpers outside format module into a
new module, in order to improve re-usability of these helpers.
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor(format): Clean up Bitbrains trace reader to enable re-use</title>
<updated>2021-08-24T09:47:52+00:00</updated>
<author>
<name>Fabian Mastenbroek</name>
<email>mail.fabianm@gmail.com</email>
</author>
<published>2021-08-18T10:11:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.denounce.ai/sunfish.git/commit/?id=a23ad09d5a1c4033781bd5403ad766cae83a2beb'/>
<id>a23ad09d5a1c4033781bd5403ad766cae83a2beb</id>
<content type='text'>
This change updates the code for the Bitbrains trace reader and upgrades
the TraceConverter to re-use existing code of the Bitbrains trace
reader.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change updates the code for the Bitbrains trace reader and upgrades
the TraceConverter to re-use existing code of the Bitbrains trace
reader.
</pre>
</div>
</content>
</entry>
<entry>
<title>format: Add implementation of local Parquet OutputFile</title>
<updated>2021-06-09T10:43:06+00:00</updated>
<author>
<name>Fabian Mastenbroek</name>
<email>mail.fabianm@gmail.com</email>
</author>
<published>2021-06-09T10:35:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.denounce.ai/sunfish.git/commit/?id=2837ee439aef908b3fe281b9707dbb961e700f1c'/>
<id>2837ee439aef908b3fe281b9707dbb961e700f1c</id>
<content type='text'>
This change adds an implementation of Parquet OutputFile for local files
in order to eliminate the dependency on the entire Hadoop system. This
implementation allows users to read Parquet files locally without
needing a Parquet filesystem implementation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change adds an implementation of Parquet OutputFile for local files
in order to eliminate the dependency on the entire Hadoop system. This
implementation allows users to read Parquet files locally without
needing a Parquet filesystem implementation.
</pre>
</div>
</content>
</entry>
<entry>
<title>format: Use LocalInputFile for Parquet reader</title>
<updated>2021-06-09T10:39:05+00:00</updated>
<author>
<name>Fabian Mastenbroek</name>
<email>mail.fabianm@gmail.com</email>
</author>
<published>2021-06-08T21:46:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.denounce.ai/sunfish.git/commit/?id=1b52a443e508bc4130071e67a1a8e17a6714c6b8'/>
<id>1b52a443e508bc4130071e67a1a8e17a6714c6b8</id>
<content type='text'>
This change updates the format implementations that use Parquet by
switching to our InputFile implementation for local files, which
eliminates the need for Hadoop's filesystem support.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change updates the format implementations that use Parquet by
switching to our InputFile implementation for local files, which
eliminates the need for Hadoop's filesystem support.
</pre>
</div>
</content>
</entry>
<entry>
<title>build: Migrate to flat project structure</title>
<updated>2021-04-25T14:01:14+00:00</updated>
<author>
<name>Fabian Mastenbroek</name>
<email>mail.fabianm@gmail.com</email>
</author>
<published>2021-04-25T14:01:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.denounce.ai/sunfish.git/commit/?id=cd0b45627f0d8da8c8dc4edde223f3c36e9bcfbf'/>
<id>cd0b45627f0d8da8c8dc4edde223f3c36e9bcfbf</id>
<content type='text'>
This change updates the project structure to become flattened.
Previously, the simulator, frontend and API each lived into their own
directory.

With this change, all modules of the project live in the top-level
directory of the repository. This should improve discoverability of
modules of the project.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change updates the project structure to become flattened.
Previously, the simulator, frontend and API each lived into their own
directory.

With this change, all modules of the project live in the top-level
directory of the repository. This should improve discoverability of
modules of the project.
</pre>
</div>
</content>
</entry>
</feed>
