Skip to content

Demos a simple alternative search over Open Data Scotland's dataset indexes

Notifications You must be signed in to change notification settings

data-commons-scotland/dcs-opendatascot-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An app which demos a simple alternative search over Open Data Scotland’s indexes

This is an app which demos a simple, useful alternative to the JKAN search on the Open Data Scotland website. Its aim is to better support exploratory searches.

Building and running

# Install any npm controlled libs (probably need to firstly run: shadow-cljs compile app )
npm install

# To make shadow-cljs directly available on to the command line...
#     npm install shadow-cljs

# Compile a build once and exit
shadow-cljs compile app

# Compile and watch (the resulting webapp will be at http://localhost:3000 )
shadow-cljs watch app

# Connect to REPL for the build (available while watch is running)
shadow-cljs cljs-repl app

# Build a release-build that is optimized for production use
shadow-cljs release app

# Then run it
python3 -m http.server 3000 --directory public

About

Demos a simple alternative search over Open Data Scotland's dataset indexes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published