jsondb-core icon indicating copy to clipboard operation
jsondb-core copied to clipboard

One file for each item in a collection

Open jansoren opened this issue 9 months ago • 3 comments

Is it possible to create one file for each item in a collection? I have a large document with alot of items that ends up beeing a realy large collection.

Would be nice with something like

@Document("MyDocument"+id)

jansoren avatar Nov 23 '23 16:11 jansoren

You need some pagination, interesting idea, I am totally out of bandwidth, if you have time to raise a PR I would be happy to review it and incorporate it if its stable.

FarooqKhan avatar Jan 24 '24 11:01 FarooqKhan

Do you have a suggestion of solution and can point me in the correct direction then I might get time to look into it.

jansoren avatar Jan 24 '24 12:01 jansoren

I tried to extend the code with the feature to create one file for each item in a collection. But it was too extensive, so I ended up making a simpler solution here -> https://github.com/filelize/filelize-java

jansoren avatar May 06 '24 06:05 jansoren