Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/konard/mapreduce-net

Automatically exported from code.google.com/p/mapreduce-net
https://github.com/konard/mapreduce-net

Last synced: 8 days ago
JSON representation

Automatically exported from code.google.com/p/mapreduce-net

Awesome Lists containing this project

README

        

Because of the SQLite output, Mapreduce.NET is built for 32 bit output as IIExpress currently cannot host 64 bit applications (so the reference to SQLite must be the 32 bit).
If you want to compile to 64 bit, either use full IIS or don't use the remoting part.

Inputs:

MapReduce.NET.Input.TextfileLineInput
public DateTime? CreationDateAtLeast { get; set; }
public DateTime? CreationDateAtMost { get; set; }

Outputs:

MapReduce.NET.Output.ConsoleOutput

MapReduce.NET.Output.CSVJSONOutput

MapReduce.NET.Output.SQLiteProtoBufOutput

MapReduce.NET.Output.SQLiteOutput