69fc3652a2760ce0e0c17c3f3182aad43f8e7be0
- Created a new migration to set up Redux Graph tables for storing FA domain objects - Implemented `Domain::Fa::MigrateUsersToGraph` service to migrate existing FA users to graph nodes - Added a new rake task `fa:migrate_fa_to_graph` to trigger user migration - Configured graph database schema to support FA-specific node and edge types - Added factories and specs to validate graph node creation and associations This commit sets up the infrastructure for migrating existing FA domain objects to the new graph database model, enabling more flexible and performant data relationships.
README
This README would normally document whatever steps are necessary to get the application up and running.
Things you may want to cover:
- Ruby version
- 3.2.6
- System dependencies
- node 18.x
-
Configuration
-
Database creation
-
Database initialization
-
How to run the test suite
-
Services (job queues, cache servers, search engines, etc.)
-
Deployment instructions
- Build docker image with
docker build . -t redux-scraper-app
- ...
Description
Languages
Ruby
80%
HTML
10.8%
TypeScript
7.8%
JavaScript
0.7%
Shell
0.2%
Other
0.4%