Nathan Daly
09 April 2019
less than a minute read
At RelationalAI, we believe relational knowledge graphs are the foundation for future data-centric systems, and we are excited to demo the reactive notebook environment we built for working with knowledge graphs here with you!
We'll talk about the ways our notebook is inspired by Pluto, and the exciting ways it differs.
To celebrate Pluto's 1 year anniversary, we are hosting PlutoCon, a two day mini conference about.... Pluto! It is a place to learn techniques from other Pluto users and from Pluto's designers.
Pluto.jl is open source, available at: https://github.com/fonsp/Pluto.jl
Powered by the Julia programming language: https://julialang.org/
We are excited to announce worksheets, a new interface for submitting Rel queries. Worksheets allow you to develop blocks of Rel code and run them against a database. They can be shared with other users using their URLs.
Read MoreWe are excited to announce the support of varargs in Rel. You can use varargs to write more general code that works for multiple arities. Varargs can be useful when writing generic relations for common utilities.
Read MoreValue types help distinguish between different kinds of values, even though the underlying representation may be identical. Value types can be used to define other value types.
Read More