Skip to content

Commit 6fa7faa

Browse files
committed
Add note regarding merge into metafacture-core. (metafacture/metafacture-core#577)
This repository will be archived, all activity ceases here and will be continued in core.
1 parent 74ca2e3 commit 6fa7faa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
> [!NOTE]
2+
> This repository has been merged into [metafacture-core](https://github.com/metafacture/metafacture-core) (see the associated [issue](https://github.com/metafacture/metafacture-core/issues/577) for more information). All future developments and contributions will happen there. For updated usage instructions, see the core [README](https://github.com/metafacture/metafacture-core/blob/master/README.md#getting-started).
3+
14
# Metafacture Fix
25

36
Metafacture Fix (Metafix) is work in progress towards tools and an implementation of the Fix language for [Metafacture](https://metafacture.org/) as an alternative to configuring data transformations with [Metamorph](https://github.com/metafacture/metafacture-core/wiki#morph). Inspired by [Catmandu Fix](https://librecat.org/Catmandu/#fix-language), Metafix processes metadata not as a continuous data stream but as discrete records. The basic idea is to rebuild constructs from the (Catmandu) Fix language like [functions](https://librecat.org/Catmandu/#functions), [selectors](https://librecat.org/Catmandu/#selectors) and [binds](https://librecat.org/Catmandu/#binds) in Java and combine with additional functionalities from the Metamorph toolbox.

0 commit comments

Comments
 (0)