Skip to content

xc0f0c0bx/IPED

Repository files navigation

Psychotropic Hypergraph Dataset

Dataset Information

  • Version: 12.0_ABSOLUTE_ZERO_LOSS
  • Created: 2025-09-23T17:56:00Z
  • Total Substances: 101
  • Total Data Elements: 357 509
  • Guarantee: ZERO_DATA_LOSS_GUARANTEED

Repository Structure

📁 substances/

Individual JSON files for each of the 101 substances with complete data.

📁 complete_data_preservation/

Comprehensive preservation of all references, metabolic pathways, enzyme interactions, amino acid interactions, and nutritional interactions.

📁 global_data_sections/

Global data sections consolidated from multiple source datasets including research evidence, visualization data, and harm reduction protocols.

📁 global_enzyme_database/

Complete enzyme database covering CYP450 and MAO systems.

📄 metadata.json

Complete dataset metadata with integrity metrics and comprehensive statistics.

Zero Data Loss Guarantee

This repository structure preserves 357 509 total data elements with absolute zero data loss from the original hypergraph dataset.

Usage with Git in JavaScript

import git from 'isomorphic-git';
import http from 'isomorphic-git/http/web';

// Clone repository
await git.clone({
  fs,
  http,
  dir: './psychotropic-dataset',
  url: 'https://github.com/xc0f0c0bx/iped',
});

// Read specific substance
const psilocybinData = JSON.parse(
  await fs.promises.readFile('./psychotropic-dataset/substances/psilocybin.json', 'utf8')
);

// Read metadata
const metadata = JSON.parse(
  await fs.promises.readFile('./psychotropic-dataset/metadata.json', 'utf8')
);

Nostr Integration

This repository is structured to be accessible via Nostr protocols with individual branches and files available for distributed access.

Releases

No releases published

Packages

 
 
 

Contributors