From: Francesc Alted Date: Fri, 1 Jun 2018 10:14:57 +0000 (+0200) Subject: Added an ANNOUNCE file X-Git-Url: https://git.jsancho.org/?p=datasette-pytables.git;a=commitdiff_plain;h=d282448757f20ce323c85b9e9c77dfddf9167f66;ds=sidebyside Added an ANNOUNCE file --- diff --git a/ANNOUNCE.md b/ANNOUNCE.md new file mode 100644 index 0000000..7337fcf --- /dev/null +++ b/ANNOUNCE.md @@ -0,0 +1,26 @@ +# Announcing datasette-pytables 1.0.0 + +## What's new + +This is the first public release. Many things are working, most specially: + +* Filters (e.g. `temp >= 3`) are working. + +* Sorted by is working for columns with CSI indexes. + +* Pagination is implemented for the first dimension of tables or arrays. + +* Arrays can be visualized (at least when they are small). + +## What it is + +Datasette-PyTables provides a web interface and a JSON API for [PyTables](https://github.com/PyTables/PyTables) files, allowing them to be accessible for e.g. Javascript programs. It works in conjunction with [Datasette-Core](https://github.com/PyTables/datasette-core), a trivial fork of the original [Datasette](https://github.com/simonw/datasette), which provides a web interface for SQLite files. This fork is able to work with SQLite files, like the original project, but can accept external connectors for any kind of database files, so you can develop your own connector for your favourite data container if you want (read [developers doc](https://github.com/PyTables/datasette-pytables/blob/master/DEVELOPERS.md)) + +## Resources + +Visit the main datasette-pytables site repository at: +https://github.com/PyTables/datasette-pytables + +---- + + **Enjoy data!**