Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/konard/mapreduce-net
- Owner: Konard
- Created: 2015-11-24T20:46:26.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-24T20:48:59.000Z (almost 9 years ago)
- Last Synced: 2024-10-10T13:36:22.470Z (28 days ago)
- Language: C#
- Size: 17.6 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.txt
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