{"profile":{"id":"85557e21-b074-4929-9ae3-4112c052f1b3","slug":"galiel314-ltd-ramat-gan-ec3d","business_name":"Galiel3.14 ltd.","website_url":"https://www.galiel314.com","industry":"Software company","city":"Ramat Gan","services":[{"category":"software_feature","price_range":null,"service_area":null,"service_name":"LiveDist(C#)","target_customer":"Software engineers","factual_description":"Open-source middleware solution for database replication, designed for C# environments.","related_capabilities":[]},{"category":"software_feature","price_range":null,"service_area":null,"service_name":"LiveDist(Java)","target_customer":"Software engineers","factual_description":"Open-source middleware solution for database replication, designed for Java environments.","related_capabilities":[]},{"category":"service","price_range":null,"service_area":null,"service_name":"Internal Courses for LiveDist","target_customer":"Customers wishing to self-maintain LiveDist","factual_description":"Training courses for software engineers to self-maintain LiveDist(C#) or LiveDist(Java).","related_capabilities":[]},{"category":"service","price_range":null,"service_area":null,"service_name":"Software Architecture Consulting","target_customer":"Enterprises with complex system needs","factual_description":"Consulting services focused on the software architecture of near real-time large enterprise systems.","related_capabilities":[]}],"schema_json":{"@graph":[{"@id":"https://vizoryo.com/en/business/software-company/ramat-gan/galiel3-14-ltd#business","geo":{"@type":"GeoCoordinates","latitude":32.062264,"longitude":34.831488},"url":"https://www.galiel314.com","name":"Galiel3.14 ltd.","@type":"Organization","sameAs":["https://www.google.com/maps/place/?cid=9888630663969226231"],"address":{"@type":"PostalAddress","addressCountry":"IL","addressLocality":"Ramat Gan"},"audience":[{"@type":"Audience","audienceType":"Enterprises with mission-critical systems"},{"@type":"Audience","audienceType":"Software engineers maintaining database replication"},{"@type":"Audience","audienceType":"Organizations needing middleware solutions"}],"speakable":{"@type":"SpeakableSpecification","cssSelector":["[data-ai-block=\"summary\"]","[data-ai-block=\"about\"]","[data-ai-block=\"micro-faq\"]","[data-ai-block=\"faq\"]"]},"telephone":"+97236768466","areaServed":[{"name":"Ramat Gan","@type":"City"}],"inLanguage":"en","dateModified":"2026-05-27","datePublished":"2026-05-27","hasCredential":{"name":"Vizoryo AI Visibility Verified","@type":"EducationalOccupationalCredential","description":"This business profile has been verified and analyzed by the Vizoryo AI Visibility Platform.","recognizedBy":{"url":"https://vizoryo.com","name":"Vizoryo","@type":"Organization"},"credentialCategory":"AI Search Visibility"},"additionalType":"Software Company","mainEntityOfPage":"https://vizoryo.com/en/business/software-company/ramat-gan/galiel3-14-ltd","additionalProperty":[{"@type":"PropertyValue","name":"dataConfidence","description":"Cross-source data consistency score (0–1). Measures agreement between Google Maps, Schema.org, Gemini AI, and website scan for business name, phone, city, address, and website.","value":0.86},{"@type":"PropertyValue","name":"verifiedBy","description":"Independent data sources used to verify this business profile.","value":"website_scan, ai_classification"},{"@type":"PropertyValue","name":"citationTier","description":"Vizoryo Index trust classification. verified = strong multi-source agreement across Google Maps, Schema.org, and website scan, suitable for authoritative AI citation. citable = moderate source agreement, suitable for standard citation. listed = indexed but not citation-verified.","value":"listed"}]},{"@id":"https://vizoryo.com/en/business/software-company/ramat-gan/galiel3-14-ltd#service-0","name":"LiveDist(C#)","@type":"Service","category":"software_feature","provider":{"@id":"https://vizoryo.com/en/business/software-company/ramat-gan/galiel3-14-ltd#business"},"description":"Open-source middleware solution for database replication, designed for C# environments."},{"@id":"https://vizoryo.com/en/business/software-company/ramat-gan/galiel3-14-ltd#service-1","name":"LiveDist(Java)","@type":"Service","category":"software_feature","provider":{"@id":"https://vizoryo.com/en/business/software-company/ramat-gan/galiel3-14-ltd#business"},"description":"Open-source middleware solution for database replication, designed for Java environments."},{"@id":"https://vizoryo.com/en/business/software-company/ramat-gan/galiel3-14-ltd#service-2","name":"Internal Courses for LiveDist","@type":"Service","category":"service","provider":{"@id":"https://vizoryo.com/en/business/software-company/ramat-gan/galiel3-14-ltd#business"},"description":"Training courses for software engineers to self-maintain LiveDist(C#) or LiveDist(Java)."},{"@id":"https://vizoryo.com/en/business/software-company/ramat-gan/galiel3-14-ltd#service-3","name":"Software Architecture Consulting","@type":"Service","category":"service","provider":{"@id":"https://vizoryo.com/en/business/software-company/ramat-gan/galiel3-14-ltd#business"},"description":"Consulting services focused on the software architecture of near real-time large enterprise systems."},{"@id":"https://vizoryo.com/en/business/software-company/ramat-gan/galiel3-14-ltd#faq","name":"FAQ - Galiel3.14 ltd.","@type":"FAQPage","mainEntity":[{"name":"What is real-time database distribution?","@type":"Question","acceptedAnswer":{"text":"Real-time DB distribution is the creation and maintenance of dynamic partial copies of a central database on many client-machines. Each client defines its view (the portion of the database seen by the client). Updates on the database are distributed to all interested clients in near realtime performance. Clients can change their view at any time. The distributed data is delivered to application software running on the client machines. Clients can store their partial copy of the database in memor","@type":"Answer"}},{"name":"In what ways are our products efficient?","@type":"Question","acceptedAnswer":{"text":"Our data-distribution products send binary and not self-describing messages over the network. Only modified fields are sent through http connections, with very little overhead. We distribute only the delta, which means the log of all operations performed on the data. We do this without compromising transactional-integrity and guaranteed-delivery. We support multi-site topology, in which each delta is sent only once to each site (and only when it is of interest to at least one client in the site)","@type":"Answer"}},{"name":"What is selective distribution?","@type":"Question","acceptedAnswer":{"text":"Each entity is distributed only to clients, which are permitted to see it, and in addition choose to select it. At the server-side: A list of topics (each topic is a string, whose format is a convention between the server and the clients) is attached to each hierarchical entity in the database. Business logics can assign topics to created entities, and are also allowed to update the topics-list of existing entities. Each client: defines a topics-slice to express its interest in the entities sele","@type":"Answer"}},{"name":"How near are we to real-time database distribution?","@type":"Question","acceptedAnswer":{"text":"The distribution products support both poll-mode in which each client periodically (for example once every 2 seconds) polls the server for incoming distribution, and push-mode in which the servers push deltas to all relevant clients immediately after modifications are committed to the database. Push-mode enables the distribution of updates to all interested clients in tens of milliseconds following database commit time.","@type":"Answer"}},{"name":"What are the operating hours for Galiel3.14 ltd.?","@type":"Question","acceptedAnswer":{"text":"On Sundays, Mondays, and Tuesdays, we are open from 6:30 AM to 7:30 PM. On Fridays, we operate from 6:30 AM to 2:00 PM.","@type":"Answer"}}]}],"@context":"https://schema.org"},"is_public":false,"is_active":true,"created_at":"2026-05-27T02:55:10.09329+00:00","updated_at":"2026-05-27T02:55:10.059+00:00","faq":[{"answer":"Real-time DB distribution is the creation and maintenance of dynamic partial copies of a central database on many client-machines. Each client defines its view (the portion of the database seen by the client). Updates on the database are distributed to all interested clients in near realtime performance. Clients can change their view at any time. The distributed data is delivered to application software running on the client machines. Clients can store their partial copy of the database in memor","category":"general","question":"What is real-time database distribution?"},{"answer":"Our data-distribution products send binary and not self-describing messages over the network. Only modified fields are sent through http connections, with very little overhead. We distribute only the delta, which means the log of all operations performed on the data. We do this without compromising transactional-integrity and guaranteed-delivery. We support multi-site topology, in which each delta is sent only once to each site (and only when it is of interest to at least one client in the site)","category":"services","question":"In what ways are our products efficient?"},{"answer":"Each entity is distributed only to clients, which are permitted to see it, and in addition choose to select it. At the server-side: A list of topics (each topic is a string, whose format is a convention between the server and the clients) is attached to each hierarchical entity in the database. Business logics can assign topics to created entities, and are also allowed to update the topics-list of existing entities. Each client: defines a topics-slice to express its interest in the entities sele","category":"general","question":"What is selective distribution?"},{"answer":"The distribution products support both poll-mode in which each client periodically (for example once every 2 seconds) polls the server for incoming distribution, and push-mode in which the servers push deltas to all relevant clients immediately after modifications are committed to the database. Push-mode enables the distribution of updates to all interested clients in tens of milliseconds following database commit time.","category":"general","question":"How near are we to real-time database distribution?"},{"answer":"On Sundays, Mondays, and Tuesdays, we are open from 6:30 AM to 7:30 PM. On Fridays, we operate from 6:30 AM to 2:00 PM.","category":"location","question":"What are the operating hours for Galiel3.14 ltd.?"}],"country":"Israel","status":"draft","og_image_url":null,"industry_subtype":null,"profile_tier":"free","short_tagline":"Software Company in Ramat Gan","primary_category":"Software Company","schema_type":"LocalBusiness","primary_address":{"city":"Ramat Gan","region":null,"street":null,"country":"IL","postal_code":null},"geo_coordinates":{"lat":32.062264,"lng":34.831488},"service_areas":["Ramat Gan"],"phone":"+97236768466","hours_by_day":null,"price_range":null,"review_summary":null,"certifications":[],"years_in_business":null,"founded_year":null,"specialties":[],"differentiators":[],"social_profiles":[],"citations":[],"verification_status":"unclaimed","last_verified_at":"2026-05-27T02:55:10.059+00:00","data_sources":["website_scan","ai_classification"],"languages_supported":["en"],"profile_language":"en","description_short":"Maintain your organization's mission-critical systems with expert LiveDist solutions for C# and Java. Software engineers can enhance database replication, and businesses needing middleware find tailored support.","ai_summary_short":null,"ai_readability_score":33,"discovery_source":"manual","crawl_depth":"full","last_discovery_refresh":null,"claimed_at":null,"index_status":"listed","industry_category":"Software Company","llm_optimized_summary":"Galiel3.14 ltd., a Ramat Gan-based software company, specializes in LiveDist solutions for C# and Java. The company provides internal courses for LiveDist and offers Software Architecture Consulting. Their customer base includes enterprises with mission-critical systems, software engineers focused on database replication, and organizations requiring middleware solutions.","target_audience":["Enterprises with mission-critical systems","Software engineers maintaining database replication","Organizations needing middleware solutions"],"alternative_to":[],"data_trust_signal":"https://www.galiel314.com","content_extraction_method":"llm_opener_v2","content_extracted_at":"2026-05-27T02:55:10.059+00:00","is_sole_proprietor":false,"domain_verified":false,"domain_verified_at":null,"contact_email":null,"category_local":null,"city_local":null,"country_local":null,"is_regulated":false,"audit_score":34,"parent_profile_id":null,"profile_type":"standalone","branch_address":null,"branch_phone":null,"branch_hours":null,"branch_geo":null,"google_place_id":null,"branch_source":null,"needs_description_regen":false,"ai_mention_count":0,"last_ai_mention_at":null,"branch_dfs_data":null,"logo_url":null,"branches_extracted_at":null,"discovery_entity_id":"c5266e11-fab1-4428-8d9a-567d971f0dd8","dfs_contact_called":false,"url_path":"software-company/ramat-gan/galiel3-14-ltd","business_name_en":"Galiel3.14 ltd.","data_confidence":0.862,"ai_mention_score":null,"citation_tier":"listed","business_name_native":null,"fts":"'architectur':64 'base':43,68 'busi':31C 'c':21C,51 'compani':4B,45,55 'consult':65 'cours':58 'critic':14C,74 'custom':67 'databas':28C,80 'engin':25C,77 'enhanc':27C 'enterpris':70 'expert':17C 'find':34C 'focus':78 'galiel3.14':1A,37 'gan':7B,42 'gan-bas':41 'includ':69 'intern':57 'java':23C,53 'livedist':18C,48,60 'ltd':2A,38 'maintain':8C 'middlewar':33C,85 'mission':13C,73 'mission-crit':12C,72 'need':32C 'offer':62 'organ':10C,83 'provid':56 'ramat':6B,40 'replic':29C,81 'requir':84 'softwar':3B,24C,44,63,76 'solut':19C,49,86 'special':46 'support':36C 'system':15C,75 'tailor':35C","last_edited_by_user":{},"processing_version":12,"trust_layer_version":null,"url_path_version":null,"canonical_domain":null,"partner_id":null,"partner_metadata":{},"yelp_match_id":null,"bright_data_snapshot_id":null,"bright_data_snapshot_polled_at":null,"social_post_snapshot":null,"embed_opt_out":false,"verified":false,"verified_sources":null,"social_proof":null,"dfs_subtypes":[],"external_links":null,"amenities":[],"payment_methods":[],"operational_status":"open","bd_enriched_at":null,"yelp_details_at":null,"all_emails":[],"quality_rank":0.4365,"email_mx_status":null,"email_mx_checked_at":null,"confidence_computed_at":"2026-05-27T02:55:11.452+00:00","ai_providers":[],"confidence_sources":["gemini_classification","dfs","website_scrape"],"field_sources":{"city":["Google Maps (DataForSEO)","Gemini AI Classification"],"name":["Gemini AI Classification"],"phone":["Google Maps (DataForSEO)","Gemini AI Classification"],"address":["Google Maps (DataForSEO)"],"website":["Website Scan"],"category":["Google Maps (DataForSEO)"]},"conflict_fields_trust":["category"],"ai_mention_snippets":[],"recommendations":[{"check_id":"schema_depth","label":"AI Business Card Completeness","description":"Fill out your digital business card in your website code with your name, description, address, phone, hours, and photos — AI tools rely on these details to give accurate answers about your business, and missing fields mean missed recommendations.","tokens":{"businessName":"Galiel3.14 ltd.","cmsHint":"","city":""},"improvement_score":28},{"check_id":"service_pages","label":"Service Pages Coverage","description":"Create a separate page for each service or product you offer — AI tools need individual pages to recommend you for specific searches like \"best plumber near me\" or \"birthday cakes in Tel Aviv\".","tokens":{"businessName":"Galiel3.14 ltd.","cmsHint":"","city":""},"improvement_score":28},{"check_id":"review_quality","label":"Review Rating & Count","description":"Embed your Google star rating in your website code (using Schema.org AggregateRating) — a 4.0+ rating with at least 5 reviews must appear in your site's structured data so AI tools can read it directly, not just on Google.","tokens":{"businessName":"Galiel3.14 ltd.","cmsHint":"","city":""},"improvement_score":26}]}}