Git Product home page Git Product logo

domderen / godel Goto Github PK

View Code? Open in Web Editor NEW

This project forked from goldenrecursion/godel

0.0 0.0 0.0 928 KB

Godel is Golden's open-source Python SDK that will provide developers and agents with the tools and means to build applications and extend Golden's protocol.

Home Page: https://docs.golden.xyz/godel-python-sdk

License: Apache License 2.0

Python 65.19% Jupyter Notebook 34.03% Dockerfile 0.78%

godel's Introduction

Godel: Golden's Python SDK for its Decentralized Canonical Knowledge Graph

Overview

Golden's protocol provides users with the opportunity to query from and contribute towards building the world's most extensive decentralized graph of canonical knowledge.

Godel is Golden's open-source Python SDK that will provide developers and agents with the tools and means to build applications and extend Golden's protocol.

Godel's repository includes a python package and software to help provide developers with an API wrapper, data processing framework, and web3 utility toolkit for programmatic data query and ingest.

Documentation

Godel guides and documentation can be found in Golden's API Docs.

Installation

Godel requires Python 3.8+

pip install godel

# Add extras to install web3, jupyter, data tools, etc.
pip install godel[web3,data-tools]

Quickstart

Query against the protocol GraphQL API to retrieve and explore data in the knowledge graph.

from godel import GoldenAPI

goldapi = GoldenAPI()

# Retrieve existing triple predicates
goldapi.predicates()

# Retrive existing entity templates 
goldapi.templates()

# Search and query for specific entities
goldapi.entity_search(name="Golden")

Docker Setup

Run docker-compose build and then docker-compose up.

Go to localhost:8888 to run our tutorials in jupyter lab.

Images are built with data processing and compute in mind to aid users in their validation and ingest queries.

Contact

For all things related to godel and development, please contact the maintainer Andrew Chang at [email protected] or @achang1618 for any quesions or comments.

For all other support, please reach out to [email protected].

Follow @golden to keep up with additional news!

License

This project is licensed under the terms of the Apache 2.0 license

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.