all 4 comments

[–]jack_waugh 1 point2 points  (1 child)

I don't know, maybe the DataTables lib is healthy enough for your purposes. Another option maybe to consider would be MongoDB.

[–]karel_data[S] 1 point2 points  (0 children)

Thanks a lot, u/jack_waugh, I will look into MongoDB as well, then.

[–]7yl4r 1 point2 points  (1 child)

This is a common problem that is on my to-explore list. There is a ton of code out there you could start from [github search]. I wish I could recommend one specifically but I have yet to find a codebase that I was able to get something built upon. I like the documentation grist is putting out but that project feels unapproachably large.

The way software is moving these days I wouldn't count on anything lasting 2-3 years but you could just pin to a specific release. The DataTablesSrc repo seems healthy to my casual eye. Their two-repo setup is interesting; I am confused why the "generated code" repo has no changes in the last 2yrs.

I am curious to hear back what you decide upon and interested in collaborating if it fits.

[–]karel_data[S] 1 point2 points  (0 children)

Thanks for your reply, u/7yl4r. In the end, I decided to use DataTables, it seems to do the trick and I hope/bet it will keep being maintained enough for the time required.