Code Monkey home page Code Monkey logo

ehlc-curation-prototype's Introduction

EHLC Curation Prototype

This prototype shows how Nanobot can be used to curate datasets for EHLC.

WARNING: Nanobot is "alpha" stage software, still under active development and likely to change.

Usage

  1. clone this repository
  2. download a nanobot binary for your platform
  3. run nanobot and browse http://localhost:3000

For example:

git clone https://github.com/jamesaoverton/ehlc-curation-prototype.git
cd ehlc-curation-prototype
curl -L -o nanobot https://github.com/ontodev/nanobot.rs/releases/download/v2024-07-29/nanobot-v20240729-x86_64-linux
chmod +x nanobot
./nanobot serve --connection :memory:

This will create a temporary, in-memory SQLite database, then load and validate all TSV files, and start the web application at http://localhost:3000. Inside the web application, "Actions > Save" will save changes to the TSV files. Press Ctrl-C to stop the web server.

You can create a persistent SQLite database file using ./nanobot init first. For example:

rm -f .nanobot.db && ./nanobot init && ./nanobot serve

This will also create a nanobot.toml configuration file that you can modify.

Files

  • geospatial.tsv geospatial datasets (partial)
  • src/schema/ configuration and controlled terminology
    • table.tsv, column.tsv, datatype.tsv: table configuration
    • *.tsv controlled terminology

ehlc-curation-prototype's People

Contributors

jamesaoverton avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

niehs

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.