Html storage database

What open source databases are suitable for html storage? I am looking for a database that will at least support XPath queries, scalability, etc.

+6
source share
2 answers

If you need to pre-process HTML to normalize it in XHTML using tools such as TagSoup , then you can use an open source XML database such as eXist .

+3
source
+3
source

Source: https://habr.com/ru/post/886047/


All Articles