> Done. Thank you!
>
> https://corpora.tika.apache.org/datasette
thx - there is an issue if you add a query criteria and click apply as the url
is not prepended with datasette so the request
fails.
e.g.
https://corpora.tika.apache.org/corpora-metadata/tika_1_24_1_mimes?_sort=file&mime__exact=text%2Fpdf
This should become
https://corpora.tika.apache.org/datasette/corpora-metadata/tika_1_24_1_mimes?_sort=file&mime__exact=text%2Fplain
BR
Maruan
>
> On Tue, Jun 23, 2020 at 4:09 PM Maruan Sahyoun <sahy...@fileaffairs.de>
> wrote:
>
> > Could we propably proxy everything using apache and not expose additional
> > ports? In addition use HTTPS throughout?
> >
> > BR
> > Maruan
> >
> > > All,
> > >
> > > I created one big sqlite db with tika-eval profile tables and mimes
> > from
> > > tika and file and loaded them into datasette run via Docker.
> > >
> > > http://corpora.tika.apache.org:8001/
> > >
> > > How should I document example sql...on our wiki? What queries do we
> > > want? What do people want to know?
> > >
> > > The creation of this db was hackish...to say the best...will try to
> > work
> > > out better process going forward.
> > >
> > > Cheers,
> > >
> > > Tim
> >
> >
--