Skip to content

vmagamedov/sw.kinko

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Star Wars Playground

This is a sample application to try Kinko DSL and Hiku Graph API.

Installation

Setup environment:

$ git clone https://github.com/vmagamedov/sw.kinko.git && cd sw.kinko
$ pyvenv env
$ source env/bin/activate
$ pip install -r requirements.txt

Then run example:

$ python sw.wsgi
 * Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)

To view rendered swapp/ui/index.kinko template, you can open http://localhost:5000/ url. In the console you will see generated Hiku query and result of it's execution.

To view Graph API Console, you can open http://localhost:5000/graph url. Try this query:

[{:features [:title :director {:planets [:name]}]}]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages