label305/belt
Composer 安装命令:
composer require label305/belt
包简介
Helping you to import/export data in a memory efficient way
README 文档
README
Helping us to generate exports and process import in a memory efficient way.
Usage
TL;DR write a data Provider, transform it with a Transformer so that
your Assembler can write to your persistence.
Exporting/importing is nothing more than transformation from one datasource
and writing to another. So there are a few main parts that come into play
Provider, Transformer, Assembler and Persister.
The Provider, this will take care of feeding the system with data. Using
a generator function a file, stream, database can be read and provided in the
form of DataBags, a DataBag is a simple key/value store with which the
system knows how to cope.
Now each DataBag is passed through a Transformer which will create
an (associative) array. This Transformer will "decide" how the output
will look and decides about order of fields, available fields etc.
After transformation an Assembler will take over, this is the step
that will actually create some output. This can be a line of a CSV, but,
since it knows its limitations, also a combined associative array that
after everything is done will compile to a JSON blob.
This Assembler step will also manage what is passed to a Persister.
Which can be your own repository or one borrowed from us, such as the
FilePersister, which will, in the case of CSV's, neatly write every line
one after another.
License
Copyright 2016 Label305 B.V.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
label305/belt 适用场景与选型建议
label305/belt 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 25.79k 次下载、GitHub Stars 达 2, 最近一次更新时间为 2017 年 04 月 13 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 label305/belt 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 label305/belt 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 25.79k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 8
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2017-04-13