Document represents a single Markdown file in the file system. Query documents with optional pagination parameters skip and limit. There's an optional category parameter to filter posts by their category.
https://github.com/vadimdemedes/lanternsTags | markdown md api graphql contentful headless |
Implementation | Javascript |
License | MIT |
Platform | NodeJS |
Saleor is a rapidly-growing open source e-commerce platform that has served high-volume companies from branches like publishing and apparel since 2012. Based on Python and Django, the latest major update introduces a modular front end powered by a GraphQL API and written with React and TypeScript.
e-commerce django storefront store commerce shop ecommerce-storefront ecommerce cart ecommerce-platform react pwa graphql headless headless-ecommerce headless-commerceDaptin is a headless CMS framework to develop and deploy production-ready JSON API based servers. Its feature include Database backed persistence, Rest JSON APIs, OAuth Authentication, Host static sites on multiple sub-domains, Use any cloud storage providers as persistence for files and assets.
content-management-system headless-cms cloud static-site iot-application api server crud-api graphql json docker cmsThe bullet-proof, fast, and most feature-rich Chrome driver around. Navalia lets you interact with Chrome and run parallel work with ease. Not using JavaScript? There's a GraphQL server that you can use to communicate with over HTTP allowing any runtime to drive Chrome. Simply run navalia with a specified port e.g.
chrome automation headless browser typescript graphql headless-chrome cluster queue navaliaCannerCMS lets you build flexible content management systems easy and fast, CMS developers built for CMS developers. Template CMS, Content Management System can build websites fast, but clients often need custom solutions? Well, what CannerCMS do is let creating custom CMS fast and easy with many clouds.
cms cms-component graphql apollo jsx react reactjs firebase restful-api cms-framework firebase-cms prisma-cms graphql-cms prisma restful-api-cms headless-cmsJavaScript SDK for the Contentful Content Delivery API and Content Preview API. It helps you to easily access your Content stored in Contentful with your JavaScript applications. Contentful provides content infrastructure for digital teams to power websites, apps, and devices. Unlike a CMS, Contentful was built to integrate with the modern software stack. It offers a central hub for structured content, powerful management and delivery APIs, and a customizable web app that enable developers and content creators to ship their products faster.
delivery-api sdk contentful-js-sdk contentfulGentics Mesh is an Open Source API-first CMS for developers. All contents can be stored/updated and retrieved using the REST API. Gentics Mesh provides the means to organize your contents in terms of a content tree, or rather a node tree. Nodes can be hierarchically structured if a container schema is provided.
cms-api cms api-first graphql-api headless-cms content-management-systemThe most advanced open-source Content Management Framework to build powerful API with no effort. It is elegant, entirely customizable and fully extensible admin panel, Built on top of Node.js and supports any front-end frameworks (React, Vue, Angular, etc.), mobile apps or even IoT. Halfway between a CMS and a framework, Strapi takes advantages of both worlds. A powerful dashboard to easily manage your content with a flexible framework layer to develop and integrate specific features.
api graphql rest cms headless-cmsKeystone is a scalable platform and CMS to build Node.js applications. Keystone comes with first-class GraphQL support, a highly extensible architecture, and a wonderful Admin UI. It has less focus on hand-holding Node.js template-driven websites and more focus on flexible architecture, a powerful GraphQL API with deep authentication & access control features, an extensible Admin UI and plugins for rich field types, file and database adapters, and session management.
keystonejs nodejs cms express web app admin framework mongoose gui site website forms content-management-system blog headless-cms mean-stackDillinger is a cloud-enabled, mobile-ready, offline-storage, AngularJS powered HTML5 Markdown editor. The overriding design goal for Markdown's formatting syntax is to make it as readable as possible. The idea is that a Markdown-formatted document should be publishable as-is, as plain text, without looking like it's been marked up with tags or formatting instructions.
markdown editor ide blog blogging writing nodejs node md dillinger text html express apiTipe is next Generation API-first CMS. It helps to shape and design content for any project you and your team are working on. Focus and create meaningful content without blocking development. Access your content on any app or platform with our sophisticated next generation APIs.
headless-cms cms api-first graphql rest-api restful content-management-systemPrisma is a performant open-source GraphQL ORM-like layer doing the heavy lifting in your GraphQL server. It turns your database into a GraphQL API which can be consumed by your resolvers via GraphQL bindings. Prisma's auto-generated GraphQL API provides powerful abstractions and modular building blocks to develop flexible and scalable GraphQL backends. Instead of writing SQL or using a NoSQL API, you can query your database with GraphQL.
graphql serverless graphql-api graphql-database database mysql ormReact Markdown Editor
react react-component codemirror editor code wysiwyg md markdowngraphql-up is the fastest way to get a free & ready to use GraphQL API. It works out of the box with Apollo & Relay and supports GraphQL subscriptions.You only need to provide the schema, graphql-up will create a GraphQL API for you. The actual magic happens on the servers sponsored by Graphcool.
graphql apollographql graphql-server relay apollo graphcool backend api cligraphql-up is the fastest way to get a free & ready to use GraphQL API. It works out of the box with Apollo & Relay and supports GraphQL subscriptions. You only need to provide the schema, graphql-up will create a GraphQL API for you. The actual magic happens on the servers sponsored by Graphcool.
graphql apollographql graphql-server relay apollo graphcool backend api cliAPI Platform is a set of tools to build and consume web APIs. API Platform embraces open web standards (Swagger, JSON-LD, GraphQL, Hydra, HAL, JWT, OAuth, HTTP...) and the Linked Data movement. Your API will automatically expose structured data in Schema.org/JSON-LD. It means that your API Platform application is usable out of the box with technologies of the semantic web.
api-framework rest graphql json-ld swagger hydra-api hal hypermedia-api hypermedia-client symfony symfony-bundle react schema-org graphql-server graphql-api hydra rest-frameworkUseful checklist for building good Python library APIs. Based on the "How to make a good library API" PyCon 2017 talk. Edit the Markdown .md files inside lang directory.
api-restPlease read UPGRADE-v2.0.md to learn how to upgrade to Graphene 2.0.Graphene is a Python library for building GraphQL schemas/types fast and easily.
graphql relay framework grapheneEasily create a microservice for generating PDFs using headless Chrome. pdf-bot is installed on a server and will receive URLs to turn into PDFs through its API or CLI. pdf-bot will manage a queue of PDF jobs. Once a PDF job has run it will notify you using a webhook so you can fetch the API. pdf-bot supports storing PDFs on S3 out of the box. Failed PDF generations and Webhook pings will be retried after a configurable decaying schedule.
html pdf headless headless-chrome pdf-generator nodejs node-js pdf-generation chromium headless-chromium google-chromeRepresent any GraphQL API as an interactive graph. It's time to finally see the graph behind GraphQL. You can also explore number of public GraphQL APIs from our list. GraphQL Voyager exports Voyager React component and helper init function. If used without module system it is exported as GraphQLVoyager global variable.
graphql api-documentation visualization graphviz graphql-toolsWe all know that GraphQL is so great and solves many problems that we have with REST API, like overfetching and underfetching. But developing a GraphQL API in Node.js with TypeScript is sometimes a bit of pain. Why? Let's take a look at the steps we usually have to make. The biggest problem is the redundancy in our codebase, which makes it difficult to keep things in sync. To add a new field to our entity, we have to jump through all the files - modify an entity class, the schema, as well as the interface. The same goes with inputs or arguments. It's easy to forget to update one piece or make a mistake with a single type. Also, what if we've made a typo in field name? The rename feature (F2) won't work correctly.
graphql typescript decorators api controllers schema apollographql gql resolvers graphql-js graphql-schema apollo
We have large collection of open source products. Follow the tags from
Tag Cloud >>
Open source products are scattered around the web. Please provide information
about the open source projects you own / you use.
Add Projects.