tonsky / datascript

Immutable database and Datalog query engine for Clojure, ClojureScript and JS
Eclipse Public License 1.0
5.45k stars 304 forks source link

Static site for trying out DataScript #247

Open rnewman opened 6 years ago

rnewman commented 6 years ago

The end result of building DataScript is a chunk of JS. It'd be really interesting to have a github.io page with 'transact' and 'query' boxes to try it out without having to build an app.

tonsky commented 6 years ago

are you up for building it?

rnewman commented 6 years ago

There's a chance, but no commitment from me! Figured it was worth filing an issue anyway.

tonsky commented 6 years ago

Yeah, thanks!

On Tue, Jan 23, 2018 at 10:57 PM Richard Newman notifications@github.com wrote:

There's a chance, but no commitment from me! Figured it was worth filing an issue anyway.

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/tonsky/datascript/issues/247#issuecomment-359911018, or mute the thread https://github.com/notifications/unsubscribe-auth/AARabI_2eNbJRnprlCZZFqWikujBO3Nbks5tNjmZgaJpZM4RqLxw .

comnik commented 6 years ago

http://www.learndatalogtoday.org/ is helpful, although it's aimed at Datomic and only covers the query language.