Configuring Apache Age

  1. Create the Apache AGE extension:

    CREATE EXTENSION age;
  1. Load the extension:

    LOAD 'age';

After loading the extension, you can perform additional configuration. See the Apache AGE official documentation.


Could this page be better? Report a problem or suggest an addition!