Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pokle/cinge

Extracts and transforms LDIF files for loading into Elasticsearch
https://github.com/pokle/cinge

Last synced: 10 days ago
JSON representation

Extracts and transforms LDIF files for loading into Elasticsearch

Awesome Lists containing this project

README

        

cinge
=====

Extracts and transforms LDIF files for loading into Elasticsearch. (Well, it's still work in progress)

Benchmarks
==================

To count the number of newlines in an LDIF file (to understand the scale):

12seconds to process a 4gb file on a 2.3Ghz Intel Core i7, 16gb, SSD
40seconds to process a 4gb file on a 1.8Ghz Intel Core i7, 4gb, SSD

To extract the cn's from a 4gb file (already cached by the OS in its FS cache). This was on the 2.3Ghz Intel Core i7 with 16gb and SSD

6.5 seconds by cinge
3mins, 11 seconds by fgrep!!!!