当前位置: 首页 > 软件库 > 大数据 > 数据查询 >

api-platform

授权协议 MIT License
开发语言 Java
所属分类 大数据、 数据查询
软件类型 开源软件
地区 不详
投 递 者 濮阳旭东
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

API Platform

API Platform is a next-generation web framework designed to easily create API-first projects without compromising extensibilityand flexibility:

GitHub Actions

The official project documentation is available on the API Platform website.

API Platform embraces open web standards (OpenAPI, RDF/JSON-LD/Hydra, GraphQL, JSON:API, HAL, OAuth...) and theLinked Data movement. Your API will automatically expose structured datain Schema.org / JSON-LD. It means that your API Platform application is usable out of the box with technologies ofthe semantic web.

It also means that your SEO will be improved because Google leverages these formats.

Last but not least, the server component of API Platform is built on top of the Symfony framework,while client components leverage React (a Vue.js flavor is also available).It means that you can:

  • Use thousands of Symfony bundles and React components with API Platform.
  • Integrate API Platform in any existing Symfony or React application.
  • Reuse all your Symfony and React skills, benefit of the incredible amount of documentation available.
  • Enjoy the popular Doctrine ORM (used by default, but fully optional:you can use the data provider you want, including but not limited to MongoDB and Elasticsearch)

Install

Read the official "Getting Started" guide.

Credits

Created by Kévin Dunglas. Commercial support available at Les-Tilleuls.coop.

  • 采用OpenCL编程进行异构计算,更多的时间是在设计和优化运行在device端的cl文件,而对host端的编程,即对OpenCL API的使用了解不深入。打算后面有机会再来总结一下host端API的应用。 在OpenCL编程中,第一步就是要获取Platform的ID,后面计算的代码都是基于此平台进行的。因此先来介绍Platform的相关API。 1.获取可用平台列表的API clGetPlatfo

  • 出现的问题: Installing dependencies from lock file (including require-dev) Verifying lock file contents can be installed on current platform. Your lock file does not contain a compatible set of packages. P

 相关资料
  • MultiSearch API multi search API 允许在同一API中执行多个搜索请求。它的端点(endpoint)是 _msearch 。 首先请看MultiSearch API Query 文档 SearchRequestBuilder srb1 = client .prepareSearch().setQuery(QueryBuilders.queryStringQue

  • 6.6 ABP表现层 - AJAX API 6.6.2.1 AJAX操作问题 现代的应用经常会使用AJAX,尤其是单页应用,几乎是和服务器通信的唯一手段,执行AJAX通常会有以下步骤: 基本上:为了执行一个AJAX调用,首先你要在客户端提供一个可供请求的URL,选取提交数据和一个方法(GET,POST,PUT,DELETE)。 等待调用完成后,处理返回结果。当执行AJAX调用服务器端的时候,可能会

  • Criteria API是一个预定义的API,用于定义实体的查询。 它是定义JPQL查询的另一种方法。 这些查询是类型安全的,可移植且易于通过更改语法进行修改。 与JPQL类似,它遵循抽象模式(易于编辑模式)和嵌入对象。 元数据API与标准API混合以为标准查询建模持久实体。 标准API的主要优点是可以在编译期间更早地检测到错误。 基于字符串的JPQL查询和基于JPA标准的查询在性能和效率上是相同

  • 什么是REST架构? REST代表REpresentational State Transfer。 REST是基于Web标准的体系结构,使用HTTP协议。 它围绕资源,其中每个组件都是资源,资源由使用HTTP标准方法的公共接口访问。 REST最初由Roy Fielding于2000年推出。 REST服务器只提供对资源和REST客户端访问的访问,并使用HTTP协议修改资源。 这里每个资源都由URI

  • 问题内容: 此处的典型示例是Twitter的API。我从概念上了解REST API的工作原理,从本质上讲,它只是针对您的特定请求的服务器查询,然后您会在其中收到响应(JSON,XML等),很棒。 但是我不确定在后台如何使用流API。我了解如何食用。例如,使用Twitter收听回复。从响应中侦听数据,并在其中分批发送推文。在字符串缓冲区中建立块,然后等待换行指示Tweet的结束。但是他们正在做些什么

  • 我正在开发一个基于Apache JackRabbit OAK(1.3.2)的Web应用程序,它公开了2套API: JCR API 橡木原料药 我的问题是应用程序应该使用哪种API?我能够使用任一API实现应用程序操作。在特性/功能(如有)方面的权衡是什么。 谢啦