|
|
|
Ask HN: What's the best way to create a database for legal document clauses?
|
|
3 points
by padheyam
1402 days ago
|
|
I am a lawyer, so apologies if the question is too naive.
I have thousands of agreements from over a decade of my legal practice. These documents comprise of various contractual clauses (multiple paragraphs). Right now, the documents are stored in folders and word/pdf formats :D. I am now looking to store clauses (and not entire documents) relating to similar topics together. Any suggestions how I should go about doing this? While for now it is intended for my captive use, at some point in the distant, I might want to provide access to public as well. Though I am not a tech expert, I am reasonably confident of learning just enough to solve any particular problem I face. |
|
datasette
https://github.com/simonw/datasette
Or SQLitebrowser https://sqlitebrowser.org/
(There are other generalized tools, search around to see if there are more suitable.)
You can store whole files, in addition to searchable text fields , and the single file is easier to share or turn into a more sophisticated “app” when the time is right.