push filter to the database
-
- Posts:10
- Joined:23 Feb 2011 21:15 [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable
Is there a way to push the filter to our database that we connect to ?
- mbastian
- Gephi Architect
- Posts:728
- Joined:10 Dec 2009 10:11
- Location:San Francisco, CA [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable
Re: push filter to the database
Could you be more precise please? I'm not sure I understand
-
- Posts:4
- Joined:25 Jan 2011 23:32 [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable
Re: push filter to the database
What I mean is that using the after importing the data using the database with all the nodes and edges, is it possible to filter out the nodes and edges on real time? This means doing a select statement to the database.
- mbastian
- Gephi Architect
- Posts:728
- Joined:10 Dec 2009 10:11
- Location:San Francisco, CA [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable
Re: push filter to the database
I see, that is not possible. You may want to create a plug-in to do that.