From 0619550107bcf38203a068e6a4fe6171cc06ac0f Mon Sep 17 00:00:00 2001 From: dextmorgn Date: Tue, 16 Sep 2025 12:31:06 +0200 Subject: [PATCH] feat: update readme --- Makefile | 3 +++ README.md | 12 +++--------- flowsint-core/README.md | 14 ++++++++++++++ flowsint-transforms/README.md | 2 +- flowsint-types/README.md | 2 +- 5 files changed, 22 insertions(+), 11 deletions(-) create mode 100644 flowsint-core/README.md diff --git a/Makefile b/Makefile index 515be3d..2a4b527 100644 --- a/Makefile +++ b/Makefile @@ -75,3 +75,6 @@ clean: rm -rf $(PROJECT_ROOT)/flowsint-core/.venv rm -rf $(PROJECT_ROOT)/flowsint-transforms/.venv rm -rf $(PROJECT_ROOT)/flowsint-api/.venv + + +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 diff --git a/README.md b/README.md index bf82a68..cf8314c 100644 --- a/README.md +++ b/README.md @@ -38,18 +38,12 @@ flowsint-types (types) - Poetry (for dependency management) - Docker (for some tools) -### Installation +### Run -1. Run the install script +For now, you can start flowsint in a development environment. It's pretty performant already ! And fully local stored. Make sure you have **Make** installed. ```bash -chmod +x ./install.sh -``` - -### Run the services - -```bash -chmod +x ./start.sh +make dev ``` An electron app should start, frontend is also accessible at [http://localhost:5173](http://localhost:5173). diff --git a/flowsint-core/README.md b/flowsint-core/README.md new file mode 100644 index 0000000..ea79221 --- /dev/null +++ b/flowsint-core/README.md @@ -0,0 +1,14 @@ +# flowsint-core +The repository containing the core components for flowsint. + +It contains: +- Celery tasks +- Authentication +- NEO4J database connectors +- POSTGRESQL database connectors +- Transform base class +- Transform orchestrator +- Transform registry +- Encrypted vault + +> ⚠️ 🚧 Work in progress !. diff --git a/flowsint-transforms/README.md b/flowsint-transforms/README.md index 188130f..4b00e8d 100644 --- a/flowsint-transforms/README.md +++ b/flowsint-transforms/README.md @@ -1,4 +1,4 @@ # flowsint-transforms The repository containing open-source transforms for flowsint. -> ⚠️ 🚧 Work in progress ! No ready yet. \ No newline at end of file +> ⚠️ 🚧 Work in progress !. diff --git a/flowsint-types/README.md b/flowsint-types/README.md index 660faa2..ae01189 100644 --- a/flowsint-types/README.md +++ b/flowsint-types/README.md @@ -2,4 +2,4 @@ The types used in the flowsint transforms and core for flowsint. -> ⚠️ 🚧 Work in progress ! No ready yet. \ No newline at end of file +> ⚠️ 🚧 Work in progress !.