Open Know-How (OKH) wants to make hardware projects easier to find through a standardised data interchange format. Read more about it here.
This site is a prototype for a federated search using the OKH format. Have a look at the design docs for more details on the thinking behind it.
- search.openknowhow.org - This site that tries to collate all sources of OKH compliant data.
- Appropedia.org - Appropedia is the site to develop and share collaborative solutions in sustainability, poverty reduction and international development through the use of sound principles and appropriate technology.
- GOSH Community - A community that wants to make open science hardware ubiquitous by 2025.
- Field Ready - A group of organizations with efforts to prevent, respond to and address the causes and consequences of disasters.
You can directly edit the okh-config.json on this site and add a URL of your OKH compliant manifest under the remoteManifests
field. Alternatively you can add your project to one of the community sites listed above (or make your own community site!).
If you don't want to host the .yml manifest yourself you can add a local-manifests/
folder in this repo and put the .yml file in there.
You can either use this template for a static Next.js site or add an OKH compliant API to any site.
- Create a site based on this template
npx create-next-app -e https://github.com/iop-alliance/okh-search my-okh-site
-
Replace
public/logo.svg
andpublic/favicon.png
with your own images. -
Edit
okh-config.json
, including:
title
- The page title.description
- A description of what the page is for.url
- The URL of the site when it will be deployed.remoteLists
- URLs of any list of manifest JSON endpoints that you would like to include in your page.remoteManifests
- OKH manifests of projects you want to include.
If you want to add manifests locally add a folder called local-manifests/
and put .yml files in there.
- Install dependencies
npm install
- Retrieve the manifest data
npm run get-data
- Take a look at the local development site.
npm run dev
Visit http://localhost:3000 to see it.
- Export a static site (this can be deployed on e.g. Github or Gitlab pages or somewhere like Vercel or Netlify)
npm run build && npm run export
- Please edit the
okh-config.json
on iop-alliance/okh-search and add your${your-site}/manifests/list.json
to theremoteLists
field. This will add the projects from your site to https://search.openknowhow.org.
- Manually make or generate OKH compliant manifests for each project you want to list.
- Create a JSON list endpoint of these manifests.
- Please edit the
okh-config.json
on iop-alliance/okh-search and add your${your-site}/manifests/list.json
to theremoteLists
field. This will add the projects from your site to https://search.openknowhow.org.
This project is funded through the NGI0 Discovery Fund, a fund established by NLnet with financial support from the European Commission's Next Generation Internet programme, under the aegis of DG Communications Networks, Content and Technology under grant agreement No 825322.