Configuring Apache Age
Create the Apache AGE extension:
CREATE EXTENSION age;
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!