在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):sudograph/sudograph开源软件地址(OpenSource Url):https://github.com/sudograph/sudograph开源编程语言(OpenSource Language):HTML 53.8%开源软件介绍(OpenSource Introduction):SudographSudograph is a GraphQL database for the Internet Computer (IC). Its goal is to become the simplest way to develop applications for the IC. Developers start by defining a GraphQL schema using the GraphQL SDL. Once the schema is defined, it can be included within a canister and deployed to the IC. An entire relational database is generated from the schema, with GraphQL queries and mutations enabling a variety of CRUD operations, including advanced querying over relational data. Sudograph should be considered somewhere between alpha and beta software. DocumentationFor full documentation, see The Sudograph Book, which is hosted entirely on the IC by the way. Super quick startmkdir my-new-project
cd my-new-project
npx sudograph
dfx start --background
dfx deploy Once deployed, you can visit the following canisters from a Chromium browser:
If the above didn't work, try The Sudograph Book. Major limitations
Concrete roadmapThe following are very likely to be implemented by Sudograph in the short to medium term future:
Tentative roadmapThe following may or may not be implemented by Sudograph, but they seem like good ideas:
Projects using SudographInspirationSudograph was inspired by many previous projects: |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论