diff --git a/.env_example b/.env_example index 2ced91c..2d5dd19 100644 --- a/.env_example +++ b/.env_example @@ -1,6 +1,3 @@ -#filename file to create with .graphml extension -FILENAME_GRAPHML= - #table names have to image, regular expression format INCLUDE_TABLES= diff --git a/docs/connections.graphml b/docs/connections.graphml deleted file mode 100644 index 4d1c282..0000000 --- a/docs/connections.graphml +++ /dev/null @@ -1,54 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - image_database - - - - - - - - - - - Postgres - - - - - - Postgres]]> - - - - - - - - - - - - - - - - diff --git a/docs/connections.jpg b/docs/connections.jpg deleted file mode 100644 index 0a3fcf3..0000000 Binary files a/docs/connections.jpg and /dev/null differ diff --git a/docs/packages.graphml b/docs/packages.graphml deleted file mode 100644 index 6116573..0000000 --- a/docs/packages.graphml +++ /dev/null @@ -1,597 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - . - - - - - - - - - - - - - - - - - - - - - - - - - - - - bin - - - - - - - - - - - - - - - - - - - - - - - - - - - - - cmd - - - - - - - - - - - - - - - - - - - - - - - - - - - - - internal (2 func, 35 lines) - - - - - - - - - - - - - - - - - - - - - - - - - - main - - - - - - - - - - - - - config (3 func, 53 lines) - - - - - - - - - - - - - - - - - - - - - - - - - - config - - - - - - - - - - - - - - - constants (6 lines) - - - - - - - - - - - - - - - - - - - - - - - - - - constants - - - - - - - - - - - - - - - logic (4 func, 127 lines) - - - - - - - - - - - - - - - - - - - - - - - - - - logic - - - - - - - - - - - - - - - postgres (2 func, 229 lines) - - - - - - - - - - - - - - - - - - - - - - - - - - postgres - - - - - - - - - - - - - - - types (43 lines) - - - - - - - - - - - - - - - - - - - - - - - - - - types - - - - - - - - - - - - - - - - - pkg - - - - - - - - - - - - - - - - - - - - - - - - - - - - graphml (24 func, 1084 lines) - - - - - - - - - - - - - - - - - - - - - - - - - - graphml - - - - - - - - - - - - config]]> - - - - - - - - - - - - - - - - constants]]> - - - - - - - - - - - - - - - - logic]]> - - - - - - - - - - - - - - - - graphml]]> - - - - - - - - - - - - - - - - postgres]]> - - - - - - - - - - - - - - - - types]]> - - - - - - - - - - - - - - - - graphml]]> - - - - - - - - - - - - - - - - config]]> - - - - - - - - - - - - - - - - types]]> - - - - - - - - - - - - - - - - types]]> - - - - - - - - - - - - - config]]> - - - - - - - - - - - - - - - - - - - diff --git a/docs/packages.jpg b/docs/packages.jpg deleted file mode 100644 index 024f93c..0000000 Binary files a/docs/packages.jpg and /dev/null differ diff --git a/examples/Camunda8/database.graphml b/examples/Camunda8/database.graphml deleted file mode 100644 index 14795eb..0000000 --- a/examples/Camunda8/database.graphml +++ /dev/null @@ -1,259 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - timer - due_date_ int8 -element_instance_key_ int8 -key_ int8 -process_definition_key_ int8 -process_instance_key_ int8 -repetitions int4 -state_ varchar -target_element_id_ varchar -timestamp_ int8 - - - - - - - - - - - - - - element_instance - bpmn_element_type_ varchar -element_id_ varchar -flow_scope_key_ int8 -id varchar -intent_ varchar -key_ int8 -partition_id_ int4 -position_ int8 -process_definition_key_ int8 -process_instance_key_ int8 -timestamp_ int8 - - - - - - - - - - - - - - error - error_event_position_ int8 -exception_message_ oid -position_ int8 -process_instance_key_ int8 -stacktrace_ oid -timestamp_ int8 - - - - - - - - - - - - - - hazelcast_config - id varchar -sequence int8 - - - - - - - - - - - - - - message - correlation_key_ varchar -key_ int8 -message_id_ varchar -name_ varchar -payload_ oid -state_ varchar -timestamp_ int8 - - - - - - - - - - - - - - process - bpmn_process_id_ varchar -key_ int8 -resource_ oid -timestamp_ int8 -version_ int4 - - - - - - - - - - - - - - process_instance - bpmn_process_id_ varchar -end_ int8 -key_ int8 -parent_element_instance_key_ int8 -parent_process_instance_key_ int8 -partition_id_ int4 -process_definition_key_ int8 -start_ int8 -state_ varchar -version_ int4 - - - - - - - - - - - - - - incident - bpmn_process_id_ varchar -created_ int8 -element_instance_key_ int8 -error_msg_ oid -error_type_ varchar -job_key_ int8 -key_ int8 -process_definition_key_ int8 -process_instance_key_ int8 -resolved_ int8 - - - - - - - - - - - - - - job - element_instance_key_ int8 -job_type_ varchar -key_ int8 -process_instance_key_ int8 -retries_ int4 -state_ varchar -timestamp_ int8 -worker_ varchar - - - - - - - - - - - - - - message_subscription - correlation_key_ varchar -element_instance_key_ int8 -id_ varchar -message_name_ varchar -process_definition_key_ int8 -process_instance_key_ int8 -state_ varchar -target_flow_node_id_ varchar -timestamp_ int8 - - - - - - - - - - - - - - variable - id varchar -name_ varchar -partition_id_ int4 -position_ int8 -process_instance_key_ int8 -scope_key_ int8 -state_ varchar -timestamp_ int8 -value_ oid - - - - - - - - - - - - diff --git a/examples/Contracts/database.graphml b/examples/Contracts/database.graphml deleted file mode 100644 index db8d75d..0000000 --- a/examples/Contracts/database.graphml +++ /dev/null @@ -1,292 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - contract_black_items - id int8 -contract_id int8 -contract_number text -created_at timestamptz -created_by_id int8 -date_from timestamptz -date_to timestamptz -deleted_at timestamptz -edms_link text -ext_id int8 -is_deleted bool -modified_at timestamptz -modified_by_id int8 -note text -reason text - - - - - - - - - - - - - - - - - - - - - contract_category_types - id int8 -code text -connection_id int8 -created_at timestamptz -deleted_at timestamptz -description text -ext_id int8 -is_deleted bool -is_group bool -modified_at timestamptz -name text -parent_id int8 - - - - - - - - - - - - - - - - - - - - - contract_individuals - contract_id int8 -individual_id int8 - - - - - - - - - - - - - - - - - - - - - contract_organizations - contract_id int8 -organization_id int8 - - - - - - - - - - - - - - - - - - - - - contract_white_items - id int8 -contract_id int8 -contract_number text -created_at timestamptz -created_by_id int8 -date_from timestamptz -date_to timestamptz -deleted_at timestamptz -edms_link text -ext_id int8 -is_deleted bool -modified_at timestamptz -modified_by_id int8 -note text -reason text - - - - - - - - - - - - - - - - - - - - - contracts - id int8 -begin_at timestamptz -branch_id int8 -category_id int8 -connection_id int8 -created_at timestamptz -curator_claim_id int8 -curator_contract_id int8 -curator_legal_id int8 -curator_payment_id int8 -curator_tech_audit_id int8 -days_to_resolve_claim int4 -deleted_at timestamptz -description text -email text -end_at timestamptz -error_from_stack_at timestamptz -ext_id int8 -individual_id int8 -is_deleted bool -is_error_from_stack bool -is_group bool -is_ind_organization bool -is_organization bool -is_valid_email bool -modified_at timestamptz -number text -organization_consignee_id int8 -organization_customer_id int8 -organization_payer_id int8 -parent_id int8 -post_address text -sign_at timestamptz -status text -terminate_at timestamptz - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/examples/Contracts/database.jpg b/examples/Contracts/database.jpg deleted file mode 100644 index 3318cc5..0000000 Binary files a/examples/Contracts/database.jpg and /dev/null differ diff --git a/settings/connections.txt b/settings/connections.txt deleted file mode 100644 index 6c52c07..0000000 --- a/settings/connections.txt +++ /dev/null @@ -1,32 +0,0 @@ -{ - "github.com/segmentio/kafka-go": "Kafka", - "gorm.io/driver/postgres": "Postgres", - "github.com/camunda/zeebe/clients/go/v8": "Camunda", - "gitlab.aescorp.ru/dsp_dev/claim/nikitin/nats_connect": "Nats", - "github.com/nats-io/nats.go": "Nats", - "github.com/minio/minio-go": "Minio", - "github.com/sashabaranov/go-openai": "Chat GPT", - "github.com/xhit/go-simple-mail": "EMail server", - "github.com/emersion/go-imap": "EMail IMAP server", - "github.com/denisenkom/go-mssqldb": "MSSQL", - "github.com/lib/pq": "Postgres", - "github.com/jackc/pgx": "Postgres", - "github.com/gotd": "Telegram", - "go.mau.fi/whatsmeow": "Whatsapp", - "github.com/mattn/go-sqlite3": "SQL Lite3", - "net/http": "WEB", - "github.com/valyala/fasthttp": "WEB", - "github.com/gin-gonic/gin": "WEB", - "github.com/rabbitmq/amqp091-go": "RabbitMQ", - "github.com/ManyakRus/starter/kafka_connect": "Kafka", - "github.com/ManyakRus/starter/postgres_gorm": "Postgres", - "github.com/ManyakRus/starter/camunda_connect": "Camunda", - "github.com/ManyakRus/starter/nats_connect": "Nats", - "github.com/ManyakRus/starter/minio_connect": "Minio", - "github.com/ManyakRus/starter/liveness": "WEB server\nLiveness", - "github.com/ManyakRus/starter/whatsapp_connect": "Whatsapp", - "github.com/go-redis/redis": "Redis", - "github.com/gorilla/websocket": "Web socket", - "github.com/Nerzal/gocloak": "Keycloak", - "github.com/prometheus/client_golang/prometheus/promhttp": "Prometeus" -} \ No newline at end of file diff --git a/settings/connections_test.txt b/settings/connections_test.txt deleted file mode 100644 index 28db0dd..0000000 --- a/settings/connections_test.txt +++ /dev/null @@ -1,4 +0,0 @@ -{ - "Service1": "github.com/ManyakRus/1", - "Service2": "github.com/ManyakRus/2" -} \ No newline at end of file diff --git a/test/test.graphml b/test/test.graphml deleted file mode 100644 index c4a6c9d..0000000 --- a/test/test.graphml +++ /dev/null @@ -1,79 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - Entity1 - Field1 -Field2 -Field3 -1234567890 - - - - - - - - - - - - - - - - - - - - - Entity2 - Field1 -Field2 -Field3 -1234567890 - - - - - - - - - - - - - - - - - - - - - - edge1 - - - - - - - diff --git a/test/пустой_graphml.graphml b/test/пустой_graphml.graphml deleted file mode 100644 index d4ffa38..0000000 --- a/test/пустой_graphml.graphml +++ /dev/null @@ -1,107 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - Entity2 - attribute 1 -attribute 2 -attribute 3 - - - - - - - - - - - - - - - - - Entity1 - - - - - - - - - - 3 - - - - - - - - - - - - - - - - - - Attribute1 - - - - - - - - - - - - - - Attribute2 - - - - - - - - - - - - - - - - - - - - - - - -