Skip to content

interfacerproject/loshifacer

Repository files navigation

Loshifacer

A simple tool to ingest OSH data in zenflows

Building the digital infrastructure for Fab Cities


Interfacer project

What is INTERFACER?

The goal of the INTERFACER project is to build the open-source digital infrastructure for Fab Cities.

Our vision is to promote a green, resilient, and digitally-based mode of production and consumption that enables the greatest possible sovereignty, empowerment and participation of citizens all over the world. We want to help Fab Cities to produce everything they consume by 2054 on the basis of collaboratively developed and globally shared data in the commons.

To know more DOWNLOAD THE WHITEPAPER

Loshifacer Features



💾 Install

  • Clone losh-rdf on the machine.
  • Install osh-toll in the main root of this repository and projvar in a folder inside you PATH.
  • Modify .env.exmaple such that:
    • PATH_TO_RDF points to the losh-rdf folder
    • URL points to the web-page you want to ingest in
    • USERNAME, AGENT and EDDSA are your personal information
    • LOCATIONID is the location-id of the resources

Now you can simply start the ingestion using the following command:

# install dependencies
poetry install

# enviromantal variable
cp .env.example .env

# to perform a total ingestion
poetry run ingestion
# to perform a ingestion of new files in losh-rdf
poetry run cronjob

🔝 back to top


🎮 Quick start

To start using Loshifacer run the following command in the root folder

docker compose up

🔝 back to top


🐋 Docker

Please refer to DOCKER PACKAGES

🔝 back to top


😍 Acknowledgements

Copyleft (ɔ) 2022 by Dyne.org foundation, Amsterdam

Designed, written and maintained by Puria Nafisi Azizi and Matteo Cristino.

🔝 back to top


🌐 Links

https://www.interfacer.eu/

https://dyne.org/

🔝 back to top


👤 Contributing

  1. 🔀 FORK IT
  2. Create your feature branch git checkout -b feature/branch
  3. Commit your changes git commit -am 'Add some fooBar'
  4. Push to the branch git push origin feature/branch
  5. Create a new Pull Request
  6. 🙏 Thank you

🔝 back to top


💼 License

Loshifacer - A simple tool to ingest OSH data in zenflows
Copyleft (ɔ) 2022 Dyne.org foundation

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

🔝 back to top