wanglingsong / JsonSurfer

A streaming JsonPath processor in Java
MIT License
292 stars 55 forks source link

Can JsonSurfer be used over multiple input files with same structure ? #52

Closed MITIN33 closed 5 years ago

MITIN33 commented 5 years ago

I wanted explorer if JsonSurfer can work on scanning over similar json structure distributed over multiple files ?

wanglingsong commented 5 years ago

You can scan them one by one

MITIN33 commented 5 years ago

my use case is i have to do grouping of data inside files based on some logic and exported the json data. Does it support distributed processing , kind of map reduce ?

wanglingsong commented 5 years ago

JsonSurfer does not have such map-reduce function.