Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

chore(docs): Update README with deprecation note #383

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Component

---

## ⚠️ Deprecation of this repository

This repository is in process of being moved to
[`pipeline-backend`](https://github.com/instill-ai/pipeline-backend/tree/main/pkg/component).
Please, update and import the code in / from that repository instead of this
one.

A few remaining tasks remain before archiving the repository:
- [ ] Port the Pull Requests to `pipeline-backend`.
- [ ] Move [`compogen`](./tools/compogen) to `pipeline-backend`.
- [ ] Merge the contribution guidelines in the new repository.

---

A **component** is the basic building block of the [**Instill Core**](https://github.com/instill-ai/instill-core) pipeline. The pipeline consists of multiple components.
We have two types of components: connectors and operators.
This Golang package defines the common interface and functions for all components.
Expand Down
Loading